Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/vdpau/
Dsurface.c328 enum pipe_format nformat = pformat; in vlVdpVideoSurfacePutBitsYCbCr() local
332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
335 nformat = screen->get_video_param(screen, in vlVdpVideoSurfacePutBitsYCbCr()
339 if (nformat == PIPE_FORMAT_NONE) { in vlVdpVideoSurfacePutBitsYCbCr()
346 nformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
352 p_surf->templat.buffer_format = nformat; in vlVdpVideoSurfacePutBitsYCbCr()
353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY) in vlVdpVideoSurfacePutBitsYCbCr()