Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/ffmpeg/
Dlv_ffmpeg.c89 static int ffmpeg_image_allocate(struct ffmpeg_context_s * ffmpeg_ctx);
176 if(ffmpeg_image_allocate(player->ffmpeg_ctx) < 0) { in lv_ffmpeg_player_set_src()
304 if(ffmpeg_image_allocate(ffmpeg_ctx) < 0) { in decoder_open()
800 static int ffmpeg_image_allocate(struct ffmpeg_context_s * ffmpeg_ctx) in ffmpeg_image_allocate() function