Searched refs:channelCountInfo (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.cpp | 248 C2StreamChannelCountInfo::output channelCountInfo( in process() local 252 mIntf->config({&sampleRateInfo, &channelCountInfo}, in process() 258 C2Param::Copy(channelCountInfo)); in process()
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusDec.cpp | 342 C2StreamChannelCountInfo::output channelCountInfo(0u, mHeader.channels); in process() local 345 { &sampleRateInfo, &channelCountInfo }, in process() 350 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.cpp | 296 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process() local 299 { &sampleRateInfo, &channelCountInfo }, in process() 304 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 438 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process() local 441 { &sampleRateInfo, &channelCountInfo }, in process() 446 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.cpp | 745 C2StreamChannelCountInfo::output channelCountInfo(0u, mStreamInfo->numChannels); in process() local 748 { &sampleRateInfo, &channelCountInfo }, in process() 756 output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 243 C2StreamChannelCountInfo::input channelCountInfo(0u, nChannels); in setupConfigParam() local 245 std::vector<C2Param*> configParam{&sampleRateInfo, &channelCountInfo}; in setupConfigParam()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 273 C2StreamChannelCountInfo::output channelCountInfo(0u, bitStreamInfo[1]); in setupConfigParam() local 275 std::vector<C2Param*> configParam{&sampleRateInfo, &channelCountInfo}; in setupConfigParam()
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 529 C2StreamChannelCountInfo::output channelCountInfo(0u, mNumChannels); in process() local 532 { &sampleRateInfo, &channelCountInfo }, in process() 539 C2Param::Copy(channelCountInfo)); in process()
|