Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 18 of 18) 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/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-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/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/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dviddec_vc1_parse.c119 parser->start_code = VC1_SC_SEQ; in viddec_vc1_parse()
132 parser->start_code = VC1_SC_EP; in viddec_vc1_parse()
154 parser->start_code = VC1_SC_FRM; in viddec_vc1_parse()
164 parser->start_code = VC1_SC_SLC; in viddec_vc1_parse()
212 parser->start_code = VC1_SC_FLD; in viddec_vc1_parse()
226 parser->start_code = VC1_SC_UD; in viddec_vc1_parse()
236 parser->start_code = VC1_SC_INVALID; in viddec_vc1_parse()
244 parser->start_code = VC1_SC_INVALID; in viddec_vc1_parse()
Dvc1.h219 uint32_t start_code; member
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_vc1_parser.c231 unsigned char start_code = 0; in vbp_parse_start_code_helper_vc1() local
240 start_code = *(unsigned char*)(cubby.buf + cubby.sc_end_pos); in vbp_parse_start_code_helper_vc1()
303 if (start_code >= 0x0A && start_code <= 0x0F) in vbp_parse_start_code_helper_vc1()
317 ITRACE("skipping unknown start code :%d", start_code); in vbp_parse_start_code_helper_vc1()
968 if (parser->start_code != VC1_SC_FRM && parser->start_code != VC1_SC_FLD && in vbp_process_parsing_result_vc1()
969 parser->start_code != VC1_SC_SLC) in vbp_process_parsing_result_vc1()
977 if (parser->start_code == VC1_SC_FRM || parser->start_code == VC1_SC_FLD) in vbp_process_parsing_result_vc1()
998 if (parser->start_code == VC1_SC_FRM || parser->start_code == VC1_SC_FLD) in vbp_process_parsing_result_vc1()
/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/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dframeparser.h85 unsigned char *start_code; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dframeparser.h85 unsigned char *start_code; variable