Home
last modified time | relevance | path

Searched refs:pending_frame (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2enc.cc221 if (enc->pending_frame) { in gst_mpeg2enc_reset()
222 gst_video_encoder_finish_frame (GST_VIDEO_ENCODER (enc), enc->pending_frame); in gst_mpeg2enc_reset()
223 enc->pending_frame = NULL; in gst_mpeg2enc_reset()
531 while (enc->pending_frame != NULL) in gst_mpeg2enc_sink_event()
682 if (enc->pending_frame != NULL) { in gst_mpeg2enc_handle_frame()
691 } while (enc->pending_frame != NULL); in gst_mpeg2enc_handle_frame()
695 enc->pending_frame = frame; in gst_mpeg2enc_handle_frame()
Dgstmpeg2encpicturereader.cc138 while (enc->pending_frame == NULL) { in LoadFrame()
147 inframe = enc->pending_frame; in LoadFrame()
149 enc->pending_frame = NULL; in LoadFrame()
Dgstmpeg2enc.hh92 GstVideoCodecFrame *pending_frame; member
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu.c189 gst_buffer_replace (&dvdspu->pending_frame, NULL); in gst_dvd_spu_clear()
441 to_push = dvdspu->pending_frame; in gst_dvd_spu_video_event()
442 dvdspu->pending_frame = NULL; in gst_dvd_spu_video_event()
509 gst_buffer_replace (&dvdspu->pending_frame, NULL); in gst_dvd_spu_video_event()
711 gst_buffer_replace (&dvdspu->pending_frame, buf); in gst_dvd_spu_redraw_still()
723 gst_buffer_replace (&dvdspu->pending_frame, buf); in gst_dvd_spu_redraw_still()
1096 need_push = (dvdspu->pending_frame != NULL); in gst_dvd_spu_subpic_event()
1110 if (dvdspu->pending_frame == NULL || flushing) { in gst_dvd_spu_subpic_event()
1114 to_push = dvdspu->pending_frame; in gst_dvd_spu_subpic_event()
1115 dvdspu->pending_frame = NULL; in gst_dvd_spu_subpic_event()
Dgstdvdspu.h118 GstBuffer *pending_frame; member