Searched refs:max_fps (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | fpsdisplaysink.c | 336 self->max_fps = -1; in fps_display_sink_init() 371 if (self->max_fps == -1 || rr > self->max_fps) { in display_current_fps() 372 self->max_fps = rr; in display_current_fps() 435 self->max_fps = -1; in fps_display_sink_start() 491 g_strdup_printf ("Max-fps: %0.2f, Min-fps: %0.2f", self->max_fps, in fps_display_sink_stop() 600 g_value_set_double (value, self->max_fps); in fps_display_sink_get_property()
|
D | fpsdisplaysink.h | 67 gdouble max_fps; member
|
/third_party/ffmpeg/libavformat/ |
D | apngdec.c | 44 int max_fps; member 259 if (!delay_num || (ctx->max_fps && delay_den / delay_num > ctx->max_fps)) { in decode_fctl_chunk() 409 …"max_fps" , "maximum framerate (0 is no limit)" , offsetof(APNGDemuxContext, max_fps),
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | avfvideosrc.m | 1610 gdouble min_fps, max_fps; 1615 [[rate valueForKey:@"maxFrameRate"] getValue:&max_fps]; 1616 gst_util_double_to_fraction (max_fps, &max_fps_n, &max_fps_d); 1622 if (min_fps != max_fps) 1630 if (min_fps != max_fps) {
|
/third_party/ffmpeg/doc/ |
D | demuxers.texi | 41 @item -max_fps @var{int}
|