Searched refs:channelCountInfo (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/tests/benchmark/src/native/decoder/ |
D | C2Decoder.cpp | 43 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in createCodec2Component() local 45 configParam.push_back(&channelCountInfo); in createCodec2Component()
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.cpp | 253 C2StreamChannelCountInfo::output channelCountInfo( in process() local 257 mIntf->config({&sampleRateInfo, &channelCountInfo}, in process() 263 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 | 298 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process() local 301 { &sampleRateInfo, &channelCountInfo }, in process() 306 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
|
/frameworks/av/media/tests/benchmark/src/native/encoder/ |
D | C2Encoder.cpp | 48 C2StreamChannelCountInfo::input channelCountInfo(0u, numChannels); in createCodec2Component() local 50 configParam.push_back(&channelCountInfo); in createCodec2Component()
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 446 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process() local 449 { &sampleRateInfo, &channelCountInfo }, in process() 454 … work->worklets.front()->output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
|
/frameworks/av/media/codec2/fuzzer/ |
D | C2Fuzzer.cpp | 199 C2StreamChannelCountInfo::output channelCountInfo(0u, kChannelsOfAudio); in initDecoder() local 204 configParams.push_back(&channelCountInfo); in initDecoder()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.cpp | 838 C2StreamChannelCountInfo::output channelCountInfo(0u, mStreamInfo->numChannels); in process() local 843 { &sampleRateInfo, &channelCountInfo, &channelMaskInfo }, in process() 851 output.configUpdate.push_back(C2Param::Copy(channelCountInfo)); in process()
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 532 C2StreamChannelCountInfo::output channelCountInfo(0u, mNumChannels); in process() local 535 { &sampleRateInfo, &channelCountInfo }, in process() 542 C2Param::Copy(channelCountInfo)); in process()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 227 C2StreamChannelCountInfo::input channelCountInfo(0u, nChannels); in setupConfigParam() local 229 std::vector<C2Param*> configParam{&sampleRateInfo, &channelCountInfo}; in setupConfigParam()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 262 C2StreamChannelCountInfo::output channelCountInfo(0u, bitStreamInfo[1]); in setupConfigParam() local 264 std::vector<C2Param*> configParam{&sampleRateInfo, &channelCountInfo}; in setupConfigParam()
|