Home
last modified time | relevance | path

Searched refs:framerate_n (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawvideoparse.c467 props_cfg->framerate_n = GST_VIDEO_INFO_FPS_N (&(props_cfg->info)) = in gst_raw_video_parse_set_property()
472 props_cfg->framerate_n, props_cfg->framerate_d); in gst_raw_video_parse_set_property()
689 gst_value_set_fraction (value, props_cfg->framerate_n, in gst_raw_video_parse_get_property()
854 config_ptr->framerate_n = GST_VIDEO_INFO_FPS_N (&(config_ptr->info)); in gst_raw_video_parse_set_config_from_caps()
996 gint64 n = framesize * config_ptr->framerate_n; in gst_raw_video_parse_get_units_per_second()
1013 *units_per_sec_n = config_ptr->framerate_n; in gst_raw_video_parse_get_units_per_second()
1082 config->framerate_n = DEFAULT_FRAMERATE_N; in gst_raw_video_parse_init_config()
1118 GST_VIDEO_INFO_FPS_N (info) = config->framerate_n; in gst_raw_video_parse_update_info()
Dgstrawvideoparse.h51 gint framerate_n, framerate_d; member
/third_party/gstreamer/gstplugins_good/ext/dv/
Dgstsmptetimecode.c232 static const int framerate_n[3] = { 3000, 25, 24 }; in gst_smpte_time_code_get_timestamp() local
236 GST_SECOND * framerate_d[system], framerate_n[system]); in gst_smpte_time_code_get_timestamp()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c657 gint width, height, framerate_n, framerate_d, par_n, par_d; in GST_START_TEST() local
673 fail_unless (gst_structure_get_fraction (structure, "framerate", &framerate_n, in GST_START_TEST()
680 fail_unless (framerate_n == 0); in GST_START_TEST()
694 gint width, height, framerate_n, framerate_d, par_n, par_d; in GST_START_TEST() local
710 fail_unless (gst_structure_get_fraction (structure, "framerate", &framerate_n, in GST_START_TEST()
717 fail_unless (framerate_n == 0); in GST_START_TEST()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c323 gint framerate_n, framerate_d; in gst_ff_vid_caps_new() member
354 "framerate", GST_TYPE_FRACTION, profiles[i].framerate_n, in gst_ff_vid_caps_new()
366 "framerate", GST_TYPE_FRACTION, profiles[i].framerate_n, in gst_ff_vid_caps_new()