Searched refs:dstStreamInfo_ (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_endpoint_separate.cpp | 170 AppendFormat(dumpString, " - samplingRate: %d\n", dstStreamInfo_.samplingRate); in Dump() 171 AppendFormat(dumpString, " - channels: %u\n", dstStreamInfo_.channels); in Dump() 172 AppendFormat(dumpString, " - format: %u\n", dstStreamInfo_.format); in Dump() 203 dstStreamInfo_ = { in Config() 209 dstStreamInfo_.channelLayout = deviceInfo.audioStreamInfo.channelLayout; in Config() 215 attr.sampleRate = dstStreamInfo_.samplingRate; // 48000hz in Config() 216 attr.channel = dstStreamInfo_.channels; // STEREO = 2 in Config() 217 attr.format = ConvertToHdiAdapterFormat(dstStreamInfo_.format); // SAMPLE_S16LE = 1 in Config() 277 spanDuration_ = static_cast<int64_t>(dstSpanSizeInframe_ * AUDIO_NS_PER_SECOND / dstStreamInfo_.samplingRate); in PrepareDeviceBuffer()
|
H A D | audio_endpoint.cpp | 273 AudioStreamInfo dstStreamInfo_; member in OHOS::AudioStandard::AudioEndpointInner 449 processConfig.streamInfo = dstStreamInfo_; in GetInnerCapConfig() 604 AppendFormat(dumpString, " - samplingRate: %d\n", dstStreamInfo_.samplingRate); in Dump() 605 AppendFormat(dumpString, " - channels: %u\n", dstStreamInfo_.channels); in Dump() 606 AppendFormat(dumpString, " - format: %u\n", dstStreamInfo_.format); in Dump() 631 attr.sampleRate = dstStreamInfo_.samplingRate; in ConfigInputPoint() 632 attr.channel = dstStreamInfo_.channels; in ConfigInputPoint() 633 attr.format = ConvertToHdiAdapterFormat(dstStreamInfo_.format); in ConfigInputPoint() 663 bool ret = writeTimeModel_.ConfigSampleRate(dstStreamInfo_.samplingRate); in ConfigInputPoint() 730 dstStreamInfo_ in Config() [all...] |
/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | audio_endpoint.h | 186 AudioStreamInfo dstStreamInfo_; member in OHOS::AudioStandard::AudioEndpointSeparate
|
Completed in 5 milliseconds