Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h43 #define GST_H265_IS_I_SLICE(slice) ((slice)->type == GST_H265_I_SLICE) macro
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c357 if (GST_H265_IS_I_SLICE (header) || in _fill_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c480 if (GST_H265_IS_I_SLICE (&slice->header)) in gst_h265_decoder_process_ref_pic_lists()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c890 if (GST_H265_IS_I_SLICE (&slice)) in gst_h265_parse_process_nal()