Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 16 of 16) sorted by relevance

/lvgl-3.7.0/src/extra/libs/ffmpeg/
Dlv_ffmpeg.c50 AVFrame * frame; member
392 AVFrame * frame = ffmpeg_ctx->frame; in ffmpeg_output_video_frame() local
394 if(frame->width != width in ffmpeg_output_video_frame()
395 || frame->height != height in ffmpeg_output_video_frame()
396 || frame->format != ffmpeg_ctx->video_dec_ctx->pix_fmt) { in ffmpeg_output_video_frame()
409 frame->width, frame->height, in ffmpeg_output_video_frame()
410 av_get_pix_fmt_name(frame->format)); in ffmpeg_output_video_frame()
414 LV_LOG_TRACE("video_frame coded_n:%d", frame->coded_picture_number); in ffmpeg_output_video_frame()
420 (const uint8_t **)(frame->data), frame->linesize, in ffmpeg_output_video_frame()
490 ret = avcodec_receive_frame(dec, ffmpeg_ctx->frame); in ffmpeg_decode_packet()
[all …]
/lvgl-3.7.0/docs/libs/
Drlottie.md77 // Pause to a specific frame
79 lv_rlottie_set_play_mode(lottie, LV_RLOTTIE_CTRL_PAUSE); // The specified frame will be displayed a…
92 To get the number of frames in an animation or the current frame index, you can cast the `lv_obj_t`…
Dsjpg.md13 - SJPEG frame fragment cache enables fast fetching of lines if available in cache.
/lvgl-3.7.0/src/extra/libs/gif/
Dgifdec.h45 uint8_t *canvas, *frame; member
Dgifdec.c130 gif->frame = &gif->canvas[4 * width * height]; in gif_open()
132 gif->frame = &gif->canvas[3 * width * height]; in gif_open()
134 gif->frame = &gif->canvas[2 * width * height]; in gif_open()
137 memset(gif->frame, gif->bgindex, gif->width * gif->height); in gif_open()
446 gif->frame[(gif->fy + y) * gif->width + gif->fx + x] = entry.suffix; in read_image_data()
498 index = gif->frame[(gif->fy + j) * gif->width + gif->fx + k]; in render_frame_rect()
/lvgl-3.7.0/docs/porting/
Ddisplay.md52 …d via serial link. The latter will generally be too slow to maintain high frame rates with full sc…
55 …abled in the display driver LVGL will draw directly into a **screen sized frame buffer**. That is …
57 With `direct_mode` the frame buffer always contains the current frame as it should be displayed on …
58 If 2 frame buffers are provided as draw buffers LVGL will alter the buffers but always draw only th…
60 1. Display the frame buffer pointed by `color_p`
99 - `direct_mode` draw directly into the frame buffer (see above)
/lvgl-3.7.0/docs/get-started/platforms/
Drenesas.md51 …s.lvgl.io/master/API/core/lv_obj.html#_CPPv47lv_initv) Next, register the frame buffers using `lv_…
115 - The last step is to create a function to output the frame buffer to your LCD. The specifics of th…
Dnxp.md151 …a multiple of 16; minimum value is 16 pixels, maximum cannot be greater than the frame width. If l…
/lvgl-3.7.0/
DREADME_zh.md46 * 即便仅有[单缓冲区(frame buffer)](https://docs.lvgl.io/master/porting/display.html)的情况下,也可保证渲染如丝般顺滑
104 - [Linux frame buffer](https://blog.lvgl.io/2018-01-03/linux_fb) (/dev/fb)
DREADME.md44 * Smooth rendering even with a [single frame buffer](https://docs.lvgl.io/master/porting/display.ht…
101 - [Linux frame buffer](https://blog.lvgl.io/2018-01-03/linux_fb) (/dev/fb)
DREADME_pt_BR.md41 …um [buffer de quadro único](https://docs.lvgl.io/master/porting/display.html) (single frame buffer)
117 - [Linux frame buffer](https://blog.lvgl.io/2018-01-03/linux_fb) (/dev/fb)
/lvgl-3.7.0/tests/
DREADME.md47 If the compare fails `lvgl/test_screenshot_error.h` is created with the content of the frame buffer…
/lvgl-3.7.0/docs/intro/
Dindex.md17 - Single frame buffer operation even with advanced graphic effects
38 <li> One frame buffer in the MCU or in an external display controller</li>
127 - Linux with frame buffer device such as /dev/fb0. This includes Single-board computers like the Ra…
/lvgl-3.7.0/docs/overview/
Ddrawing.md16 …t is different from "traditional" double buffering where there are two display sized frame buffers:
17 …age to show on the display, and rendering happens to the other (inactive) frame buffer, and they a…
18 The main difference is that with LVGL you don't have to store two frame buffers (which usually requ…
46 3. **Double buffering** - `flush_cb` should only swap the addresses of the frame buffers.
/lvgl-3.7.0/scripts/
DDoxyfile1455 # to set the initial width (in pixels) of the frame in which the tree is shown.
/lvgl-3.7.0/docs/
DCHANGELOG.md376 - feat(benchmark): make lvgl render at the highest frame rate [`3352`](https://github.com/lvgl/lvgl…