Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/ffmpeg/
Dlv_ffmpeg.c76 static struct ffmpeg_context_s * ffmpeg_open_file(const char * path);
129 struct ffmpeg_context_s * ffmpeg_ctx = ffmpeg_open_file(path); in lv_ffmpeg_get_frame_num()
160 player->ffmpeg_ctx = ffmpeg_open_file(path); in lv_ffmpeg_player_set_src()
286 struct ffmpeg_context_s * ffmpeg_ctx = ffmpeg_open_file(path); in decoder_open()
671 struct ffmpeg_context_s * ffmpeg_open_file(const char * path) in ffmpeg_open_file() function