HomeSort by relevance Sort by last modified time
    Searched refs:mEOSResult (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 37 mEOSResult(OK),
101 while (mEOSResult == OK && mBuffers.empty()) {
126 return mEOSResult;
134 while (mEOSResult == OK && mBuffers.empty()) {
167 return mEOSResult;
210 mEOSResult = OK;
236 mEOSResult = OK;
252 mEOSResult = result;
262 *finalResult = mEOSResult;
269 *finalResult = mEOSResult;
    [all...]
AnotherPacketSource.h 78 status_t mEOSResult;

Completed in 107 milliseconds