Home
last modified time | relevance | path

Searched refs:fps_n (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/
H A Dgstkmssrc.c72 guint fps_n; 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()
762 info->fps_n = self->fps_n = gst_value_get_fraction_numerator (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()
945 self->fps_n = 0; 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.h155 gint fps_n; member
H A Dximagesink.c1927 ximagesink->fps_n = info.fps_n; in gst_x_image_sink_setcaps()
2049 ximagesink->fps_n = 0; in gst_x_image_sink_change_state()
2078 if (ximagesink->fps_n > 0) { in gst_x_image_sink_get_times()
2081 ximagesink->fps_n); in gst_x_image_sink_get_times()
2516 ximagesink->fps_n = 0; 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);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch459 xvimagesink->fps_n = info.fps_n;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch459 xvimagesink->fps_n = info.fps_n;
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch459 xvimagesink->fps_n = info.fps_n;