Home
last modified time | relevance | path

Searched refs:is_frame_boundary_detected_by_non_slice_nal (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dmix_vbp_h264_stubs.c325 if( (pInfo->Is_first_frame_in_stream)||(pInfo->is_frame_boundary_detected_by_non_slice_nal)) in h264_parse_emit_start_new_frame()
330 pInfo->is_frame_boundary_detected_by_non_slice_nal=0; in h264_parse_emit_start_new_frame()
Dh264parse.c370 pInfo->is_frame_boundary_detected_by_non_slice_nal = 0; in h264_init_Info_under_sps_pps_level()
537 pInfo->is_frame_boundary_detected_by_non_slice_nal =1; in h264_check_previous_frame_end()
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()
1036 pInfo->is_frame_boundary_detected_by_non_slice_nal=0; in h264_parse_emit_start_new_frame()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h1003 uint8_t is_frame_boundary_detected_by_non_slice_nal; member