Searched refs:C2StreamChannelCountInfo (Results 1 – 20 of 20) sorted by relevance
/frameworks/av/media/codec2/components/raw/ |
D | C2SoftRawDec.cpp | 67 .withDefault(new C2StreamChannelCountInfo::output(0u, 2)) in IntfImpl() 99 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.cpp | 67 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl() 100 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount; 248 C2StreamChannelCountInfo::output channelCountInfo( in process()
|
D | C2SoftFlacEnc.cpp | 66 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl() 109 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusDec.cpp | 71 .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/ |
D | C2SoftVorbisDec.cpp | 75 .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/ |
D | C2SoftG711Dec.cpp | 76 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl() 96 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 71 .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/ |
D | C2SoftGsmDec.cpp | 67 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl() 87 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 61 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl() 93 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
|
D | C2SoftAmrDec.cpp | 87 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl() 112 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
|
D | C2SoftAmrWbEnc.cpp | 62 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl() 94 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacEnc.cpp | 71 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl() 133 const C2P<C2StreamChannelCountInfo::input> &channelCount) { in MaxBufSizeCalculator() 141 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
|
D | C2SoftAacDec.cpp | 91 .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/ |
D | C2Decoder.cpp | 43 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in createCodec2Component()
|
/frameworks/av/media/tests/benchmark/src/native/encoder/ |
D | C2Encoder.cpp | 48 C2StreamChannelCountInfo::input channelCountInfo(0u, numChannels); in createCodec2Component()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/ |
D | media_c2_hidl_test_common.cpp | 100 (param->index() == C2StreamChannelCountInfo::output::PARAM_TYPE) || in workDone()
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 98 .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/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 247 C2StreamChannelCountInfo::input channelCountInfo(0u, nChannels); in setupConfigParam() 621 c2_status_t c2_status = mComponent->query({}, {C2StreamChannelCountInfo::input::PARAM_TYPE}, in TEST_P()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 262 C2StreamChannelCountInfo::output channelCountInfo(0u, bitStreamInfo[1]); in setupConfigParam() 278 C2StreamChannelCountInfo::output::PARAM_TYPE, in getInputChannelInfo()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 1849 typedef C2StreamParam<C2Info, C2Uint32Value, kParamIndexChannelCount> C2StreamChannelCountInfo; typedef
|