Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp50 C2StreamChannelCountInfo::output *mChannelCountInfo = nullptr;
109 mChannelCountInfo = new C2StreamChannelCountInfo::output(0u, channels); in invokeConfigSM()
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp67 .withDefault(new C2StreamChannelCountInfo::output(0u, 2)) in IntfImpl()
101 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;
253 C2StreamChannelCountInfo::output channelCountInfo( in process()
DC2SoftFlacEnc.cpp67 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
109 const C2P<C2StreamChannelCountInfo::input> &channelCount, in MaxInputSizeSetter()
126 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()
DC2SoftOpusEnc.cpp73 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl()
119 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
/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/hal/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp229 C2StreamChannelCountInfo::input channelCountInfo(0u, nChannels); in setupConfigParam()
238 std::unique_ptr<C2StreamChannelCountInfo::input> channelCount = in getChannelCount()
239 std::make_unique<C2StreamChannelCountInfo::input>(); in getChannelCount()
242 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()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp371 C2StreamChannelCountInfo::output channelCountInfo(0u, bitStreamInfo[1]); in setupConfigParam()
387 C2StreamChannelCountInfo::output::PARAM_TYPE, in getInputChannelInfo()
395 bitStreamInfo[1] = C2StreamChannelCountInfo::output::From(inParams[1].get())->value; in getInputChannelInfo()
/frameworks/av/media/codec2/components/vorbis/
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()
/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/mp3/
DC2SoftMp3Dec.cpp72 .withDefault(new C2StreamChannelCountInfo::output(0u, 2)) in IntfImpl()
92 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
446 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in process()
/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.cpp95 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl()
265 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
854 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.cpp50 C2StreamChannelCountInfo::input channelCountInfo(0u, numChannels); in createCodec2Component()
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp199 C2StreamChannelCountInfo::output channelCountInfo(0u, kChannelsOfAudio); in initDecoder()
/frameworks/av/media/codec2/components/xaac/
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()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp150 (param->index() == C2StreamChannelCountInfo::output::PARAM_TYPE) || in workDone()
/frameworks/av/media/codec2/hal/common/
DMultiAccessUnitHelper.cpp105 C2StreamChannelCountInfo::output channelCount; in getDecoderSampleRateAndChannelCount()
/frameworks/av/media/codec2/core/include/
DC2Config.h2087 typedef C2StreamParam<C2Info, C2Uint32Value, kParamIndexChannelCount> C2StreamChannelCountInfo; typedef
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1590 C2StreamChannelCountInfo::input channelCount(0u); in start()