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()
101 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/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp154 int32_t mInputMaxBufSize; member in __anone2a8991d0111::Codec2AudioEncHidlTest
191 mInputMaxBufSize = bitStreamInfo[0]; in getInputMaxBufSize()
417 ((mInputMaxBufSize / inputMaxBufRatio) / (nChannels * 2)); in TEST_P()
419 mInputMaxBufSize, samplesPerFrame); in TEST_P()
/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.cpp95 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
110 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftOpusEnc::IntfImpl
/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.cpp84 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
93 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.cpp101 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
211 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftAacDec::IntfImpl
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp110 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl()
220 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftXaacDec::IntfImpl