Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp241 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/
DC2SoftVorbisDec.cpp302 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/
DC2SoftOpusDec.cpp399 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/
DC2SoftMp3Dec.cpp445 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/
DC2SoftAacDec.cpp758 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/
DMtsHidlC2V1_0TargetAudioEncTest.cpp227 C2StreamChannelCountInfo::input channelCountInfo(0u, nChannels); in setupConfigParam() local
229 std::vector<C2Param*> configParam{&sampleRateInfo, &channelCountInfo}; in setupConfigParam()
DMtsHidlC2V1_0TargetAudioDecTest.cpp280 C2StreamChannelCountInfo::output channelCountInfo(0u, bitStreamInfo[1]); in setupConfigParam() local
282 std::vector<C2Param*> configParam{&sampleRateInfo, &channelCountInfo}; in setupConfigParam()
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp537 C2StreamChannelCountInfo::output channelCountInfo(0u, mNumChannels); in process() local
540 { &sampleRateInfo, &channelCountInfo }, in process()
547 C2Param::Copy(channelCountInfo)); in process()