Home
last modified time | relevance | path

Searched refs:mSignalEOSWithLastFrame (Results 1 – 7 of 7) sorted by relevance

/cts/tests/media/jni/
DNativeCodecEncoderSurfaceTest.cpp46 bool mSignalEOSWithLastFrame; member in CodecEncoderSurfaceTest
186 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()
240 if (!AMediaExtractor_advance(mExtractor) && mSignalEOSWithLastFrame) { in enqueueDecoderInput()
504 if (!configureCodec(mIsCodecInAsyncMode, mSignalEOSWithLastFrame)) return false; in testSimpleEncode()
DNativeCodecTestBase.h130 bool mSignalEOSWithLastFrame; variable
DNativeCodecTestBase.cpp345 mSignalEOSWithLastFrame = false; in CodecTestBase()
401 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()
DNativeCodecEncoderTest.cpp276 if (mNumBytesSubmitted + size >= mInputLength && mSignalEOSWithLastFrame) { in enqueueInput()
298 if (mNumBytesSubmitted + frmSize >= mInputLength && mSignalEOSWithLastFrame) { in enqueueInput()
DNativeCodecDecoderTest.cpp203 if (!AMediaExtractor_advance(mExtractor) && mSignalEOSWithLastFrame) { in enqueueInput()
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderSurfaceTest.java67 private boolean mSignalEOSWithLastFrame; field in CodecEncoderSurfaceTest
201 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()
250 if (!mExtractor.advance() && mSignalEOSWithLastFrame) { in enqueueDecoderInput()
DCodecTestBase.java462 boolean mSignalEOSWithLastFrame; field in CodecTestBase
640 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()
916 if (!mExtractor.advance() && mSignalEOSWithLastFrame) { in enqueueInput()
1262 if (mNumBytesSubmitted + size >= mInputData.length && mSignalEOSWithLastFrame) { in enqueueInput()
1285 if (mNumBytesSubmitted + frmSize >= mInputData.length && mSignalEOSWithLastFrame) { in enqueueInput()