Home
last modified time | relevance | path

Searched refs:MPEG2_start_code (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sm8150/media/libarbitrarybytes/src/
Dframeparser.cpp44 static unsigned char MPEG2_start_code[4] = {0x00, 0x00, 0x01, 0x00}; variable
83 start_code = MPEG2_start_code; in init_start_codes()
146 if (start_code == MPEG2_start_code) { in parse_sc_frame()
529 if ((start_code == MPEG2_start_code) && in parse_additional_start_code()
534 if (start_code == MPEG2_start_code && in parse_additional_start_code()
550 if ((start_code == MPEG2_start_code) && in check_skip_frame_boundary()
564 if ((start_code == MPEG2_start_code) && in update_skip_frame()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp66 static unsigned char MPEG2_start_code[4] = {0x00, 0x00, 0x01, 0x00}; variable
118 start_code = MPEG2_start_code; in init_start_codes()
194 || start_code == MPEG2_start_code) { in parse_sc_frame()
593 (start_code == MPEG2_start_code)) && in parse_additional_start_code()
600 (start_code == MPEG2_start_code && in parse_additional_start_code()
617 start_code == MPEG2_start_code) && in check_skip_frame_boundary()
633 ((start_code == MPEG2_start_code) && in update_skip_frame()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp66 static unsigned char MPEG2_start_code[4] = {0x00, 0x00, 0x01, 0x00}; variable
118 start_code = MPEG2_start_code; in init_start_codes()
194 || start_code == MPEG2_start_code) { in parse_sc_frame()
593 (start_code == MPEG2_start_code)) && in parse_additional_start_code()
600 (start_code == MPEG2_start_code && in parse_additional_start_code()
617 start_code == MPEG2_start_code) && in check_skip_frame_boundary()
633 ((start_code == MPEG2_start_code) && in update_skip_frame()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dframeparser.cpp73 static unsigned char MPEG2_start_code[4] = {0x00, 0x00, 0x01, 0x00}; variable
125 start_code = MPEG2_start_code; in init_start_codes()
198 || start_code == MPEG2_start_code) in parse_sc_frame()
631 (start_code == MPEG2_start_code)) && in parse_additional_start_code()
638 (start_code == MPEG2_start_code && in parse_additional_start_code()
656 start_code == MPEG2_start_code) && in check_skip_frame_boundary()
670 ((start_code == MPEG2_start_code) && in update_skip_frame()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp66 static unsigned char MPEG2_start_code[4] = {0x00, 0x00, 0x01, 0x00}; variable
118 start_code = MPEG2_start_code; in init_start_codes()
194 || start_code == MPEG2_start_code) { in parse_sc_frame()
593 (start_code == MPEG2_start_code)) && in parse_additional_start_code()
600 (start_code == MPEG2_start_code && in parse_additional_start_code()
617 start_code == MPEG2_start_code) && in check_skip_frame_boundary()
633 ((start_code == MPEG2_start_code) && in update_skip_frame()