Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecEncoderSurfaceTest.cpp45 bool mSignalEOSWithLastFrame; member in CodecEncoderSurfaceTest
192 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()
246 if (!AMediaExtractor_advance(mExtractor) && mSignalEOSWithLastFrame) { in enqueueDecoderInput()
547 if (!configureCodec(mIsCodecInAsyncMode, mSignalEOSWithLastFrame)) return false; in testSimpleEncode()
DNativeCodecTestBase.h133 bool mSignalEOSWithLastFrame; variable
DNativeCodecTestBase.cpp336 mSignalEOSWithLastFrame = false; in CodecTestBase()
392 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()
DNativeCodecEncoderTest.cpp281 if (mNumBytesSubmitted + size >= mInputLength && mSignalEOSWithLastFrame) { in enqueueInput()
303 if (mNumBytesSubmitted + frmSize >= mInputLength && mSignalEOSWithLastFrame) { in enqueueInput()
DNativeCodecDecoderTest.cpp207 if (!AMediaExtractor_advance(mExtractor) && mSignalEOSWithLastFrame) { in enqueueInput()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java190 boolean mSignalEOSWithLastFrame; field in CodecTestBase
225 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()
450 if (!mExtractor.advance() && mSignalEOSWithLastFrame) { in enqueueInput()
619 if (mNumBytesSubmitted + size >= mInputData.length && mSignalEOSWithLastFrame) { in enqueueInput()
642 if (mNumBytesSubmitted + frmSize >= mInputData.length && mSignalEOSWithLastFrame) { in enqueueInput()
DCodecTranscoderTestBase.java56 boolean mSignalEOSWithLastFrame; field in CodecTranscoderTestBase
101 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()
150 if (!mExtractor.advance() && mSignalEOSWithLastFrame) { in enqueueDecoderInput()
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderSurfaceTest.java68 private boolean mSignalEOSWithLastFrame; field in CodecEncoderSurfaceTest
157 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()
210 if (!mExtractor.advance() && mSignalEOSWithLastFrame) { in enqueueDecoderInput()
DCodecTestBase.java536 boolean mSignalEOSWithLastFrame; field in CodecTestBase
864 mSignalEOSWithLastFrame = signalEOSWithLastFrame; in resetContext()
1198 if (!mExtractor.advance() && mSignalEOSWithLastFrame) { in enqueueInput()
1572 if (mNumBytesSubmitted + size >= mInputData.length && mSignalEOSWithLastFrame) { in enqueueInput()
1595 if (mNumBytesSubmitted + frmSize >= mInputData.length && mSignalEOSWithLastFrame) { in enqueueInput()