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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c344 u32 numReadBytes; local
386 numReadBytes = 0;
402 pInput->picId, &numReadBytes);
404 tmpStream += numReadBytes;
406 if ( (i32)(strmLen - numReadBytes) >= 0 )
407 strmLen -= numReadBytes;

Completed in 53 milliseconds