Searched refs:framerate_d (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/rawparse/ |
D | gstrawvideoparse.c | 469 props_cfg->framerate_d = GST_VIDEO_INFO_FPS_D (&(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() 690 props_cfg->framerate_d); in gst_raw_video_parse_get_property() 855 config_ptr->framerate_d = GST_VIDEO_INFO_FPS_D (&(config_ptr->info)); in gst_raw_video_parse_set_config_from_caps() 997 gint64 d = config_ptr->framerate_d; in gst_raw_video_parse_get_units_per_second() 1014 *units_per_sec_d = config_ptr->framerate_d; in gst_raw_video_parse_get_units_per_second() 1083 config->framerate_d = DEFAULT_FRAMERATE_D; in gst_raw_video_parse_init_config() 1119 GST_VIDEO_INFO_FPS_D (info) = config->framerate_d; in gst_raw_video_parse_update_info()
|
D | gstrawvideoparse.h | 51 gint framerate_n, framerate_d; member
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstsmptetimecode.c | 233 static const int framerate_d[3] = { 1001, 1, 1 }; 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/ |
D | video.c | 657 gint width, height, framerate_n, framerate_d, par_n, par_d; in GST_START_TEST() local 674 &framerate_d)); in GST_START_TEST() 681 fail_unless (framerate_d == 1); in GST_START_TEST() 694 gint width, height, framerate_n, framerate_d, par_n, par_d; in GST_START_TEST() local 711 &framerate_d)); in GST_START_TEST() 718 fail_unless (framerate_d == 1); in GST_START_TEST()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavcodecmap.c | 323 gint framerate_n, framerate_d; in gst_ff_vid_caps_new() member 355 profiles[i].framerate_d, "pixel-aspect-ratio", in gst_ff_vid_caps_new() 367 profiles[i].framerate_d, "pixel-aspect-ratio", in gst_ff_vid_caps_new()
|