Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/raw/
DC2SoftRawDec.cpp70 .withDefault(new C2StreamChannelCountInfo::output(0u, 2)) in IntfImpl()
106 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp70 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
94 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
241 C2StreamChannelCountInfo::output channelCountInfo( in process()
DC2SoftFlacEnc.cpp61 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
87 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp78 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
102 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
302 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process()
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp74 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
98 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
399 C2StreamChannelCountInfo::output channelCountInfo(0u, mHeader.channels); in process()
/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.cpp69 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
93 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
/hardware/google/av/media/codecs/g711/
DC2SoftG711Dec.cpp78 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
102 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp74 .withDefault(new C2StreamChannelCountInfo::output(0u, 2)) in IntfImpl()
98 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
445 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process()
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrNbEnc.cpp64 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
100 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
DC2SoftAmrWbEnc.cpp66 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
102 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
DC2SoftAmrDec.cpp89 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
118 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp72 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
121 const C2P<C2StreamChannelCountInfo::input> &channelCount) { in MaxBufSizeCalculator()
133 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
DC2SoftAacDec.cpp95 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
220 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
758 C2StreamChannelCountInfo::output channelCountInfo(0u, mStreamInfo->numChannels); in process()
/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.cpp101 C2StreamChannelCountInfo::output::PARAM_TYPE) || in workDone()
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp101 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
226 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
537 C2StreamChannelCountInfo::output channelCountInfo(0u, mNumChannels); in process()
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioDecTest.cpp280 C2StreamChannelCountInfo::output channelCountInfo(0u, bitStreamInfo[1]); in setupConfigParam()
298 C2StreamChannelCountInfo::output::PARAM_TYPE, in getInputChannelInfo()
DMtsHidlC2V1_0TargetAudioEncTest.cpp227 C2StreamChannelCountInfo::input channelCountInfo(0u, nChannels); in setupConfigParam()
/hardware/google/av/codec2/include/
DC2Config.h1859 typedef C2StreamParam<C2Info, C2Uint32Value, kParamIndexChannelCount> C2StreamChannelCountInfo; typedef