/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/ |
D | fast.cpp | 95 void makeOffsets(ptrdiff_t pixel[], ptrdiff_t row_stride) in makeOffsets() argument 97 pixel[0] = 0 + row_stride * 3; in makeOffsets() 98 pixel[1] = 1 + row_stride * 3; in makeOffsets() 99 pixel[2] = 2 + row_stride * 2; in makeOffsets() 100 pixel[3] = 3 + row_stride * 1; in makeOffsets() 101 pixel[4] = 3 + row_stride * 0; in makeOffsets() 102 pixel[5] = 3 + row_stride * -1; in makeOffsets() 103 pixel[6] = 2 + row_stride * -2; in makeOffsets() 104 pixel[7] = 1 + row_stride * -3; in makeOffsets() 105 pixel[8] = 0 + row_stride * -3; in makeOffsets() [all …]
|
/device/board/osware/imx8mm/drivers/camera/pipeline_core/src/nodes/soft_codec/ |
D | imx_codec_node.cpp | 124 unsigned char *pixel = reinterpret_cast<unsigned char *>(&pixel32); in Yuv422ToRGBA8888() local 154 yuvtorgb(y0, u, v, val_num_1, pixel); in Yuv422ToRGBA8888() 155 temp[out + val_num_0] = pixel[val_num_0]; in Yuv422ToRGBA8888() 156 temp[out + val_num_1] = pixel[val_num_1]; in Yuv422ToRGBA8888() 157 temp[out + val_num_2] = pixel[val_num_2]; in Yuv422ToRGBA8888() 158 temp[out + val_num_3] = pixel[val_num_3]; in Yuv422ToRGBA8888() 160 yuvtorgb(y1, u, v, val_num_0, pixel); in Yuv422ToRGBA8888() 161 temp[out + val_num_4] = pixel[val_num_0]; in Yuv422ToRGBA8888() 162 temp[out + val_num_5] = pixel[val_num_1]; in Yuv422ToRGBA8888() 163 temp[out + val_num_6] = pixel[val_num_2]; in Yuv422ToRGBA8888() [all …]
|
/device/board/isoftstone/zhiyuan/bootloader/configs/default/linux-5.10/ |
D | rp-lcd-rgb-7-1024-600.dtsi | 18 fbx pixel sequence (0:ARGB 1:BGRA 2:ABGR 3:RGBA) 146 ;lcd_hbp: hsync back porch(pixel) + hsync plus width(pixel); 147 ;lcd_ht: hsync total cycle(pixel) 150 ;lcd_hspw: hsync plus width(pixel) 151 ;lcd_vspw: vysnc plus width(pixel) 173 ;lcd_fsync_act_time (active time of fsync, unit:pixel) 174 ;lcd_fsync_dis_time (disactive time of fsync, unit:pixel)
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/ |
D | Kconfig | 39 24 bit RGB per pixel. It provides a MIPI DSI interface to 125 24 bit RGB per pixel. It provides a MIPI DSI interface to 137 24 bit per pixel. 147 24 bit RGB per pixel. It provides a MIPI DSI interface to 158 24 bit RGB per pixel. It provides a MIPI DSI interface to 169 24 bit RGB per pixel. It provides a MIPI DSI interface to 238 1280x800, and 24 bit per pixel. 381 24 bit RGB per pixel. It provides a dual MIPI DSI interface to
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
D | hdi_layer.cpp | 195 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local 196 *pixel = color; in SetPixel()
|
/device/soc/allwinner/t507/hardware/display/src/display_device/ |
D | hdi_layer.cpp | 198 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local 199 *pixel = color; in SetPixel()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
D | hdi_layer.cpp | 198 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local 199 *pixel = color; in SetPixel()
|
/device/soc/nxp/hardware/display/src/display_device/core/ |
D | hdi_layer.cpp | 201 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local 202 *pixel = color; in SetPixel()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
D | hdi_layer.cpp | 189 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local 190 *pixel = color; in SetPixel()
|
/device/soc/amlogic/a311d/hardware/display/src/display_device/ |
D | hdi_layer.cpp | 210 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local 211 *pixel = color; in SetPixel()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
D | loadbmp.c | 36 HI_U16 pixel = 0; in OSD_MAKECOLOR_U16() local 43 pixel |= (1 << tmp); in OSD_MAKECOLOR_U16() 48 pixel |= (r1 | (g1 << compinfo.blen) | (b1 << (compinfo.blen + compinfo.glen))); in OSD_MAKECOLOR_U16() 49 return pixel; in OSD_MAKECOLOR_U16()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/driver/ |
D | lcd.h | 443 bk_err_t bk_lcd_draw_point(lcd_device_id_t id, uint16_t x, uint16_t y, uint16_t pixel);
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
D | hdi_layer.cpp | 254 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local 255 *pixel = color; in SetPixel()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
D | hdi_layer.cpp | 254 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local 255 *pixel = color; in SetPixel()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
D | hdi_layer.cpp | 254 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local 255 *pixel = color; in SetPixel()
|
/device/soc/hpmicro/sdk/hpm_sdk/boards/hpm6750evkmini/ |
D | README.md | 5 …h, SD/eMMC. It integrates rich audio and video interfaces, including LCD, pixel DMA, camera, and I…
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/lcd/ |
D | lcd_driver.c | 880 bk_err_t bk_lcd_draw_point(lcd_device_id_t id, uint16_t x, uint16_t y, uint16_t pixel) in bk_lcd_draw_point() argument 884 pixel_l = pixel >> 8; in bk_lcd_draw_point() 885 pixel_h = pixel & 0xff; in bk_lcd_draw_point()
|
/device/soc/hpmicro/sdk/hpm_sdk/boards/hpm6750evk/ |
D | README.md | 5 …h, SD/eMMC. It integrates rich audio and video interfaces, including LCD, pixel DMA, camera, and I…
|
/device/soc/hpmicro/sdk/hpm_sdk/boards/hpm6750evk2/ |
D | README.md | 5 …h, SD/eMMC. It integrates rich audio and video interfaces, including LCD, pixel DMA, camera, and I…
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/hdf_config/lcd/ |
D | lcd_config.hcs | 22 pixelFmt = 2; /* 2 -- pixel format:rgb 24bit */ 72 pixelFmt = 2; /* 2 -- pixel format:rgb 24bit */ 362 pixelFmt = 2; /* 2 -- pixel format:rgb 24bit */
|
/device/board/unionman/unionpi_tiger/kernel/build/ |
D | linux-5.10.patch | 2801 + /* For XRGB, replace the pixel's alpha by 0xFF */ 2806 + /* For ARGB, use the pixel's alpha */ 3295 /* For 420, pixel clock is half unlike venc clock */ 3318 - /* For 420, pixel clock is half unlike venc clock */ 3331 - /* 480i/576i needs global pixel doubling */ 3448 - /* For 420, pixel clock is half unlike venc clock */ 3457 - /* 480i/576i needs global pixel doubling */ 3971 + dev_err(mipi_dsi->dev, "invalid pixel format %d\n", device->format); 4161 + * [23:20] RW dpi_color_mode: Define DPI pixel format. Default 0. 4176 + * 0=30-bit pixel; [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_sun50iw1/ |
D | de_lcd_type.h | 591 u32 pixel : 24; /* default: 0; */ member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_sun8iw8/ |
D | de_lcd_type.h | 591 u32 pixel:24; // default: 0; member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v3x/ |
D | de_lcd_type.h | 633 u32 pixel:24; member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v2x/ |
D | de_lcd_type.h | 662 u32 pixel:24; member
|