Searched refs:fmt_ctx (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/extra/libs/ffmpeg/ |
D | lv_ffmpeg.c | 44 AVFormatContext * fmt_ctx; member 225 av_seek_frame(player->ffmpeg_ctx->fmt_ctx, in lv_ffmpeg_player_set_cmd() 231 av_seek_frame(player->ffmpeg_ctx->fmt_ctx, in lv_ffmpeg_player_set_cmd() 521 AVCodecContext ** dec_ctx, AVFormatContext * fmt_ctx, in ffmpeg_open_codec_context() argument 530 ret = av_find_best_stream(fmt_ctx, type, -1, -1, NULL, 0); in ffmpeg_open_codec_context() 538 st = fmt_ctx->streams[stream_index]; in ffmpeg_open_codec_context() 582 AVFormatContext * fmt_ctx = NULL; in ffmpeg_get_img_header() local 587 if(avformat_open_input(&fmt_ctx, filepath, NULL, NULL) < 0) { in ffmpeg_get_img_header() 593 if(avformat_find_stream_info(fmt_ctx, NULL) < 0) { in ffmpeg_get_img_header() 599 fmt_ctx, AVMEDIA_TYPE_VIDEO) in ffmpeg_get_img_header() [all …]
|