Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h582 gint pack_lines; member
Dvideo-converter.c445 GstLineCache **pack_lines; member
2104 convert->pack_nlines = convert->out_info.finfo->pack_lines; in chain_pack()
2152 for (prev = cache = convert->pack_lines[i]; cache; cache = cache->prev) { in setup_allocators()
2164 for (cache = convert->pack_lines[i]; cache; cache = cache->prev) { in setup_allocators()
2478 convert->pack_lines = g_new0 (GstLineCache *, n_threads); in gst_video_converter_new_with_pool()
2518 convert->pack_lines[i] = chain_pack (convert, prev, i); in gst_video_converter_new_with_pool()
2635 g_free (convert->pack_lines); in gst_video_converter_free()
3224 GstLineCache *pack_lines; member
3244 gst_line_cache_get_lines (task->pack_lines, task->idx, i + task->out_y, in convert_generic_task()
3264 gint pack_lines, pstride; in video_converter_generic() local
[all …]
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c445 g_assert (vfinfo->pack_lines == 1); in GST_START_TEST()
2225 for (k = 0; k < HEIGHT; k += finfo->pack_lines) { in GST_START_TEST()
2249 for (k = 0; k < HEIGHT; k += finfo->pack_lines) { in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/
DChangeLog76280 videoconvert: respect the pack_lines when packing
83970 video: add pack_lines variable