Searched refs:seen_none (Results 1 – 2 of 2) sorted by relevance
2675 gboolean seen_none = FALSE; in gst_video_decoder_prepare_finish_frame() local2682 seen_none = TRUE; in gst_video_decoder_prepare_finish_frame()2701 !GST_CLOCK_TIME_IS_VALID (frame->pts) && !seen_none && in gst_video_decoder_prepare_finish_frame()2711 seen_none = FALSE; in gst_video_decoder_prepare_finish_frame()2716 seen_none = TRUE; in gst_video_decoder_prepare_finish_frame()2732 if (priv->reordered_output && !seen_none) { in gst_video_decoder_prepare_finish_frame()2737 if (!GST_CLOCK_TIME_IS_VALID (frame->pts) && !seen_none) { in gst_video_decoder_prepare_finish_frame()
2226 gboolean seen_none = FALSE; in gst_video_encoder_finish_frame() local2233 seen_none = TRUE; in gst_video_encoder_finish_frame()2248 if (!GST_CLOCK_TIME_IS_VALID (frame->dts) && !seen_none) { in gst_video_encoder_finish_frame()