Searched refs:findNalUnitOffset (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/ |
D | VideoDecoderAVCSecure.h | 62 int32_t findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length);
|
D | VideoDecoderAVCSecure.cpp | 352 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/ |
D | VideoDecoderAVCSecure.h | 62 int32_t findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length);
|
D | VideoDecoderAVCSecure.cpp | 355 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()
|