Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp47 mEOSResult(OK), in AnotherPacketSource()
119 while (mEOSResult == OK && mBuffers.empty()) { in dequeueAccessUnit()
156 return mEOSResult; in dequeueAccessUnit()
170 while (mEOSResult == OK && mBuffers.empty()) { in read()
271 return mEOSResult; in read()
303 mEOSResult = OK; in queueAccessUnit()
347 mEOSResult = OK; in clear()
389 mEOSResult = OK; in queueDiscontinuity()
411 mEOSResult = result; in signalEOS()
425 *finalResult = mEOSResult; in hasBufferAvailable()
[all …]
DAnotherPacketSource.h121 status_t mEOSResult; member