Lines Matching refs:hfunc
1204 GstVideoScalerHFunc * hfunc, GstVideoScalerVFunc * vfunc, in get_functions() argument
1277 *hfunc = video_scale_h_near_u8; in get_functions()
1279 *hfunc = video_scale_h_near_u16; in get_functions()
1281 *hfunc = video_scale_h_near_3u8; in get_functions()
1283 *hfunc = video_scale_h_near_u32; in get_functions()
1287 *hfunc = video_scale_h_2tap_1u8; in get_functions()
1289 *hfunc = video_scale_h_2tap_4u8; in get_functions()
1291 *hfunc = video_scale_h_ntap_u8; in get_functions()
1294 *hfunc = video_scale_h_ntap_u8; in get_functions()
1319 *hfunc = video_scale_h_near_u16; in get_functions()
1321 *hfunc = video_scale_h_near_u64; in get_functions()
1324 *hfunc = video_scale_h_ntap_u16; in get_functions()
1457 GstVideoScalerHFunc hfunc = NULL; in gst_video_scaler_2d() local
1465 if (!get_functions (hscale, vscale, format, &hfunc, &vfunc, &n_elems, &width, in gst_video_scaler_2d()
1497 hfunc (hscale, LINE (src, src_stride, i), LINE (dest, dest_stride, i), in gst_video_scaler_2d()
1579 hfunc (hscale, LINE (src, src_stride, l), TMP_LINE (vscale, k), x, in gst_video_scaler_2d()
1632 hfunc (hscale, TMP_LINE (vscale, 0), LINE (dest, dest_stride, in gst_video_scaler_2d()