Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/ffmpeg/
Dlv_ffmpeg.c85 static struct ffmpeg_context_s * ffmpeg_open_file(const char * path, bool is_lv_fs_path);
138 struct ffmpeg_context_s * ffmpeg_ctx = ffmpeg_open_file(path, LV_FFMPEG_PLAYER_USE_LV_FS); in lv_ffmpeg_get_frame_num()
169 player->ffmpeg_ctx = ffmpeg_open_file(path, LV_FFMPEG_PLAYER_USE_LV_FS); in lv_ffmpeg_player_set_src()
298 struct ffmpeg_context_s * ffmpeg_ctx = ffmpeg_open_file(path, true); in decoder_open()
724 static struct ffmpeg_context_s * ffmpeg_open_file(const char * path, bool is_lv_fs_path) in ffmpeg_open_file() function