Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c392 GstLineCache **upsample_lines; member
886 prev = convert->upsample_lines[idx] = gst_line_cache_new (prev); in chain_upsample()
2479 convert->upsample_lines = g_new0 (GstLineCache *, n_threads); in gst_video_converter_new_with_pool()
2606 if (convert->upsample_lines && convert->upsample_lines[i]) in gst_video_converter_free()
2607 gst_line_cache_free (convert->upsample_lines[i]); in gst_video_converter_free()
2636 g_free (convert->upsample_lines); in gst_video_converter_free()