Home
last modified time | relevance | path

Searched refs:ratio_n (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.h106 guint8 ratio_n, ratio_d; member
Dgstdeinterlace.c1025 telecine_patterns[self->pattern].ratio_n; in gst_deinterlace_update_pattern_timestamps()
1030 (telecine_patterns[self->pattern].ratio_n * 3); in gst_deinterlace_update_pattern_timestamps()
2913 telecine_patterns[self->pattern].ratio_n, in gst_deinterlace_setcaps()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.c452 guint ratio_n, ratio_d; in gst_avi_mux_vidsink_set_caps() local
457 ratio_n = gst_value_get_fraction_numerator (&to_ratio); in gst_avi_mux_vidsink_set_caps()
460 ratio_n, ratio_d); in gst_avi_mux_vidsink_set_caps()
465 avipad->vprp.aspect = (ratio_n) << 16 | (ratio_d & 0xffff); in gst_avi_mux_vidsink_set_caps()
/third_party/gstreamer/gstplugins_bad/gst/interlace/
Dgstinterlace.c360 int ratio_n, ratio_d; member
538 src_fps_n = info.fps_n * pdformat->ratio_n; in gst_interlace_setcaps()