Home
last modified time | relevance | path

Searched refs:best_fps (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c757 gdouble best_fps = 0.; in _fixate_caps() local
801 if (best_fps < cur_fps) { in _fixate_caps()
802 best_fps = cur_fps; in _fixate_caps()
809 if (best_fps_n <= 0 || best_fps_d <= 0 || best_fps == 0.0) { in _fixate_caps()
812 best_fps = 25.0; in _fixate_caps()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereomix.c528 gdouble best_fps = -1, cur_fps; in _update_caps() local
574 if (best_fps < cur_fps) { in _update_caps()
575 best_fps = cur_fps; in _update_caps()
Dgstglvideomixer.c1079 gdouble best_fps = 0.; in _fixate_caps() local
1123 if (best_fps < cur_fps) { in _fixate_caps()
1124 best_fps = cur_fps; in _fixate_caps()
1131 if (best_fps_n <= 0 || best_fps_d <= 0 || best_fps == 0.0) { in _fixate_caps()
1134 best_fps = 25.0; in _fixate_caps()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c180 gdouble best_fps = -1, cur_fps; in gst_videomixer2_update_src_caps() local
214 if (best_fps < cur_fps) { in gst_videomixer2_update_src_caps()
215 best_fps = cur_fps; in gst_videomixer2_update_src_caps()
221 if (best_fps_n <= 0 || best_fps_d <= 0 || best_fps == 0.0) { in gst_videomixer2_update_src_caps()
224 best_fps = 25.0; in gst_videomixer2_update_src_caps()
227 if (best_width > 0 && best_height > 0 && best_fps > 0) { in gst_videomixer2_update_src_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c814 gdouble best_fps = -1.; in gst_video_aggregator_default_fixate_src_caps() local
843 if (best_fps < cur_fps) { in gst_video_aggregator_default_fixate_src_caps()
844 best_fps = cur_fps; in gst_video_aggregator_default_fixate_src_caps()
851 if (best_fps_n <= 0 || best_fps_d <= 0 || best_fps == 0.0) { in gst_video_aggregator_default_fixate_src_caps()
854 best_fps = 25.0; in gst_video_aggregator_default_fixate_src_caps()
/third_party/ffmpeg/libavformat/
Dutils.c4035 int best_fps = 0; in avformat_find_stream_info() local
4056 best_fps = std_fps.num; in avformat_find_stream_info()
4064 best_fps = std_fps.num; in avformat_find_stream_info()
4068 if (best_fps) in avformat_find_stream_info()
4070 best_fps, 12 * 1001, INT_MAX); in avformat_find_stream_info()