Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h48 #define GST_H264_IS_P_SLICE(slice) (((slice)->type % 5) == GST_H264_P_SLICE) macro
Dgsth264parser.c2334 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()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c257 && (GST_H264_IS_P_SLICE (header) || GST_H264_IS_SP_SLICE (header))) in _fill_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c3273 if (GST_H264_IS_P_SLICE (slice_hdr) || GST_H264_IS_SP_SLICE (slice_hdr)) { in gst_h264_decoder_modify_ref_pic_lists()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c1090 else if (GST_H264_IS_P_SLICE (&slice) in gst_h264_parse_process_nal()