OSDN Git Service

add encoding dirty rectangle. Read-only.
authorpylee <penne.y.lee@intel.com>
Tue, 13 Jun 2017 15:45:40 +0000 (23:45 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 22 Nov 2017 07:27:31 +0000 (23:27 -0800)
commit5722f0e36e4fdf320baef7c3a96493834232ea75
tree2bb617dbd834fb048096b350e3f18cbd6db22e01
parent51be39ce71047b324e447fec3151144f891f996c
add encoding dirty rectangle. Read-only.

user provided rectangles which indicate the rectangular areas
where the content has changed as compared to the previous picture.  The regions of the
picture that are not covered by dirty rectangles are assumed to have not changed
compared to the previous picture.  The encoder may do some optimizations based on
this information.the ROI information is passed to the driver using VAEncMiscParameterTypeDirtyRect.

Signed-off-by: Carl.Zhang <carl.zhang@intel.com>
va/va.h
va/va_str.c