mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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:
parent
ea7ef6d575
commit
7557ce41be
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue