Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c263 const unsigned *plane_order; in vl_video_buffer_sampler_view_components() local
271 plane_order = vl_video_buffer_plane_order(buf->base.buffer_format); in vl_video_buffer_sampler_view_components()
274 struct pipe_resource *res = buf->resources[plane_order[i]]; in vl_video_buffer_sampler_view_components()
285 u_sampler_view_default_template(&sv_templ, res, sampler_format[plane_order[i]]); in vl_video_buffer_sampler_view_components()
H A Dvl_deint_filter.c450 const unsigned *plane_order; in vl_deint_filter_render() local
458 plane_order = vl_video_buffer_plane_order(filter->video_buffer->buffer_format); in vl_deint_filter_render()
488 int k = plane_order[i]; in vl_deint_filter_render()
H A Dvl_mpeg12_decoder.c761 const unsigned *plane_order; in vl_mpeg12_end_frame() local
816 plane_order = vl_video_buffer_plane_order(target->buffer_format); in vl_mpeg12_end_frame()
823 unsigned plane = plane_order[component]; in vl_mpeg12_end_frame()

Completed in 4 milliseconds