Home
last modified time | relevance | path

Searched refs:C2StreamChannelCountInfo (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp67 .withDefault(new C2StreamChannelCountInfo::output(0u, 2)) in IntfImpl()
99 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp67 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
100 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
248 C2StreamChannelCountInfo::output channelCountInfo( in process()
DC2SoftFlacEnc.cpp66 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
109 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp71 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
91 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
342 C2StreamChannelCountInfo::output channelCountInfo(0u, mHeader.channels); in process()
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp75 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
95 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
296 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process()
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp76 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
96 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp71 .withDefault(new C2StreamChannelCountInfo::output(0u, 2)) in IntfImpl()
91 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
438 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process()
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp67 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
87 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp61 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
93 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
DC2SoftAmrDec.cpp87 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
112 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
DC2SoftAmrWbEnc.cpp62 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
94 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp71 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
133 const C2P<C2StreamChannelCountInfo::input> &channelCount) { in MaxBufSizeCalculator()
141 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
DC2SoftAacDec.cpp91 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
240 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
827 C2StreamChannelCountInfo::output channelCountInfo(0u, mStreamInfo->numChannels); in process()
/frameworks/av/media/tests/benchmark/src/native/decoder/
DC2Decoder.cpp43 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in createCodec2Component()
/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.cpp48 C2StreamChannelCountInfo::input channelCountInfo(0u, numChannels); in createCodec2Component()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp100 (param->index() == C2StreamChannelCountInfo::output::PARAM_TYPE) || in workDone()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp98 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
219 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
530 C2StreamChannelCountInfo::output channelCountInfo(0u, mNumChannels); in process()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp247 C2StreamChannelCountInfo::input channelCountInfo(0u, nChannels); in setupConfigParam()
621 c2_status_t c2_status = mComponent->query({}, {C2StreamChannelCountInfo::input::PARAM_TYPE}, in TEST_P()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp262 C2StreamChannelCountInfo::output channelCountInfo(0u, bitStreamInfo[1]); in setupConfigParam()
278 C2StreamChannelCountInfo::output::PARAM_TYPE, in getInputChannelInfo()
/frameworks/av/media/codec2/core/include/
DC2Config.h1849 typedef C2StreamParam<C2Info, C2Uint32Value, kParamIndexChannelCount> C2StreamChannelCountInfo; typedef