Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp57 static unsigned char MPEG4_start_code[4] = {0x00,0x00,0x01,0xB6}; variable
101 start_code = MPEG4_start_code; in init_start_codes()
193 || start_code == MPEG4_start_code in parse_sc_frame()
592 if (((start_code == MPEG4_start_code) || in parse_additional_start_code()
598 if ((start_code == MPEG4_start_code && in parse_additional_start_code()
616 if ((start_code == MPEG4_start_code || in check_skip_frame_boundary()
631 if (((start_code == MPEG4_start_code) && in update_skip_frame()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp57 static unsigned char MPEG4_start_code[4] = {0x00,0x00,0x01,0xB6}; variable
101 start_code = MPEG4_start_code; in init_start_codes()
193 || start_code == MPEG4_start_code in parse_sc_frame()
592 if (((start_code == MPEG4_start_code) || in parse_additional_start_code()
598 if ((start_code == MPEG4_start_code && in parse_additional_start_code()
616 if ((start_code == MPEG4_start_code || in check_skip_frame_boundary()
631 if (((start_code == MPEG4_start_code) && in update_skip_frame()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dframeparser.cpp64 static unsigned char MPEG4_start_code[4] = {0x00,0x00,0x01,0xB6}; variable
109 start_code = MPEG4_start_code; in init_start_codes()
197 || start_code == MPEG4_start_code in parse_sc_frame()
630 if (((start_code == MPEG4_start_code) || in parse_additional_start_code()
636 if ((start_code == MPEG4_start_code && in parse_additional_start_code()
655 if ((start_code == MPEG4_start_code || in check_skip_frame_boundary()
668 if (((start_code == MPEG4_start_code) && in update_skip_frame()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp57 static unsigned char MPEG4_start_code[4] = {0x00,0x00,0x01,0xB6}; variable
101 start_code = MPEG4_start_code; in init_start_codes()
193 || start_code == MPEG4_start_code in parse_sc_frame()
592 if (((start_code == MPEG4_start_code) || in parse_additional_start_code()
598 if ((start_code == MPEG4_start_code && in parse_additional_start_code()
616 if ((start_code == MPEG4_start_code || in check_skip_frame_boundary()
631 if (((start_code == MPEG4_start_code) && in update_skip_frame()