Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/raw/
H A DC2SoftRawDec.cpp67 .withDefault(new C2StreamChannelCountInfo::output(0u, 2)) in IntfImpl()
101 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacDec.cpp67 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
100 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
253 C2StreamChannelCountInfo::output channelCountInfo( in process()
H A DC2SoftFlacEnc.cpp66 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
109 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
H A DVtsHalMediaC2V1_0TargetAudioEncTest.cpp227 C2StreamChannelCountInfo::input channelCountInfo(0u, nChannels); in setupConfigParam()
236 std::unique_ptr<C2StreamChannelCountInfo::input> channelCount = in getChannelCount()
237 std::make_unique<C2StreamChannelCountInfo::input>(); in getChannelCount()
240 C2ParamField(channelCount.get(), &C2StreamChannelCountInfo::value))}; in getChannelCount()
602 c2_status_t c2_status = mComponent->query({}, {C2StreamChannelCountInfo::input::PARAM_TYPE}, in TEST_P()
607 int32_t channelCount = C2StreamChannelCountInfo::input::From(inParams[0].get())->value; in TEST_P()
H A DVtsHalMediaC2V1_0TargetAudioDecTest.cpp262 C2StreamChannelCountInfo::output channelCountInfo(0u, bitStreamInfo[1]); in setupConfigParam()
278 C2StreamChannelCountInfo::output::PARAM_TYPE, in getInputChannelInfo()
286 bitStreamInfo[1] = C2StreamChannelCountInfo::output::From(inParams[1].get())->value; in getInputChannelInfo()
/aosp12/frameworks/av/media/codec2/components/opus/
H A 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()
H A DC2SoftOpusEnc.cpp75 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
121 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
/aosp12/frameworks/av/media/codec2/components/vorbis/
H A DC2SoftVorbisDec.cpp75 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
95 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
298 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process()
/aosp12/frameworks/av/media/codec2/components/g711/
H A DC2SoftG711Dec.cpp76 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
96 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
/aosp12/frameworks/av/media/codec2/components/mp3/
H A DC2SoftMp3Dec.cpp72 .withDefault(new C2StreamChannelCountInfo::output(0u, 2)) in IntfImpl()
92 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
439 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process()
/aosp12/frameworks/av/media/codec2/components/gsm/
H A DC2SoftGsmDec.cpp67 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
87 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrNbEnc.cpp61 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
93 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
H A DC2SoftAmrDec.cpp87 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
112 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
H A DC2SoftAmrWbEnc.cpp62 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
94 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
/aosp12/frameworks/av/media/codec2/components/aac/
H A 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;
H A DC2SoftAacDec.cpp95 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
244 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
831 C2StreamChannelCountInfo::output channelCountInfo(0u, mStreamInfo->numChannels); in process()
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DC2Decoder.cpp43 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in createCodec2Component()
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/
H A DC2Encoder.cpp48 C2StreamChannelCountInfo::input channelCountInfo(0u, numChannels); in createCodec2Component()
/aosp12/frameworks/av/media/codec2/components/xaac/
H A DC2SoftXaacDec.cpp98 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
219 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
532 C2StreamChannelCountInfo::output channelCountInfo(0u, mNumChannels); in process()
/aosp12/frameworks/av/media/codec2/fuzzer/
H A DC2Fuzzer.cpp202 C2StreamChannelCountInfo::output channelCountInfo(0u, kChannelsOfAudio); in initDecoder()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
H A Dmedia_c2_hidl_test_common.cpp141 (param->index() == C2StreamChannelCountInfo::output::PARAM_TYPE) || in workDone()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h1921 typedef C2StreamParam<C2Info, C2Uint32Value, kParamIndexChannelCount> C2StreamChannelCountInfo; typedef
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp1037 C2StreamChannelCountInfo::input channelCount(0u); in start()