/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | frameparser.cpp | 71 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 …]
|
D | hevc_utils.cpp | 141 boolean start_code = (size_of_nal_length_field==0)?true:false; in isNewFrame() local 143 if (start_code) { in isNewFrame()
|
D | h264_utils.cpp | 252 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/ |
D | frameparser.cpp | 83 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 …]
|
D | h264_utils.cpp | 262 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/ |
D | frameparser.cpp | 71 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 …]
|
D | hevc_utils.cpp | 141 boolean start_code = (size_of_nal_length_field==0)?true:false; in isNewFrame() local 143 if (start_code) { in isNewFrame()
|
D | h264_utils.cpp | 252 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/ |
D | frameparser.cpp | 71 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 …]
|
D | hevc_utils.cpp | 141 boolean start_code = (size_of_nal_length_field==0)?true:false; in isNewFrame() local 143 if (start_code) { in isNewFrame()
|
D | h264_utils.cpp | 252 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/ |
D | frameparser.h | 83 unsigned char *start_code; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | frameparser.h | 84 unsigned char *start_code; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | frameparser.h | 85 unsigned char *start_code; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | frameparser.h | 85 unsigned char *start_code; variable
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 536 uint32_t *start_code = (uint32_t *)bitstream; in process() local 537 bool volHeader = *start_code == 0xB0010000; in process()
|