Searched refs:channelCountInfo (Results 1 – 8 of 8) sorted by relevance
/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacDec.cpp | 241 C2StreamChannelCountInfo::output channelCountInfo( in process() local 245 mIntf->config({&sampleRateInfo, &channelCountInfo}, in process() 251 C2Param::Copy(channelCountInfo)); in process()
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.cpp | 302 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process() local 305 { &sampleRateInfo, &channelCountInfo }, in process() 310 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
|
/hardware/google/av/media/codecs/opus/ |
D | C2SoftOpusDec.cpp | 399 C2StreamChannelCountInfo::output channelCountInfo(0u, mHeader.channels); in process() local 402 { &sampleRateInfo, &channelCountInfo }, in process() 407 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.cpp | 445 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process() local 448 { &sampleRateInfo, &channelCountInfo }, in process() 453 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacDec.cpp | 758 C2StreamChannelCountInfo::output channelCountInfo(0u, mStreamInfo->numChannels); in process() local 761 { &sampleRateInfo, &channelCountInfo }, in process() 769 output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
|
/hardware/google/av/codec2/hidl/1.0/mts/audio/ |
D | MtsHidlC2V1_0TargetAudioEncTest.cpp | 227 C2StreamChannelCountInfo::input channelCountInfo(0u, nChannels); in setupConfigParam() local 229 std::vector<C2Param*> configParam{&sampleRateInfo, &channelCountInfo}; in setupConfigParam()
|
D | MtsHidlC2V1_0TargetAudioDecTest.cpp | 280 C2StreamChannelCountInfo::output channelCountInfo(0u, bitStreamInfo[1]); in setupConfigParam() local 282 std::vector<C2Param*> configParam{&sampleRateInfo, &channelCountInfo}; in setupConfigParam()
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 537 C2StreamChannelCountInfo::output channelCountInfo(0u, mNumChannels); in process() local 540 { &sampleRateInfo, &channelCountInfo }, in process() 547 C2Param::Copy(channelCountInfo)); in process()
|