/frameworks/av/media/tests/benchmark/src/native/encoder/ |
D | C2Encoder.cpp | 106 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()
|
D | C2Encoder.h | 61 int32_t mInputMaxBufSize; variable
|
/frameworks/av/media/codec2/components/raw/ |
D | C2SoftRawDec.cpp | 80 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/ |
D | C2SoftG711Dec.cpp | 89 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/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 154 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/ |
D | C2SoftGsmDec.cpp | 80 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/ |
D | C2SoftAmrNbEnc.cpp | 82 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl() 95 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftAmrNbEnc::IntfImpl
|
D | C2SoftAmrDec.cpp | 105 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl() 114 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftAmrDec::IntfImpl
|
D | C2SoftAmrWbEnc.cpp | 83 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/ |
D | C2SoftFlacDec.cpp | 80 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl() 102 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftFlacDec::IntfImpl
|
D | C2SoftFlacEnc.cpp | 85 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/ |
D | C2SoftOpusDec.cpp | 84 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl() 93 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftOpusDec::IntfImpl
|
D | C2SoftOpusEnc.cpp | 95 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/ |
D | C2SoftVorbisDec.cpp | 88 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/ |
D | C2SoftMp3Dec.cpp | 84 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/ |
D | C2SoftAacEnc.cpp | 84 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl() 143 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftAacEnc::IntfImpl
|
D | C2SoftAacDec.cpp | 101 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/ |
D | C2SoftXaacDec.cpp | 110 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl() 220 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftXaacDec::IntfImpl
|