Home
last modified time | relevance | path

Searched refs:channelCountInfo (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp248 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/
DC2SoftOpusDec.cpp342 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/
DC2SoftVorbisDec.cpp296 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/
DC2SoftMp3Dec.cpp438 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/
DC2SoftAacDec.cpp745 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/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp243 C2StreamChannelCountInfo::input channelCountInfo(0u, nChannels); in setupConfigParam() local
245 std::vector<C2Param*> configParam{&sampleRateInfo, &channelCountInfo}; in setupConfigParam()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp273 C2StreamChannelCountInfo::output channelCountInfo(0u, bitStreamInfo[1]); in setupConfigParam() local
275 std::vector<C2Param*> configParam{&sampleRateInfo, &channelCountInfo}; in setupConfigParam()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp529 C2StreamChannelCountInfo::output channelCountInfo(0u, mNumChannels); in process() local
532 { &sampleRateInfo, &channelCountInfo }, in process()
539 C2Param::Copy(channelCountInfo)); in process()