Searched refs:GST_H264_IS_SI_SLICE (Results 1 – 6 of 6) sorted by relevance
52 #define GST_H264_IS_SI_SLICE(slice) (((slice)->type % 5) == GST_H264_SI_SLICE) macro
690 if (!GST_H264_IS_I_SLICE (slice) && !GST_H264_IS_SI_SLICE (slice)) { in slice_parse_ref_pic_list_modification()2363 !GST_H264_IS_SI_SLICE (slice)) in gst_h264_parser_parse_slice_hdr()2368 if (GST_H264_IS_SP_SLICE (slice) || GST_H264_IS_SI_SLICE (slice)) { in gst_h264_parser_parse_slice_hdr()
845 !GST_H264_IS_SI_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()