Home
last modified time | relevance | path

Searched refs:GST_H265_IS_B_SLICE (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c931 if (GST_H265_IS_B_SLICE (slice)) { in gst_h265_slice_parse_ref_pic_list_modification()
985 if (GST_H265_IS_B_SLICE (slice)) { in gst_h265_slice_parse_pred_weight_table()
2570 if (GST_H265_IS_B_SLICE (slice) || GST_H265_IS_P_SLICE (slice)) { in gst_h265_parser_parse_slice_hdr()
2575 if (GST_H265_IS_B_SLICE (slice)) in gst_h265_parser_parse_slice_hdr()
2610 if (GST_H265_IS_B_SLICE (slice)) in gst_h265_parser_parse_slice_hdr()
2615 if (GST_H265_IS_B_SLICE (slice)) in gst_h265_parser_parse_slice_hdr()
2625 || ((GST_H265_IS_B_SLICE (slice)) in gst_h265_parser_parse_slice_hdr()
2629 } else if ((GST_H265_IS_B_SLICE (slice)) in gst_h265_parser_parse_slice_hdr()
2637 (pps->weighted_bipred_flag && GST_H265_IS_B_SLICE (slice))) in gst_h265_parser_parse_slice_hdr()
Dgsth265parser.h41 #define GST_H265_IS_B_SLICE(slice) ((slice)->type == GST_H265_B_SLICE) macro
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c359 (!pps->weighted_bipred_flag && GST_H265_IS_B_SLICE (header))) in _fill_pred_weight_table()
418 if (!GST_H265_IS_B_SLICE (header)) in _fill_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c894 else if (GST_H265_IS_B_SLICE (&slice)) in gst_h265_parse_process_nal()