Searched refs:mEOSResult (Results 1 – 2 of 2) sorted by relevance
47 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 …]
121 status_t mEOSResult; member