Lines Matching full:inbuffer
361 uint8_t *inBuffer, uint32_t bufSize, uint32_t *nalSize,
370 while ((inBuffer[pos++] == 0x00)) {
376 if (inBuffer[pos - 1] != 0x01 || zeroByteCount < 2) {
382 *nalType = (*(inBuffer + pos)) & 0x1F;
393 dataPtr = inBuffer + pos;
457 uint8_t *inBuffer, uint32_t bufSize, uint32_t *headerSize, uint32_t status) {
463 uint8_t *buf = inBuffer;
467 CHECK_NULL_RETURN_IFFAIL(inBuffer);