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

  /frameworks/av/media/libstagefright/
ACodec.cpp 672 OMX_U32 cancelEnd;
678 cancelEnd = mBuffers[kPortIndexOutput].size();
682 cancelEnd = def.nBufferCountActual;
685 for (OMX_U32 i = cancelStart; i < cancelEnd; i++) {
    [all...]
OMXCodec.cpp     [all...]

Completed in 53 milliseconds