pipe: Add PIPE_VIDEO_CAP_ENC_READABLE_RECONSTRUCTED_PICTURE

Reviewed-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38089>
This commit is contained in:
Silvio Vilerino 2025-10-24 15:58:57 -04:00 committed by Marge Bot
parent dbc3bbdcef
commit 364208f754

View file

@ -255,6 +255,16 @@ enum pipe_video_cap
* The returned value is pipe_enc_cap_spatial_adaptive_quantization
*/
PIPE_VIDEO_CAP_ENC_SPATIAL_ADAPTIVE_QUANTIZATION = 68,
/*
* Support for readable reconstructed picture from DPB current picture
*
* Indicates whether dpb_curr_pic (index in dpb array from
* pipe_h264_enc_picture_desc, pipe_h265_enc_picture_desc, or
* pipe_av1_enc_picture_desc) is readable or uses an opaque
* non-readable memory layout. When true, the reconstructed
* picture can be read directly.
*/
PIPE_VIDEO_CAP_ENC_READABLE_RECONSTRUCTED_PICTURE = 69,
};
enum pipe_video_h264_enc_dbk_filter_mode_flags