pipe: add PIPE_VIDEO_CAP_ENC_MAX_DPB_CAPACITY for H264/H265 encode
Signed-off-by: Pohsiang Hsu <pohhsu@microsoft.com> Reviewed-by: Sil Vilerino <sivileri@microsoft.com> Reviewed-by: Ruijing Dong <ruijing.dong@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34844>
This commit is contained in:
committed by
Marge Bot
parent
ea7ef6d575
commit
7557ce41be
@@ -177,6 +177,10 @@ enum pipe_video_cap
|
||||
* Video encode max long term references supported
|
||||
*/
|
||||
PIPE_VIDEO_CAP_ENC_MAX_LONG_TERM_REFERENCES_PER_FRAME = 55,
|
||||
/*
|
||||
* Video encode max DPB size supported
|
||||
*/
|
||||
PIPE_VIDEO_CAP_ENC_MAX_DPB_CAPACITY = 56,
|
||||
};
|
||||
|
||||
enum pipe_video_h264_enc_dbk_filter_mode_flags
|
||||
|
||||
Reference in New Issue
Block a user