HomeSort by relevance Sort by last modified time
    Searched refs:plane_order (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 305 const unsigned *plane_order; local
313 plane_order = vl_video_buffer_plane_order(buf->base.buffer_format);
316 struct pipe_resource *res = buf->resources[plane_order[i]];
327 u_sampler_view_default_template(&sv_templ, res, sampler_format[plane_order[i]]);
vl_mpeg12_decoder.c 681 const unsigned *plane_order; local
736 plane_order = vl_video_buffer_plane_order(target->buffer_format);
743 unsigned plane = plane_order[component];
    [all...]

Completed in 57 milliseconds