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

/frameworks/av/media/libstagefright/
H A DACodec.cpp1279 OMX_U32 cancelEnd; local
1285 cancelEnd = mBuffers[kPortIndexOutput].size();
1289 cancelEnd = bufferCount;
1292 for (OMX_U32 i = cancelStart; i < cancelEnd; i++) {

Completed in 143 milliseconds