Home
last modified time | relevance | path

Searched refs:gst_h264_dpb_get_interlaced (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.h249 gboolean gst_h264_dpb_get_interlaced (GstH264Dpb * dpb);
Dgsth264picture.c207 gst_h264_dpb_get_interlaced (GstH264Dpb * dpb) in gst_h264_dpb_get_interlaced() function
736 if (gst_h264_dpb_get_interlaced (dpb)) in gst_h264_dpb_needs_bump()
Dgsth264decoder.c897 if (!gst_h264_dpb_get_interlaced (priv->dpb)) { in add_picture_to_dpb()
1006 if (gst_h264_dpb_get_interlaced (priv->dpb)) { in gst_h264_decoder_handle_frame_num_gap()
1160 if (gst_h264_dpb_get_interlaced (priv->dpb)) { in gst_h264_decoder_find_first_field_picture()
1260 if (gst_h264_dpb_get_interlaced (priv->dpb) && priv->current_picture && in gst_h264_decoder_parse_slice()
2163 if (gst_h264_dpb_get_interlaced (priv->dpb) && in gst_h264_decoder_finish_picture()
2463 prev_interlaced = gst_h264_dpb_get_interlaced (priv->dpb); in gst_h264_decoder_process_sps()