Searched refs:mEOSResult (Results 1 – 2 of 2) sorted by relevance
48 mEOSResult(OK), in AnotherPacketSource()120 while (mEOSResult == OK && mBuffers.empty()) { in dequeueAccessUnit()157 return mEOSResult; in dequeueAccessUnit()171 while (mEOSResult == OK && mBuffers.empty()) { in read()258 return mEOSResult; in read()290 mEOSResult = OK; in queueAccessUnit()334 mEOSResult = OK; in clear()376 mEOSResult = OK; in queueDiscontinuity()398 mEOSResult = result; in signalEOS()412 *finalResult = mEOSResult; in hasBufferAvailable()[all …]
121 status_t mEOSResult; member