Home
last modified time | relevance | path

Searched refs:GstVideoChromaResample (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-chroma.c232 void (*h_resample) (GstVideoChromaResample * resample, gpointer pixels,
234 void (*v_resample) (GstVideoChromaResample * resample, gpointer lines[],
279 video_chroma_up_h2_##name (GstVideoChromaResample *resample, \
311 video_chroma_up_v2_##name (GstVideoChromaResample *resample, \
347 video_chroma_up_vi2_##name (GstVideoChromaResample *resample, \
398 video_chroma_down_h2_##name (GstVideoChromaResample *resample, \
409 video_chroma_down_h2_##name (GstVideoChromaResample *resample, \
434 video_chroma_down_v2_##name (GstVideoChromaResample *resample, \
461 video_chroma_down_vi2_##name (GstVideoChromaResample *resample, \
495 video_chroma_up_h4_##name (GstVideoChromaResample *resample, \
[all …]
Dvideo-chroma.h93 typedef struct _GstVideoChromaResample GstVideoChromaResample; typedef
99 GstVideoChromaResample * gst_video_chroma_resample_new (GstVideoChromaMethod method,
106 void gst_video_chroma_resample_free (GstVideoChromaResample *resample);
109 void gst_video_chroma_resample_get_info (GstVideoChromaResample *resample,
113 void gst_video_chroma_resample (GstVideoChromaResample *resample,
Dvideo-converter.c393 GstVideoChromaResample **upsample;
394 GstVideoChromaResample **upsample_p;
395 GstVideoChromaResample **upsample_i;
434 GstVideoChromaResample **downsample;
435 GstVideoChromaResample **downsample_p;
436 GstVideoChromaResample **downsample_i;
2470 convert->upsample_p = g_new0 (GstVideoChromaResample *, n_threads); in gst_video_converter_new_with_pool()
2471 convert->upsample_i = g_new0 (GstVideoChromaResample *, n_threads); in gst_video_converter_new_with_pool()
2472 convert->downsample_p = g_new0 (GstVideoChromaResample *, n_threads); in gst_video_converter_new_with_pool()
2473 convert->downsample_i = g_new0 (GstVideoChromaResample *, n_threads); in gst_video_converter_new_with_pool()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.h150 GstVideoChromaResample *subsample;
Dvideotestsrc.h42 GstVideoChromaResample *subsample;
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2331 GstVideoChromaResample *resample; in GST_START_TEST()