Searched defs:start_code (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dhevc_utils.cpp114 start_code : If true, start code is detected,
141 boolean start_code = (size_of_nal_length_field==0)?true:false; local
143 if (start_code) {
H A Dh264_utils.cpp222 start_code : If true, start code is detected,
252 boolean start_code = (size_of_nal_length_field==0)?true:false; local
254 if (start_code) {
313 if ( start_code ) {
342 start_code : If true, start code is detected,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dhevc_utils.cpp114 start_code : If true, start code is detected,
141 boolean start_code = (size_of_nal_length_field==0)?true:false; local
143 if (start_code) {
H A Dh264_utils.cpp222 start_code : If true, start code is detected,
252 boolean start_code = (size_of_nal_length_field==0)?true:false; local
254 if (start_code) {
313 if ( start_code ) {
342 start_code : If true, start code is detected,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dhevc_utils.cpp114 start_code : If true, start code is detected,
141 boolean start_code = (size_of_nal_length_field==0)?true:false; local
143 if (start_code) {
H A Dh264_utils.cpp222 start_code : If true, start code is detected,
252 boolean start_code = (size_of_nal_length_field==0)?true:false; local
254 if (start_code) {
313 if ( start_code ) {
342 start_code : If true, start code is detected,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dframeparser.h83 unsigned char *start_code; member in class:frame_parse
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h84 unsigned char *start_code; member in class:frame_parse
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h85 unsigned char *start_code; member in class:frame_parse
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h85 unsigned char *start_code; member in class:frame_parse
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_vc1_parser.c231 unsigned char start_code = 0; local
240 start_code = *(unsigned char*)(cubby.buf + cubby.sc_end_pos);
303 if (start_code >= 0x0A && start_code <= 0x0F)
317 ITRACE("skipping unknown start code :%d", start_code);
968 if (parser->start_code != VC1_SC_FRM && parser->start_code != VC1_SC_FLD &&
969 parser->start_code != VC1_SC_SLC)
977 if (parser->start_code == VC1_SC_FRM || parser->start_code
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1.h219 uint32_t start_code; member in struct:__anon312
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dh264_utils.cpp232 start_code : If true, start code is detected,
262 boolean start_code = (size_of_nal_length_field==0)?true:false; local
264 if(start_code) {
332 if( start_code ) {
361 start_code : If true, start code is detected,

Completed in 2220 milliseconds