Searched defs:ffmpeg_context_s (Results 1 – 1 of 1) sorted by relevance
46 struct ffmpeg_context_s { struct47 AVIOContext * io_ctx;48 lv_fs_file_t lv_file;49 AVFormatContext * fmt_ctx;50 AVCodecContext * video_dec_ctx;51 AVStream * video_stream;52 uint8_t * video_src_data[4];53 uint8_t * video_dst_data[4];54 struct SwsContext * sws_ctx;55 AVFrame * frame;[all …]