Home
last modified time | relevance | path

Searched refs:buffer_format (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dsurface.c79 p_surf->templat.buffer_format = pipe->screen->get_video_param in vlVdpVideoSurfaceCreate()
214 if (vlsurface->video_buffer == NULL || format != vlsurface->video_buffer->buffer_format) in vlVdpVideoSurfaceGetBitsYCbCr()
292 if (p_surf->video_buffer == NULL || pformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
299 p_surf->templat.buffer_format = pformat; in vlVdpVideoSurfacePutBitsYCbCr()
Ddecode.c466 … !screen->is_video_format_supported(screen, vlsurf->video_buffer->buffer_format, dec->profile) || in vlVdpDecoderRender()
474 …vlsurf->templat.buffer_format = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_CAP_PREFE… in vlVdpDecoderRender()
Doutput.c451 vtmpl.buffer_format = format; in vlVdpOutputSurfacePutBitsYCbCr()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c312 sampler_format = vl_video_buffer_formats(pipe->screen, buf->base.buffer_format); in vl_video_buffer_sampler_view_components()
313 plane_order = vl_video_buffer_plane_order(buf->base.buffer_format); in vl_video_buffer_sampler_view_components()
407 resource_formats = vl_video_buffer_formats(pipe->screen, tmpl->buffer_format); in vl_video_buffer_create()
Dvl_mpeg12_decoder.c736 plane_order = vl_video_buffer_plane_order(target->buffer_format); in vl_mpeg12_end_frame()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_decoder.h109 enum pipe_format buffer_format; member
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c177 tmpl.buffer_format = pipe->screen->get_video_param in XvMCCreateSurface()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c796 if (templat->buffer_format != PIPE_FORMAT_NV12 || getenv("XVMC_VL") || in nouveau_video_buffer_create()