Home
last modified time | relevance | path

Searched defs:g (Results 301 – 325 of 640) sorted by relevance

1...<<11121314151617181920>>...26

/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_hw.c945 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor()
1088 u8 r, g = 0, b = 0, blend = 0; in av7110_osd_cmd() local
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_gadget.c1833 static int musb_gadget_start(struct usb_gadget *g, in musb_gadget_start()
1882 static int musb_gadget_stop(struct usb_gadget *g) in musb_gadget_stop()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h1577 static stbi_uc stbi__compute_y(int r, int g, int b) in stbi__compute_y()
1626 static stbi__uint16 stbi__compute_y_16(int r, int g, int b) in stbi__compute_y_16()
3440 int r,g,b; in stbi__YCbCr_to_RGB_row() local
3574 int r,g,b; in stbi__YCbCr_to_RGB_simd() local
3770 stbi_uc g = stbi__blinn_8x8(coutput[1][i], m); in load_jpeg_image() local
5514 int g = (px >> 5) & fiveBitMask; in stbi__tga_read_rgb16() local
6248 static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, int is_info) in stbi__gif_header()
6278 stbi__gif* g = (stbi__gif*) stbi__malloc(sizeof(stbi__gif)); in stbi__gif_info_raw() local
6290 static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) in stbi__out_gif_code()
6327 static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) in stbi__process_gif_raster()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h1577 static stbi_uc stbi__compute_y(int r, int g, int b) in stbi__compute_y()
1626 static stbi__uint16 stbi__compute_y_16(int r, int g, int b) in stbi__compute_y_16()
3440 int r,g,b; in stbi__YCbCr_to_RGB_row() local
3574 int r,g,b; in stbi__YCbCr_to_RGB_simd() local
3770 stbi_uc g = stbi__blinn_8x8(coutput[1][i], m); in load_jpeg_image() local
5514 int g = (px >> 5) & fiveBitMask; in stbi__tga_read_rgb16() local
6248 static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, int is_info) in stbi__gif_header()
6278 stbi__gif* g = (stbi__gif*) stbi__malloc(sizeof(stbi__gif)); in stbi__gif_info_raw() local
6290 static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) in stbi__out_gif_code()
6327 static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) in stbi__process_gif_raster()
[all …]
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.h41 #define PICT_FORMAT(bpp,type,a,r,g,b) PIXMAN_FORMAT(bpp, type, a, r, g, b) argument
/OK3568_Linux_fs/kernel/drivers/base/arm/memory_group_manager/
H A Dmemory_group_manager.c151 struct dentry *e, *g; in mgm_initialize_debugfs() local
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Defifb.c103 u8 r, g, b; in efifb_copy_bmp() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_overlay.c418 #define R2BGR(r,g,b,s) (C2K(r,s) << 0 | C2K(g,s) << 8 | C2K(b,s) << 16) in armada_overlay_get_property() argument
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstb6100.c333 u8 g, psd2, odiv; in stb6100_set_frequency() local
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dia_css_frame_public.h83 struct ia_css_frame_plane g; /** Green plane */ member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dpolygon.hpp422 graph g(geometry::num_interior_rings(polygon) + 1); in apply() local
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Helper.c790 #define TEST_GAMMA(g) \ argument
793 #define SET_GAMMA(g) \ argument
/OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.c388 struct mtk_pinctrl_group *g = &pctl->groups[group]; in mtk_pconf_group_set() local
719 struct mtk_pinctrl_group *g = pctl->groups + group; in mtk_pmx_set_mux() local
/OK3568_Linux_fs/kernel/drivers/usb/mtu3/
H A Dmtu3.h345 struct usb_gadget g; /* the gadget */ member
368 static inline struct mtu3 *gadget_to_mtu3(struct usb_gadget *g) in gadget_to_mtu3()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c2410_udc.c1618 static int s3c2410_udc_start(struct usb_gadget *g, in s3c2410_udc_start()
1634 static int s3c2410_udc_stop(struct usb_gadget *g) in s3c2410_udc_stop()
H A Dfusb300_udc.c1308 static int fusb300_udc_start(struct usb_gadget *g, in fusb300_udc_start()
1320 static int fusb300_udc_stop(struct usb_gadget *g) in fusb300_udc_stop()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_action.c1040 struct btc_gnt_ctrl *g = dm->gnt; in _set_gnt_wl() local
1073 struct btc_gnt_ctrl *g = dm->gnt; in _set_gnt_bt() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_action.c1040 struct btc_gnt_ctrl *g = dm->gnt; in _set_gnt_wl() local
1073 struct btc_gnt_ctrl *g = dm->gnt; in _set_gnt_bt() local
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-cd.c1577 struct gendisk *g = info->disk; in ide_cd_release() local
1779 struct gendisk *g; in ide_cd_probe() local
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwindow.c358 unsigned g; in miResizeWindow() local
/OK3568_Linux_fs/kernel/arch/x86/include/asm/xen/
H A Dpage.h312 #define gfn_to_virt(g) (__va(gfn_to_pfn(g) << PAGE_SHIFT)) argument
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dsn9c2028.c253 static void set_gain(struct gspca_dev *gspca_dev, s32 g) in set_gain()
/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c321 GrabPtr g, prev; in DeletePassiveGrab() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c247 #define RGB_TEST_DATA(r, g, b) (r << 0 | g << 10 | b << 20) in nv17_dac_sample_load() argument
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_hdcs.c250 static int hdcs_set_gains(struct sd *sd, u8 g) in hdcs_set_gains()

1...<<11121314151617181920>>...26