Home
last modified time | relevance | path

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

/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.cpp106 mInputMaxBufSize = bitStreamInfo[0]; in getInputMaxBufSize()
107 if (mInputMaxBufSize < 0) { in getInputMaxBufSize()
108 ALOGE("Invalid mInputMaxBufSize %d\n", mInputMaxBufSize); in getInputMaxBufSize()
122 if (frameSize > mInputMaxBufSize) { in encodeFrames()
123 frameSize = mInputMaxBufSize; in encodeFrames()
DC2Encoder.h61 int32_t mInputMaxBufSize; variable
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp80 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
103 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftRawDec::IntfImpl
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp89 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
98 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftG711Dec::IntfImpl
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp80 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
89 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftGsmDec::IntfImpl
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp82 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
95 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftAmrNbEnc::IntfImpl
DC2SoftAmrDec.cpp105 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
114 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftAmrDec::IntfImpl
DC2SoftAmrWbEnc.cpp83 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
96 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftAmrWbEnc::IntfImpl
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp80 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
102 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftFlacDec::IntfImpl
DC2SoftFlacEnc.cpp85 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
112 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftFlacEnc::IntfImpl
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp84 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
93 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftOpusDec::IntfImpl
DC2SoftOpusEnc.cpp108 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
125 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftOpusEnc::IntfImpl
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp143 int32_t mInputMaxBufSize; member in __anon567c84490111::Codec2AudioEncHidlTestBase
179 mInputMaxBufSize = C2StreamMaxBufferSizeInfo::input::From(inParams[0].get())->value; in getInputMaxBufSize()
443 mSamplesPerFrame = ((mInputMaxBufSize / inputMaxBufRatio) / (mNumChannels * 2)); in TEST_P()
445 ALOGV("signalEOS %d mInputMaxBufSize %d mSamplesPerFrame %d", signalEOS, mInputMaxBufSize, in TEST_P()
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp88 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
97 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftVorbisDec::IntfImpl
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp85 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
94 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftMP3::IntfImpl
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp84 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
143 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftAacEnc::IntfImpl
DC2SoftAacDec.cpp115 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
252 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftAacDec::IntfImpl
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp111 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
221 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftXaacDec::IntfImpl