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

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

Completed in 50 milliseconds