Home
last modified time | relevance | path

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

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