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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_byte_stream.c67 pByteStream pointer to byte stream buffer
80 u32 h264bsdExtractNalUnit(u8 *pByteStream, u32 len, strmData_t *pStrmData, argument
96 ASSERT(pByteStream);
102 if (len > 3 && pByteStream[0] == 0x00 && pByteStream[1] == 0x00 &&
103 (pByteStream[2]&0xFE) == 0x00)
108 readPtr = pByteStream + 2;
179 pStrmData->pStrmBuffStart = pByteStream + initByteCount;

Completed in 601 milliseconds