Searched refs:VL_COMPOSITOR_MAX_LAYERS (Results 1 – 4 of 4) sorted by relevance
46 #define VL_COMPOSITOR_MAX_LAYERS 16 macro98 unsigned used_layers:VL_COMPOSITOR_MAX_LAYERS;99 struct vl_compositor_layer layers[VL_COMPOSITOR_MAX_LAYERS];
329 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in set_yuv_layer()384 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in set_rgb_to_yuv_layer()441 for ( i = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) { in vl_compositor_clear_layers()516 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_layer_blend()528 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_layer_dst_area()553 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_buffer_layer()618 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_palette_layer()649 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_rgba_layer()674 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_layer_rotation()
611 c->vertex_buf.stride * VL_COMPOSITOR_MAX_LAYERS * 4, /* size */ in gen_vertex_data()616 for (i = 0; i < VL_COMPOSITOR_MAX_LAYERS; i++) { in gen_vertex_data()655 for (i = 0, vb_index = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) { in draw_layers()
705 for (i = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) { in draw_layers()