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

/frameworks/av/media/libstagefright/
H A DACodec.cpp1144 OMX_U32 cancelEnd; local
1150 cancelEnd = mBuffers[kPortIndexOutput].size();
1154 cancelEnd = bufferCount;
1157 for (OMX_U32 i = cancelStart; i < cancelEnd; i++) {

Completed in 415 milliseconds