Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c695 if (GST_H264_IS_B_SLICE (slice)) { in slice_parse_ref_pic_list_modification()
784 if (GST_H264_IS_B_SLICE (slice)) { in gst_h264_slice_parse_pred_weight_table()
797 if (GST_H264_IS_B_SLICE (slice)) { in gst_h264_slice_parse_pred_weight_table()
827 if (GST_H264_IS_B_SLICE (slice)) { in gst_h264_slice_parse_pred_weight_table()
2282 if (GST_H264_IS_B_SLICE (slice)) in gst_h264_parser_parse_slice_hdr()
2331 if (GST_H264_IS_B_SLICE (slice)) in gst_h264_parser_parse_slice_hdr()
2335 GST_H264_IS_B_SLICE (slice)) { in gst_h264_parser_parse_slice_hdr()
2340 if (GST_H264_IS_B_SLICE (slice)) in gst_h264_parser_parse_slice_hdr()
2351 || (pps->weighted_bipred_idc == 1 && GST_H264_IS_B_SLICE (slice))) { in gst_h264_parser_parse_slice_hdr()
Dgsth264parser.h49 #define GST_H264_IS_B_SLICE(slice) (((slice)->type % 5) == GST_H264_B_SLICE) macro
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c259 else if (pps->weighted_bipred_idc == 1 && GST_H264_IS_B_SLICE (header)) in _fill_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c3277 } else if (GST_H264_IS_B_SLICE (slice_hdr)) { in gst_h264_decoder_modify_ref_pic_lists()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c1093 else if (GST_H264_IS_B_SLICE (&slice)) in gst_h264_parse_process_nal()