Home
last modified time | relevance | path

Searched refs:seen_none (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c2675 gboolean seen_none = FALSE; in gst_video_decoder_prepare_finish_frame() local
2682 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()
Dgstvideoencoder.c2226 gboolean seen_none = FALSE; in gst_video_encoder_finish_frame() local
2233 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()