Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_proc.cpp655 …result = (orientation_flags & PIPE_VIDEO_VPP_FLIP_HORIZONTAL) ? D3D12_VIDEO_PROCESS_ORIENTATION_CL… in d3d12_video_processor_convert_pipe_rotation()
656 …process_frame: Orientation Mode: %s\n", (orientation_flags & PIPE_VIDEO_VPP_FLIP_HORIZONTAL) ? "D3… in d3d12_video_processor_convert_pipe_rotation()
665 …result = (orientation_flags & PIPE_VIDEO_VPP_FLIP_HORIZONTAL) ? D3D12_VIDEO_PROCESS_ORIENTATION_CL… in d3d12_video_processor_convert_pipe_rotation()
666 …process_frame: Orientation Mode: %s\n", (orientation_flags & PIPE_VIDEO_VPP_FLIP_HORIZONTAL) ? "D3… in d3d12_video_processor_convert_pipe_rotation()
668 else if(orientation_flags & PIPE_VIDEO_VPP_FLIP_HORIZONTAL) in d3d12_video_processor_convert_pipe_rotation()
Dd3d12_video_screen.cpp689 orientation_modes |= PIPE_VIDEO_VPP_FLIP_HORIZONTAL; in d3d12_screen_get_video_param_postproc()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_enums.h121 PIPE_VIDEO_VPP_FLIP_HORIZONTAL = 0x08, enumerator
/third_party/mesa3d/src/gallium/frontends/va/
Dpostproc.c158 context->desc.vidproc.orientation |= PIPE_VIDEO_VPP_FLIP_HORIZONTAL; in vlVaVidEngineBlit()
Dsurface.c1169 if(pipe_orientation_flags & PIPE_VIDEO_VPP_FLIP_HORIZONTAL) in vlVaQueryVideoProcPipelineCaps()