Searched refs:GST_H264_IS_I_SLICE (Results 1 – 6 of 6) sorted by relevance
50 #define GST_H264_IS_I_SLICE(slice) (((slice)->type % 5) == GST_H264_I_SLICE) macro
690 if (!GST_H264_IS_I_SLICE (slice) && !GST_H264_IS_SI_SLICE (slice)) { in slice_parse_ref_pic_list_modification()2276 if (GST_H264_IS_I_SLICE (slice)) { in gst_h264_parser_parse_slice_hdr()2362 if (pps->entropy_coding_mode_flag && !GST_H264_IS_I_SLICE (slice) && in gst_h264_parser_parse_slice_hdr()
844 if (!GST_H264_IS_I_SLICE (&slice->header) && in gst_nv_h264_dec_decode_slice()
614 GST_H264_IS_I_SLICE (slice_header) || GST_H264_IS_SI_SLICE (slice_header); in gst_d3d11_h264_dec_picture_params_from_slice_header()
805 if (GST_H264_IS_I_SLICE (&slice) || GST_H264_IS_SI_SLICE (&slice)) { in scan_keyframe_h264()
1088 if (GST_H264_IS_I_SLICE (&slice) || GST_H264_IS_SI_SLICE (&slice)) in gst_h264_parse_process_nal()