Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dmix_vbp_h264_stubs.c34 if(pInfo->Is_first_frame_in_stream) //new stream, fill new frame in cur
38 pInfo->Is_first_frame_in_stream =0;
325 if( (pInfo->Is_first_frame_in_stream)||(pInfo->is_frame_boundary_detected_by_non_slice_nal)) in h264_parse_emit_start_new_frame()
329 pInfo->Is_first_frame_in_stream =0; in h264_parse_emit_start_new_frame()
Dh264parse_sei.c153 if( (pInfo->Is_first_frame_in_stream)||(!pInfo->is_current_workload_done) ) { in h264_sei_pic_timing()
301 if((pInfo->Is_first_frame_in_stream)||(!pInfo->is_current_workload_done)) //cur is first frame in h264_sei_pan_scan()
326 if(pInfo->Is_first_frame_in_stream) { //cur is first frame in h264_sei_pan_scan()
405 … if((pInfo->Is_first_frame_in_stream)||(!pInfo->is_current_workload_done)) //cur is first frame in h264_sei_userdata_reg()
425 if(pInfo->Is_first_frame_in_stream) //cur is first frame in h264_sei_userdata_reg()
477 … if((pInfo->Is_first_frame_in_stream)||(!pInfo->is_current_workload_done)) //cur is first frame in h264_sei_userdata_unreg()
493 if(pInfo->Is_first_frame_in_stream) //cur is first frame in h264_sei_userdata_unreg()
553 if((pInfo->Is_first_frame_in_stream)||(!pInfo->is_current_workload_done)) //cur is first frame in h264_sei_recovery_point()
Dh264parse.c366 pInfo->Is_first_frame_in_stream = 1; in h264_init_Info_under_sps_pps_level()
399 pInfo->Is_first_frame_in_stream =1; in h264_init_Info()
Dviddec_h264_workload.c1031 if( (pInfo->Is_first_frame_in_stream)||(pInfo->is_frame_boundary_detected_by_non_slice_nal)) in h264_parse_emit_start_new_frame()
1035 pInfo->Is_first_frame_in_stream =0; in h264_parse_emit_start_new_frame()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h999 uint8_t Is_first_frame_in_stream; member