Searched refs:GstVideoChromaResample (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-chroma.c | 232 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 …]
|
D | video-chroma.h | 93 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,
|
D | video-converter.c | 393 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/ |
D | gstvideotestsrc.h | 150 GstVideoChromaResample *subsample;
|
D | videotestsrc.h | 42 GstVideoChromaResample *subsample;
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 2331 GstVideoChromaResample *resample; in GST_START_TEST()
|