Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/ffmpeg/
Dlv_ffmpeg.c86 static bool ffmpeg_pix_fmt_has_alpha(enum AVPixelFormat pix_fmt);
360 static bool ffmpeg_pix_fmt_has_alpha(enum AVPixelFormat pix_fmt) in ffmpeg_pix_fmt_has_alpha() function
601 bool has_alpha = ffmpeg_pix_fmt_has_alpha(video_dec_ctx->pix_fmt); in ffmpeg_get_img_header()
706 ffmpeg_ctx->has_alpha = ffmpeg_pix_fmt_has_alpha(ffmpeg_ctx->video_dec_ctx->pix_fmt); in ffmpeg_open_file()