Searched refs:findNalUnitOffset (Results 1 – 3 of 3) sorted by relevance
62 int32_t findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length);
352 int32_t VideoDecoderAVCSecure::findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length) { in findNalUnitOffset() function in VideoDecoderAVCSecure469 naluOffset = findNalUnitOffset(stream, offset, left); in parseAnnexBStream()