Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/ffmpeg/
Dlv_ffmpeg.c95 static bool ffmpeg_pix_fmt_has_alpha(enum AVPixelFormat pix_fmt);
96 static bool ffmpeg_pix_fmt_is_yuv(enum AVPixelFormat pix_fmt);
354 static bool ffmpeg_pix_fmt_has_alpha(enum AVPixelFormat pix_fmt) in ffmpeg_pix_fmt_has_alpha() argument
356 const AVPixFmtDescriptor * desc = av_pix_fmt_desc_get(pix_fmt); in ffmpeg_pix_fmt_has_alpha()
362 if(pix_fmt == AV_PIX_FMT_PAL8) { in ffmpeg_pix_fmt_has_alpha()
369 static bool ffmpeg_pix_fmt_is_yuv(enum AVPixelFormat pix_fmt) in ffmpeg_pix_fmt_is_yuv() argument
371 const AVPixFmtDescriptor * desc = av_pix_fmt_desc_get(pix_fmt); in ffmpeg_pix_fmt_is_yuv()
390 || frame->format != ffmpeg_ctx->video_dec_ctx->pix_fmt) { in ffmpeg_output_video_frame()
402 av_get_pix_fmt_name(ffmpeg_ctx->video_dec_ctx->pix_fmt), in ffmpeg_output_video_frame()
415 ffmpeg_ctx->video_dec_ctx->pix_fmt, width, height); in ffmpeg_output_video_frame()
[all …]