Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp687 uint32_t orientation_modes = PIPE_VIDEO_VPP_ORIENTATION_DEFAULT; in d3d12_screen_get_video_param_postproc() local
689 orientation_modes |= PIPE_VIDEO_VPP_FLIP_HORIZONTAL; in d3d12_screen_get_video_param_postproc()
690 orientation_modes |= PIPE_VIDEO_VPP_FLIP_VERTICAL; in d3d12_screen_get_video_param_postproc()
694 orientation_modes |= PIPE_VIDEO_VPP_ROTATION_90; in d3d12_screen_get_video_param_postproc()
695 orientation_modes |= PIPE_VIDEO_VPP_ROTATION_180; in d3d12_screen_get_video_param_postproc()
696 orientation_modes |= PIPE_VIDEO_VPP_ROTATION_270; in d3d12_screen_get_video_param_postproc()
698 return orientation_modes; in d3d12_screen_get_video_param_postproc()

Completed in 3 milliseconds