Home
last modified time | relevance | path

Searched refs:fps_d (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/
H A Dgstkmssrc.c73 guint fps_d; member
462 if (self->fps_d && self->fps_n) in gst_kms_src_get_next_fb_id()
464 gst_util_uint64_scale (GST_SECOND, self->fps_d, self->fps_n); in gst_kms_src_get_next_fb_id()
763 info->fps_d = self->fps_d = gst_value_get_fraction_denominator (new_fps); in gst_kms_src_set_caps()
765 GST_DEBUG_OBJECT (self, "peer wants %d/%d fps", self->fps_n, self->fps_d); in gst_kms_src_set_caps()
767 if (self->framerate_limit * self->fps_d > self->fps_n) in gst_kms_src_set_caps()
946 self->fps_d = 1; in gst_kms_src_init()
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/
H A D0003-ensure-valid-sentinals-for-gst_structure_get-etc.patch35 - "framerate", GST_TYPE_FRACTION, mode->fps_n, mode->fps_d, NULL);
36 + "framerate", GST_TYPE_FRACTION, mode->fps_n, mode->fps_d, (void*)NULL);
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.h156 gint fps_d; member
H A Dximagesink.c1928 ximagesink->fps_d = info.fps_d; in gst_x_image_sink_setcaps()
2050 ximagesink->fps_d = 1; in gst_x_image_sink_change_state()
2080 gst_util_uint64_scale_int (GST_SECOND, ximagesink->fps_d, in gst_x_image_sink_get_times()
2517 ximagesink->fps_d = 1; in gst_x_image_sink_init()
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0004-v4l2-Support-preferred-formats.patch56 gst_structure_get_fraction (s, "framerate", fps_n, fps_d);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0004-v4l2-Support-preferred-formats.patch56 gst_structure_get_fraction (s, "framerate", fps_n, fps_d);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0004-v4l2-Support-preferred-formats.patch56 gst_structure_get_fraction (s, "framerate", fps_n, fps_d);