Searched refs:VL_COMPOSITOR_MAX_LAYERS (Results 1 – 4 of 4) sorted by relevance
46 #define VL_COMPOSITOR_MAX_LAYERS 16 macro100 unsigned used_layers:VL_COMPOSITOR_MAX_LAYERS;101 struct vl_compositor_layer layers[VL_COMPOSITOR_MAX_LAYERS];
330 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in set_yuv_layer()385 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in set_rgb_to_yuv_layer()442 for ( i = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) { in vl_compositor_clear_layers()521 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_layer_blend()533 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_layer_dst_area()558 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_buffer_layer()625 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_palette_layer()656 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_rgba_layer()681 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()