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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1969 OMX_U32 cancelEnd; local
1974 cancelEnd = mPortBuffers[kPortIndexOutput].size();
1978 cancelEnd = def.nBufferCountActual;
1981 for (OMX_U32 i = cancelStart; i < cancelEnd; i++) {
H A DACodec.cpp822 OMX_U32 cancelEnd; local
828 cancelEnd = mBuffers[kPortIndexOutput].size();
832 cancelEnd = bufferCount;
835 for (OMX_U32 i = cancelStart; i < cancelEnd; i++) {

Completed in 477 milliseconds