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 43 mEOSResult(OK),
112 while (mEOSResult == OK && mBuffers.empty()) {
140 return mEOSResult;
148 while (mEOSResult == OK && mBuffers.empty()) {
183 return mEOSResult;
242 mEOSResult = OK;
272 mEOSResult = OK;
293 mEOSResult = result;
303 *finalResult = mEOSResult;
313 *finalResult = mEOSResult;
    [all...]
AnotherPacketSource.h 84 status_t mEOSResult;

Completed in 183 milliseconds