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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1928 OMX_U32 cancelEnd; local
1933 cancelEnd = mPortBuffers[kPortIndexOutput].size();
1937 cancelEnd = def.nBufferCountActual;
1940 for (OMX_U32 i = cancelStart; i < cancelEnd; i++) {
H A DACodec.cpp1065 OMX_U32 cancelEnd; local
1071 cancelEnd = mBuffers[kPortIndexOutput].size();
1075 cancelEnd = bufferCount;
1078 for (OMX_U32 i = cancelStart; i < cancelEnd; i++) {

Completed in 46 milliseconds