Searched refs:cancelEnd (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp672 OMX_U32 cancelEnd; local
678 cancelEnd = mBuffers[kPortIndexOutput].size();
682 cancelEnd = def.nBufferCountActual;
685 for (OMX_U32 i = cancelStart; i < cancelEnd; i++) {
H A DOMXCodec.cpp1844 OMX_U32 cancelEnd; local
1849 cancelEnd = mPortBuffers[kPortIndexOutput].size();
1853 cancelEnd = def.nBufferCountActual;
1856 for (OMX_U32 i = cancelStart; i < cancelEnd; i++) {

Completed in 65 milliseconds