Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp71 start_code(NULL), in frame_parse()
101 start_code = MPEG4_start_code; in init_start_codes()
105 start_code = H263_start_code; in init_start_codes()
110 start_code = H264_start_code; in init_start_codes()
114 start_code = VC1_AP_start_code; in init_start_codes()
118 start_code = MPEG2_start_code; in init_start_codes()
164 if ((start_code == H263_start_code && dest_len < 3) || in parse_sc_frame()
165 (start_code != H263_start_code && dest_len < 4) || (source_len == 0)) { in parse_sc_frame()
184 if (start_code == H263_start_code) { in parse_sc_frame()
185 memcpy (pdest,start_code,2); in parse_sc_frame()
[all …]
Dhevc_utils.cpp141 boolean start_code = (size_of_nal_length_field==0)?true:false; in isNewFrame() local
143 if (start_code) { in isNewFrame()
Dh264_utils.cpp252 boolean start_code = (size_of_nal_length_field==0)?true:false; in extract_rbsp() local
254 if (start_code) { in extract_rbsp()
313 if ( start_code ) { in extract_rbsp()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dframeparser.cpp83 start_code(NULL), in frame_parse()
109 start_code = MPEG4_start_code; in init_start_codes()
113 start_code = H263_start_code; in init_start_codes()
117 start_code = H264_start_code; in init_start_codes()
121 start_code = VC1_AP_start_code; in init_start_codes()
125 start_code = MPEG2_start_code; in init_start_codes()
165 if ((start_code == H263_start_code && dest_len < 3) || in parse_sc_frame()
166 (start_code != H263_start_code && dest_len < 4) || (source_len == 0)) in parse_sc_frame()
186 if(start_code == H263_start_code) in parse_sc_frame()
188 memcpy (pdest,start_code,2); in parse_sc_frame()
[all …]
Dh264_utils.cpp262 boolean start_code = (size_of_nal_length_field==0)?true:false; in extract_rbsp() local
264 if(start_code) { in extract_rbsp()
332 if( start_code ) { in extract_rbsp()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp71 start_code(NULL), in frame_parse()
101 start_code = MPEG4_start_code; in init_start_codes()
105 start_code = H263_start_code; in init_start_codes()
110 start_code = H264_start_code; in init_start_codes()
114 start_code = VC1_AP_start_code; in init_start_codes()
118 start_code = MPEG2_start_code; in init_start_codes()
164 if ((start_code == H263_start_code && dest_len < 3) || in parse_sc_frame()
165 (start_code != H263_start_code && dest_len < 4) || (source_len == 0)) { in parse_sc_frame()
184 if (start_code == H263_start_code) { in parse_sc_frame()
185 memcpy (pdest,start_code,2); in parse_sc_frame()
[all …]
Dhevc_utils.cpp141 boolean start_code = (size_of_nal_length_field==0)?true:false; in isNewFrame() local
143 if (start_code) { in isNewFrame()
Dh264_utils.cpp252 boolean start_code = (size_of_nal_length_field==0)?true:false; in extract_rbsp() local
254 if (start_code) { in extract_rbsp()
313 if ( start_code ) { in extract_rbsp()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp71 start_code(NULL), in frame_parse()
101 start_code = MPEG4_start_code; in init_start_codes()
105 start_code = H263_start_code; in init_start_codes()
110 start_code = H264_start_code; in init_start_codes()
114 start_code = VC1_AP_start_code; in init_start_codes()
118 start_code = MPEG2_start_code; in init_start_codes()
164 if ((start_code == H263_start_code && dest_len < 3) || in parse_sc_frame()
165 (start_code != H263_start_code && dest_len < 4) || (source_len == 0)) { in parse_sc_frame()
184 if (start_code == H263_start_code) { in parse_sc_frame()
185 memcpy (pdest,start_code,2); in parse_sc_frame()
[all …]
Dhevc_utils.cpp141 boolean start_code = (size_of_nal_length_field==0)?true:false; in isNewFrame() local
143 if (start_code) { in isNewFrame()
Dh264_utils.cpp252 boolean start_code = (size_of_nal_length_field==0)?true:false; in extract_rbsp() local
254 if (start_code) { in extract_rbsp()
313 if ( start_code ) { in extract_rbsp()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dframeparser.h83 unsigned char *start_code; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dframeparser.h84 unsigned char *start_code; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dframeparser.h85 unsigned char *start_code; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dframeparser.h85 unsigned char *start_code; variable
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp536 uint32_t *start_code = (uint32_t *)bitstream; in process() local
537 bool volHeader = *start_code == 0xB0010000; in process()