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()229 return mEOSResult; in read()261 mEOSResult = OK; in queueAccessUnit()305 mEOSResult = OK; in clear()345 mEOSResult = OK; in queueDiscontinuity()367 mEOSResult = result; in signalEOS()381 *finalResult = mEOSResult; in hasBufferAvailable()[all …]
117 status_t mEOSResult; member