Lines Matching full:rga
4 Subject: [PATCH 5/6] pixman_image_composite32: Support rockchip RGA 2D accel
23 +dnl check for rockchip RGA
24 +PKG_CHECK_MODULES(RGA, [librga],
25 + AC_DEFINE(HAVE_RGA, 1, [Have rockchip RGA])],
26 + AC_MSG_NOTICE([Without rockchip RGA]))
58 +#include <rga/rga.h>
59 +#include <rga/RgaApi.h>
119 + /* RGA requires image width/height larger than 2 */
288 + /* RGA requires yuv image rect align to 2 */
294 + /* RGA requires yuv image stride align to 2 */
299 + /* RGA requires w >= 2 and h >= 2 */
303 + /* RGA has scale limits */