/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() 103 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/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 | 108 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/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 143 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/ |
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 | 85 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/ |
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 | 115 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/ |
D | C2SoftXaacDec.cpp | 111 DefineParam(mInputMaxBufSize, C2_PARAMKEY_INPUT_MAX_BUFFER_SIZE) in IntfImpl() 221 std::shared_ptr<C2StreamMaxBufferSizeInfo::input> mInputMaxBufSize; member in android::C2SoftXaacDec::IntfImpl
|