Home
last modified time | relevance | path

Searched refs:HAL_TRANSFORM_FLIP_V (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Ddrmrga.h46 #define HAL_TRANSFORM_FLIP_V 0x02 macro
72 #define DRM_RGA_TRANSFORM_FLIP_V HAL_TRANSFORM_FLIP_V
/OK3568_Linux_fs/external/linux-rga/include/
H A Ddrmrga.h49 #define HAL_TRANSFORM_FLIP_V 0x02 macro
75 #define DRM_RGA_TRANSFORM_FLIP_V HAL_TRANSFORM_FLIP_V
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Ddrmrga.h49 #define HAL_TRANSFORM_FLIP_V 0x02 macro
75 #define DRM_RGA_TRANSFORM_FLIP_V HAL_TRANSFORM_FLIP_V
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Ddrmrga.h49 #define HAL_TRANSFORM_FLIP_V 0x02 macro
75 #define DRM_RGA_TRANSFORM_FLIP_V HAL_TRANSFORM_FLIP_V
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Ddrmrga.h49 #define HAL_TRANSFORM_FLIP_V 0x02 macro
75 #define DRM_RGA_TRANSFORM_FLIP_V HAL_TRANSFORM_FLIP_V
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A DRockchipRgaMacro.h19 #define HAL_TRANSFORM_FLIP_V 0x02 macro
H A Ddrmrga.h36 #define DRM_RGA_TRANSFORM_FLIP_V HAL_TRANSFORM_FLIP_V
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A DrkRgaApi.cpp56 src.rotation = HAL_TRANSFORM_FLIP_V; in rkRgaBlit()
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0005-video-flip-Support-rockchip-RGA-2D-accel.patch223 + src_info.rotation = HAL_TRANSFORM_FLIP_V;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0005-video-flip-Support-rockchip-RGA-2D-accel.patch223 + src_info.rotation = HAL_TRANSFORM_FLIP_V;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0005-video-flip-Support-rockchip-RGA-2D-accel.patch223 + src_info.rotation = HAL_TRANSFORM_FLIP_V;
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.cpp887 case HAL_TRANSFORM_FLIP_V: in RgaBlit()
1037 case HAL_TRANSFORM_FLIP_V : in RgaBlit()
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp1612 HAL_TRANSFORM_FLIP_V << 4 : in rga_task_submit()
1613 HAL_TRANSFORM_FLIP_V; in rga_task_submit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c686 src_info.rotation = HAL_TRANSFORM_FLIP_V; in ms_exa_composite()