Home
last modified time | relevance | path

Searched refs:mNumPcmBytesPerInputFrame (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/opus/
H A DC2SoftOpusEnc.cpp156 mNumPcmBytesPerInputFrame = in configureEncoder()
309 (mNumPcmBytesPerInputFrame - mFilledLen)); in drainEncoder()
319 mNumPcmBytesPerInputFrame); in drainEncoder()
475 if ((inPos + (mNumPcmBytesPerInputFrame - mFilledLen)) <= inSize) { in process()
476 processSize = mNumPcmBytesPerInputFrame - mFilledLen; in process()
483 (mNumPcmBytesPerInputFrame - mFilledLen)); in process()
526 if ((processSize + mFilledLen) < mNumPcmBytesPerInputFrame) in process()
586 mProcessedSamples += (mNumPcmBytesPerInputFrame / sizeof(int16_t)); in drainInternal()
H A DC2SoftOpusEnc.h79 size_t mNumPcmBytesPerInputFrame; member