Searched refs:C2StreamChannelCountInfo (Results 1 – 18 of 18) sorted by relevance
/hardware/google/av/media/codecs/raw/ |
D | C2SoftRawDec.cpp | 70 .withDefault(new C2StreamChannelCountInfo::output(0u, 2)) in IntfImpl() 106 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
|
/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacDec.cpp | 70 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl() 94 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount; 241 C2StreamChannelCountInfo::output channelCountInfo( in process()
|
D | C2SoftFlacEnc.cpp | 61 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl() 87 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.cpp | 78 .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/ |
D | C2SoftOpusDec.cpp | 74 .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/ |
D | C2SoftGsmDec.cpp | 69 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl() 93 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
|
/hardware/google/av/media/codecs/g711/ |
D | C2SoftG711Dec.cpp | 78 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl() 102 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.cpp | 74 .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/ |
D | C2SoftAmrNbEnc.cpp | 64 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl() 100 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
|
D | C2SoftAmrWbEnc.cpp | 66 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl() 102 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
|
D | C2SoftAmrDec.cpp | 89 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl() 118 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacEnc.cpp | 72 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl() 121 const C2P<C2StreamChannelCountInfo::input> &channelCount) { in MaxBufSizeCalculator() 133 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
|
D | C2SoftAacDec.cpp | 95 .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/ |
D | media_c2_hidl_test_common.cpp | 101 C2StreamChannelCountInfo::output::PARAM_TYPE) || in workDone()
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 101 .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/ |
D | MtsHidlC2V1_0TargetAudioDecTest.cpp | 280 C2StreamChannelCountInfo::output channelCountInfo(0u, bitStreamInfo[1]); in setupConfigParam() 298 C2StreamChannelCountInfo::output::PARAM_TYPE, in getInputChannelInfo()
|
D | MtsHidlC2V1_0TargetAudioEncTest.cpp | 227 C2StreamChannelCountInfo::input channelCountInfo(0u, nChannels); in setupConfigParam()
|
/hardware/google/av/codec2/include/ |
D | C2Config.h | 1859 typedef C2StreamParam<C2Info, C2Uint32Value, kParamIndexChannelCount> C2StreamChannelCountInfo; typedef
|