Searched refs:v_factor (Results 1 – 2 of 2) sorted by relevance
229 gint h_factor, v_factor; member1054 GstVideoFormat format, gint h_factor, gint v_factor) in gst_video_chroma_resample_new() argument1060 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()
103 gint h_factor, gint v_factor);