Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_byte_stream.c87 u32 byteCount,initByteCount; in h264bsdExtractNalUnit() local
130 initByteCount = byteCount; in h264bsdExtractNalUnit()
151 byteCount - initByteCount - zeroCount - 1; in h264bsdExtractNalUnit()
164 pStrmData->strmBuffSize = byteCount - initByteCount - zeroCount; in h264bsdExtractNalUnit()
173 initByteCount = 0; in h264bsdExtractNalUnit()
179 pStrmData->pStrmBuffStart = pByteStream + initByteCount; in h264bsdExtractNalUnit()
185 *readBytes = pStrmData->strmBuffSize + initByteCount + zeroCount; in h264bsdExtractNalUnit()