Searched refs:GST_H264_IS_P_SLICE (Results 1 – 5 of 5) sorted by relevance
48 #define GST_H264_IS_P_SLICE(slice) (((slice)->type % 5) == GST_H264_P_SLICE) macro
2334 if (GST_H264_IS_P_SLICE (slice) || GST_H264_IS_SP_SLICE (slice) || in gst_h264_parser_parse_slice_hdr()2349 if ((pps->weighted_pred_flag && (GST_H264_IS_P_SLICE (slice) in gst_h264_parser_parse_slice_hdr()
257 && (GST_H264_IS_P_SLICE (header) || GST_H264_IS_SP_SLICE (header))) in _fill_pred_weight_table()
3273 if (GST_H264_IS_P_SLICE (slice_hdr) || GST_H264_IS_SP_SLICE (slice_hdr)) { in gst_h264_decoder_modify_ref_pic_lists()
1090 else if (GST_H264_IS_P_SLICE (&slice) in gst_h264_parse_process_nal()