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

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

Completed in 38 milliseconds