Files
mpp/mpp/vproc.cmake
sliver.chen c72247fb96 [rga]: Add RGA api and unit test
RGA (Raster Graphic Accelerator) is a 2D graphic accelerator. It is
mainly for copy, scaling, color space convertion and rotation.

Add rga function with control operation and build-in unit test.
Add rga copy function and field duplicate function.

Change-Id: I9ce9f877fec5e7b5eaadcfa63b7eb583f194d725
Signed-off-by: sliver.chen <sliver.chen@rock-chips.com>
2018-05-07 17:55:33 +08:00

6 lines
133 B
CMake

option(ENABLE_VPROC "Enable video process" ON)
if( ENABLE_VPROC )
set(HAVE_VPROC true)
add_definitions(-DHAVE_VPROC)
endif()