Home
last modified time | relevance | path

Searched refs:pixel (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H A Dhdi_layer.cpp196 DISPLAY_LOGE("the pixel position outside\n"); in SetPixel()
198 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local
199 *pixel = color; in SetPixel()
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_layer.cpp193 DISPLAY_LOGE("the pixel postion outside\n"); in SetPixel()
195 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local
196 *pixel = color; in SetPixel()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Dhdi_layer.cpp187 DISPLAY_LOGE("the pixel postion outside\n"); in SetPixel()
189 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local
190 *pixel = color; in SetPixel()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dloadbmp.c36 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/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_layer.cpp252 DISPLAY_LOGE("the pixel postion outside\n"); in SetPixel()
254 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local
255 *pixel = color; in SetPixel()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_layer.cpp252 DISPLAY_LOGE("the pixel postion outside\n"); in SetPixel()
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/
H A Dhdi_layer.cpp252 DISPLAY_LOGE("the pixel postion outside\n"); in SetPixel()
254 uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) + position; in SetPixel() local
255 *pixel = color; in SetPixel()
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm149 --disable-pixelutils disable pixel utils in libavutil

Completed in 11 milliseconds