Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-chroma.c232 void (*h_resample) (GstVideoChromaResample * resample, gpointer pixels, member
317 if (resample->h_resample) { \
318 resample->h_resample (resample, l0, width); \
320 resample->h_resample (resample, l1, width); \
358 if (resample->h_resample) { \
360 resample->h_resample (resample, l0, width); \
361 resample->h_resample (resample, l1, width); \
364 resample->h_resample (resample, l2, width); \
365 resample->h_resample (resample, l3, width); \
445 if (resample->h_resample) \
[all …]