Lines Matching refs:fps_n
769 gint * width, gint * height, gint * fps_n, gint * fps_d, in gst_video_test_src_parse_caps() argument
786 *fps_n = gst_value_get_fraction_numerator (framerate); in gst_video_test_src_parse_caps()
908 &info.fps_n, &info.fps_d, &info.colorimetry, &x_inv, &y_inv)) in gst_video_test_src_setcaps()
950 info.width, info.height, info.fps_n, info.fps_d); in gst_video_test_src_setcaps()
1012 if (src->info.fps_n > 0) { in gst_video_test_src_query()
1017 src->info.fps_n); in gst_video_test_src_query()
1040 if (src->info.fps_n) { in gst_video_test_src_query()
1042 * GST_SECOND, src->info.fps_d, src->info.fps_n); in gst_video_test_src_query()
1106 if (src->info.fps_n) { in gst_video_test_src_do_seek()
1108 src->info.fps_n, src->info.fps_d * GST_SECOND); in gst_video_test_src_do_seek()
1114 if (src->info.fps_n) { in gst_video_test_src_do_seek()
1116 src->info.fps_d * GST_SECOND, src->info.fps_n); in gst_video_test_src_do_seek()
1150 if (G_UNLIKELY (src->info.fps_n == 0 && src->n_frames == 1)) in gst_video_test_src_fill()
1192 if (src->info.fps_n) { in gst_video_test_src_fill()
1194 src->info.fps_d * GST_SECOND, src->info.fps_n); in gst_video_test_src_fill()
1198 src->info.fps_d * GST_SECOND, src->info.fps_n); in gst_video_test_src_fill()