Searched refs:oldest_frame (Results 1 – 2 of 2) sorted by relevance
550 GstVideoCodecFrame *oldest_frame; in gst_v4l2_video_dec_loop() local554 while ((oldest_frame = gst_video_decoder_get_oldest_frame (decoder)) && in gst_v4l2_video_dec_loop()556 oldest_frame->system_frame_number)) { in gst_v4l2_video_dec_loop()557 gst_video_decoder_drop_frame (decoder, oldest_frame); in gst_v4l2_video_dec_loop()558 oldest_frame = NULL; in gst_v4l2_video_dec_loop()566 if (oldest_frame) in gst_v4l2_video_dec_loop()567 gst_video_codec_frame_unref (oldest_frame); in gst_v4l2_video_dec_loop()
672 GstVideoCodecFrame *oldest_frame; in gst_v4l2_video_enc_loop() local676 while ((oldest_frame = gst_video_encoder_get_oldest_frame (encoder)) && in gst_v4l2_video_enc_loop()678 oldest_frame->system_frame_number)) { in gst_v4l2_video_enc_loop()679 gst_video_encoder_finish_frame (encoder, oldest_frame); in gst_v4l2_video_enc_loop()680 oldest_frame = NULL; in gst_v4l2_video_enc_loop()688 if (oldest_frame) in gst_v4l2_video_enc_loop()689 gst_video_codec_frame_unref (oldest_frame); in gst_v4l2_video_enc_loop()