libva icon indicating copy to clipboard operation
libva copied to clipboard

Should add two flags for slice limitation in tile mode

Open HeJunyan opened this issue 3 years ago • 0 comments

For some drivers such as iHD, the slice partition has limitation. For example, the slice is not to allow span different tiles, and sometimes, one tile can contain only one slice.

Please add two flags for slice structure query:

VA_ENC_SLICE_STRUCTURE_NO_SPAN_TILE and VA_ENC_SLICE_STRUCTURE_ALIGNED_WITH_TILE

HeJunyan avatar May 06 '22 06:05 HeJunyan