Searched refs:GstVideoScaler (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-scaler.h | 51 typedef struct _GstVideoScaler GstVideoScaler; typedef 54 GstVideoScaler * gst_video_scaler_new (GstVideoResamplerMethod method, 61 void gst_video_scaler_free (GstVideoScaler *scale); 64 guint gst_video_scaler_get_max_taps (GstVideoScaler *scale); 67 const gdouble * gst_video_scaler_get_coeff (GstVideoScaler *scale, 73 void gst_video_scaler_horizontal (GstVideoScaler *scale, 79 void gst_video_scaler_vertical (GstVideoScaler *scale, 85 GstVideoScaler * gst_video_scaler_combine_packed_YUV (GstVideoScaler * y_scale, 86 GstVideoScaler *uv_scale, 91 void gst_video_scaler_2d (GstVideoScaler *hscale, [all …]
|
D | video-scaler.c | 79 typedef void (*GstVideoScalerHFunc) (GstVideoScaler * scale, 81 typedef void (*GstVideoScalerVFunc) (GstVideoScaler * scale, 149 realloc_tmplines (GstVideoScaler * scale, gint n_elems, gint width) in realloc_tmplines() 164 scaler_dump (GstVideoScaler * scale) in scaler_dump() 213 GstVideoScaler * 217 GstVideoScaler *scale; in gst_video_scaler_new() 222 scale = g_slice_new0 (GstVideoScaler); in gst_video_scaler_new() 272 gst_video_scaler_free (GstVideoScaler * scale) in gst_video_scaler_free() 282 g_slice_free (GstVideoScaler, scale); in gst_video_scaler_free() 294 gst_video_scaler_get_max_taps (GstVideoScaler * scale) in gst_video_scaler_get_max_taps() [all …]
|
D | video-converter.c | 407 GstVideoScaler **h_scaler; 410 GstVideoScaler **v_scaler; 411 GstVideoScaler **v_scaler_p; 412 GstVideoScaler **v_scaler_i; 471 GstVideoScaler **scaler; 475 GstVideoScaler **scaler; 2474 convert->v_scaler_p = g_new0 (GstVideoScaler *, n_threads); in gst_video_converter_new_with_pool() 2475 convert->v_scaler_i = g_new0 (GstVideoScaler *, n_threads); in gst_video_converter_new_with_pool() 2476 convert->h_scaler = g_new0 (GstVideoScaler *, n_threads); in gst_video_converter_new_with_pool() 7135 GstVideoScaler *h_scaler, *v_scaler; [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 2478 GstVideoScaler *scale; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 56826 GstVideoScaler: Initialised scaling functions to get rid of compiler messages 60730 Add GstVideoChroma, GstVideoDither, GstVideoScaler and friends to the docs.
|