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

/frameworks/av/media/libstagefright/
H A DACodec.cpp636 OMX_U32 cancelEnd; local
642 cancelEnd = mBuffers[kPortIndexOutput].size();
646 cancelEnd = def.nBufferCountActual;
649 for (OMX_U32 i = cancelStart; i < cancelEnd; i++) {
H A DOMXCodec.cpp1838 OMX_U32 cancelEnd; local
1843 cancelEnd = mPortBuffers[kPortIndexOutput].size();
1847 cancelEnd = def.nBufferCountActual;
1850 for (OMX_U32 i = cancelStart; i < cancelEnd; i++) {

Completed in 433 milliseconds