Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
DVideoDecoderAVCSecure.h62 int32_t findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length);
DVideoDecoderAVCSecure.cpp352 int32_t VideoDecoderAVCSecure::findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length) { in findNalUnitOffset() function in VideoDecoderAVCSecure
469 naluOffset = findNalUnitOffset(stream, offset, left); in parseAnnexBStream()
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
DVideoDecoderAVCSecure.h62 int32_t findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length);
DVideoDecoderAVCSecure.cpp355 int32_t VideoDecoderAVCSecure::findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length) { in findNalUnitOffset() function in VideoDecoderAVCSecure
472 naluOffset = findNalUnitOffset(stream, offset, left); in parseAnnexBStream()