Searched defs:has_alpha (Results 1 – 2 of 2) sorted by relevance
61 bool has_alpha; member182 bool has_alpha = player->ffmpeg_ctx->has_alpha; in lv_ffmpeg_player_set_src() local610 bool has_alpha = ffmpeg_pix_fmt_has_alpha(video_dec_ctx->pix_fmt); in ffmpeg_get_image_header() local
177 def has_alpha(self) -> bool: member in ColorFormat