Home
last modified time | relevance | path

Searched refs:v_factor (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-chroma.c229 gint h_factor, v_factor; member
1054 GstVideoFormat format, gint h_factor, gint v_factor) in gst_video_chroma_resample_new() argument
1060 if (h_factor == 0 && v_factor == 0) in gst_video_chroma_resample_new()
1081 if (v_factor == 0) in gst_video_chroma_resample_new()
1085 ((ABS (v_factor) - 1) * 8) + (cosite ? 4 : 0) + (bits == in gst_video_chroma_resample_new()
1086 16 ? 2 : 0) + (v_factor < 0 ? 1 : 0) + 1; in gst_video_chroma_resample_new()
1091 GST_DEBUG ("v_resample %d, factor %d, cosite %d", v_index, v_factor, cosite); in gst_video_chroma_resample_new()
1099 result->v_factor = v_factor; in gst_video_chroma_resample_new()
Dvideo-chroma.h103 gint h_factor, gint v_factor);