gallium/pipe: add min width and min height video cap enums
Signed-off-by: Thong Thai <thong.thai@amd.com> Reviewed-by: Sil Vilerino <sivileri@microsoft.com> Reviewed-by: Ruijing Dong <ruijing.dong@amd.com> Reviewed-by: Boyuan Zhang <Boyuan.Zhang@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22422>
This commit is contained in:
@@ -129,6 +129,9 @@ enum pipe_video_cap
|
||||
when it has reached its maximum async depth capacity
|
||||
*/
|
||||
PIPE_VIDEO_CAP_ENC_SUPPORTS_ASYNC_OPERATION = 33,
|
||||
|
||||
PIPE_VIDEO_CAP_MIN_WIDTH = 34,
|
||||
PIPE_VIDEO_CAP_MIN_HEIGHT = 35
|
||||
};
|
||||
|
||||
/* To be used with PIPE_VIDEO_CAP_VPP_ORIENTATION_MODES and for VPP state*/
|
||||
|
||||
Reference in New Issue
Block a user