Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/ffmpeg/
Dlv_ffmpeg.c80 static int ffmpeg_image_allocate(struct ffmpeg_context_s * ffmpeg_ctx);
167 if(ffmpeg_image_allocate(player->ffmpeg_ctx) < 0) { in lv_ffmpeg_player_set_src()
292 if(ffmpeg_image_allocate(ffmpeg_ctx) < 0) { in decoder_open()
728 static int ffmpeg_image_allocate(struct ffmpeg_context_s * ffmpeg_ctx) in ffmpeg_image_allocate() function