Searched refs:kernel (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwPostEffect.cpp | 36 int kernel[MAX_LEVEL]; member 111 static int _gaussianInit(int* kernel, float sigma, int level) in _gaussianInit() argument 124 kernel[i] = ((i < m ? wl : wu) - 1) / 2; in _gaussianInit() 125 extends += kernel[i]; in _gaussianInit() 138 auto extends = _gaussianInit(data->kernel, params->sigma * params->sigma, data->level); in effectGaussianPrepare() 183 auto k = data->kernel[i] / threshold; in effectGaussianBlur() 197 auto k = data->kernel[i] / threshold; in effectGaussianBlur()
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | fbdev.rst | 9 …a computer's video memory containing a current video frame) using only the Linux kernel's own basic
|
/lvgl-latest/docs/details/integration/os/ |
D | qnx.rst | 11 system is based on a micro-kernel design, with the file system(s), network
|
D | nuttx.rst | 32 - **Predictable** - NuttX is a preemptible Realtime kernel, so you can
|
D | rt-thread.rst | 24 - Designed for resource-constrained devices, the minimum kernel
|
D | zephyr.rst | 28 - **Ecosystem** - Zephyr not only provides the RTOS kernel but
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | image_generation.rst | 154 such as filesystem images, kernel images, or bootloader images. Depending on
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | core_components.rst | 17 Linux kernel).
|
D | terms_and_variables.rst | 89 The build system defaults to using separate directories for gcc and some kernel
|
D | lvgl_recipe.rst | 195 These artifacts include kernel images, root filesystems, packages, SDKs, 201 the target device. Files like the Linux kernel, root filesystem (e.g., .
|