Home
last modified time | relevance | path

Searched refs:G (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/utils/
H A Dutils.c712 static void get_rgb_color(RK_U32 *R, RK_U32 *G, RK_U32 *B, RK_S32 x, RK_S32 y, RK_S32 frm_cnt) in get_rgb_color() argument
717 G[0] = 0; in get_rgb_color()
725 G[0] = 0xff; in get_rgb_color()
733 G[0] = 0; in get_rgb_color()
748 G[0] = MPP_CLIP3(0, 255, _G); in get_rgb_color()
752 static void fill_MPP_FMT_RGB565(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_RGB565() argument
760 (((G >> 2) & 0x3f) << 5) | in fill_MPP_FMT_RGB565()
771 static void fill_MPP_FMT_BGR565(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_BGR565() argument
779 (((G >> 2) & 0x3f) << 5) | in fill_MPP_FMT_BGR565()
790 static void fill_MPP_FMT_RGB555(RK_U8 *p, RK_U32 R, RK_U32 G, RK_U32 B, RK_U32 be) in fill_MPP_FMT_RGB555() argument
[all …]
/rockchip-linux_mpp/build/vc12-x86_64/
H A Dmake-solutions.bat6 cmake -G "Visual Studio 12 Win64" ../../ && cmake-gui ../../
/rockchip-linux_mpp/build/vc10-x86_64/
H A Dmake-solutions.bat6 cmake -G "Visual Studio 10 Win64" ../../ && cmake-gui ../../
/rockchip-linux_mpp/build/android/
H A DREADME.md230 * Pass `-G"MinGW Makefiles"` and `-DCMAKE_MAKE_PROGRAM="<full/path/to/>make.exe"`
H A Dandroid.toolchain.cmake50 # $ cmake.exe -G"MinGW Makefiles"