/frameworks/av/media/module/codecserviceregistrant/fuzzer/ |
D | codecServiceRegistrant_fuzzer.cpp | 50 C2StreamChannelCountInfo::output *mChannelCountInfo = nullptr; 109 mChannelCountInfo = new C2StreamChannelCountInfo::output(0u, channels); in invokeConfigSM()
|
/frameworks/av/media/codec2/components/raw/ |
D | C2SoftRawDec.cpp | 67 .withDefault(new C2StreamChannelCountInfo::output(0u, 2)) in IntfImpl() 101 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; 253 C2StreamChannelCountInfo::output channelCountInfo( in process()
|
D | C2SoftFlacEnc.cpp | 67 .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/ |
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()
|
D | C2SoftOpusEnc.cpp | 73 .withDefault(new C2StreamChannelCountInfo::input(0u, 1)) in IntfImpl() 119 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount;
|
/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/hal/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 229 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()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 371 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/ |
D | C2SoftVorbisDec.cpp | 75 .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/ |
D | C2SoftGsmDec.cpp | 67 .withDefault(new C2StreamChannelCountInfo::output(0u, 1)) in IntfImpl() 87 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount;
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 72 .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/ |
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 | 95 .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/ |
D | C2Decoder.cpp | 43 C2StreamChannelCountInfo::output channelCountInfo(0u, numChannels); in createCodec2Component()
|
/frameworks/av/media/tests/benchmark/src/native/encoder/ |
D | C2Encoder.cpp | 50 C2StreamChannelCountInfo::input channelCountInfo(0u, numChannels); in createCodec2Component()
|
/frameworks/av/media/codec2/fuzzer/ |
D | C2Fuzzer.cpp | 199 C2StreamChannelCountInfo::output channelCountInfo(0u, kChannelsOfAudio); in initDecoder()
|
/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; 532 C2StreamChannelCountInfo::output channelCountInfo(0u, mNumChannels); in process()
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/ |
D | media_c2_hidl_test_common.cpp | 150 (param->index() == C2StreamChannelCountInfo::output::PARAM_TYPE) || in workDone()
|
/frameworks/av/media/codec2/hal/common/ |
D | MultiAccessUnitHelper.cpp | 105 C2StreamChannelCountInfo::output channelCount; in getDecoderSampleRateAndChannelCount()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 2087 typedef C2StreamParam<C2Info, C2Uint32Value, kParamIndexChannelCount> C2StreamChannelCountInfo; typedef
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBufferChannel.cpp | 1590 C2StreamChannelCountInfo::input channelCount(0u); in start()
|