Home
last modified time | relevance | path

Searched refs:GST_H264_B_SLICE (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h49 #define GST_H264_IS_B_SLICE(slice) (((slice)->type % 5) == GST_H264_B_SLICE)
310 GST_H264_B_SLICE = 1, enumerator
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c684 if (slice_hdr->type % 5 != GST_H264_B_SLICE) in gst_v4l2_codec_h264_dec_fill_pred_weight()