Home
last modified time | relevance | path

Searched refs:mInputEOSResult (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaFilter.h98 status_t mInputEOSResult; member
H A DACodec.h267 status_t mInputEOSResult; member
/aosp12/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp607 mInputEOSResult = OK; in onStart()
661 mInputEOSResult = err; in onInputBufferFilled()
736 mInputEOSResult = OK; in onFlush()
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp611 mInputEOSResult = OK; in ACodec()
6256 mCodec->mInputEOSResult = err; in onInputBufferFilled()
6410 mCodec->mInputEOSResult = err; in onInputBufferFilled()
6435 mCodec->mInputEOSResult = err; in onInputBufferFilled()
6617 mCodec->mCallback->onEos(mCodec->mInputEOSResult); in onOMXFillBufferDone()
6981 mCodec->mInputEOSResult = OK; in stateEntered()
8963 mCodec->mInputEOSResult = OK; in changeStateIfWeOwnAllBuffers()