Home
last modified time | relevance | path

Searched refs:needed_for_output (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265picture.c219 if (other->needed_for_output) in gst_h265_dpb_add()
224 picture->needed_for_output = TRUE; in gst_h265_dpb_add()
226 picture->needed_for_output = FALSE; in gst_h265_dpb_add()
253 if (!picture->needed_for_output && !picture->ref) { in gst_h265_dpb_delete_unused()
493 if (!picture->needed_for_output) in gst_h265_dpb_check_latency_count()
570 if (!picture->needed_for_output) in gst_h265_dpb_get_lowest_output_needed_picture()
619 picture->needed_for_output = FALSE; in gst_h265_dpb_bump()
Dgstmpeg2picture.c279 if (dpb->ref_pic_list[i]->needed_for_output) { in gst_mpeg2_dpb_bump()
285 if (dpb->new_pic && dpb->new_pic->needed_for_output && in gst_mpeg2_dpb_bump()
296 pic->needed_for_output = FALSE; in gst_mpeg2_dpb_bump()
Dgsth264picture.c281 picture->needed_for_output = TRUE; in gst_h264_dpb_add()
292 picture->needed_for_output = FALSE; in gst_h264_dpb_add()
333 if (!picture->needed_for_output && !GST_H264_PICTURE_IS_REF (picture)) { in gst_h264_dpb_delete_unused()
672 if (!picture->needed_for_output) in gst_h264_dpb_get_lowest_output_needed_picture()
762 if (p->needed_for_output) in gst_h264_dpb_needs_bump()
895 picture->needed_for_output = FALSE; in gst_h264_dpb_bump()
907 other_picture->needed_for_output = FALSE; in gst_h264_dpb_bump()
Dgstmpeg2picture.h86 gboolean needed_for_output; member
Dgsth265picture.h78 gboolean needed_for_output; member
Dgsth264picture.h148 gboolean needed_for_output; member
Dgstmpeg2decoder.c909 picture->needed_for_output = TRUE; in gst_mpeg2_decoder_ensure_current_picture()