Home
last modified time | relevance | path

Searched refs:plane_order (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c336 const unsigned *plane_order; in vl_video_buffer_sampler_view_components() local
344 plane_order = vl_video_buffer_plane_order(buf->base.buffer_format); in vl_video_buffer_sampler_view_components()
347 struct pipe_resource *res = buf->resources[plane_order[i]]; in vl_video_buffer_sampler_view_components()
358 u_sampler_view_default_template(&sv_templ, res, sampler_format[plane_order[i]]); in vl_video_buffer_sampler_view_components()
Dvl_deint_filter.c449 const unsigned *plane_order; in vl_deint_filter_render() local
457 plane_order = vl_video_buffer_plane_order(filter->video_buffer->buffer_format); in vl_deint_filter_render()
483 int k = plane_order[i]; in vl_deint_filter_render()
Dvl_mpeg12_decoder.c761 const unsigned *plane_order; in vl_mpeg12_end_frame() local
815 plane_order = vl_video_buffer_plane_order(target->buffer_format); in vl_mpeg12_end_frame()
822 unsigned plane = plane_order[component]; in vl_mpeg12_end_frame()