Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c3120 gboolean seen_none = FALSE; in gst_video_decoder_prepare_finish_frame() local
3127 seen_none = TRUE; in gst_video_decoder_prepare_finish_frame()
3146 !GST_CLOCK_TIME_IS_VALID (frame->pts) && !seen_none && in gst_video_decoder_prepare_finish_frame()
3156 seen_none = FALSE; in gst_video_decoder_prepare_finish_frame()
3161 seen_none = TRUE; in gst_video_decoder_prepare_finish_frame()
3177 if (priv->reordered_output && !seen_none) { in gst_video_decoder_prepare_finish_frame()
3198 if (!GST_CLOCK_TIME_IS_VALID (frame->pts) && !seen_none) { in gst_video_decoder_prepare_finish_frame()
Dgstvideoencoder.c2326 gboolean seen_none = FALSE; in gst_video_encoder_infer_dts_unlocked() local
2333 seen_none = TRUE; in gst_video_encoder_infer_dts_unlocked()
2348 if (!GST_CLOCK_TIME_IS_VALID (frame->dts) && !seen_none) { in gst_video_encoder_infer_dts_unlocked()
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.c1823 gboolean seen_none = FALSE; in gst_svthevc_encoder_get_oldest_pts() local
1832 seen_none = TRUE; in gst_svthevc_encoder_get_oldest_pts()
1837 if (!seen_none) in gst_svthevc_encoder_get_oldest_pts()