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

  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
ACodec.cpp 835 OMX_U32 cancelEnd;
841 cancelEnd = mBuffers[kPortIndexOutput].size();
845 cancelEnd = bufferCount;
848 for (OMX_U32 i = cancelStart; i < cancelEnd; i++) {
    [all...]

Completed in 57 milliseconds