Searched refs:pack_lines (Results 1 – 4 of 4) sorted by relevance
582 gint pack_lines; member
445 GstLineCache **pack_lines; member2104 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; member3244 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 …]
445 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()
76280 videoconvert: respect the pack_lines when packing83970 video: add pack_lines variable