Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpamenc.c54 case AV_PIX_FMT_GRAY8A: in pam_encode_frame()
152 AV_PIX_FMT_GRAY8, AV_PIX_FMT_GRAY8A,
Dtiffenc.c285 case AV_PIX_FMT_GRAY8A: in encode_frame()
287 alpha = avctx->pix_fmt == AV_PIX_FMT_GRAY8A || avctx->pix_fmt == AV_PIX_FMT_YA16LE; in encode_frame()
590 AV_PIX_FMT_GRAY8, AV_PIX_FMT_GRAY8A, AV_PIX_FMT_GRAY16LE, AV_PIX_FMT_YA16LE,
Dpngenc.c629 case AV_PIX_FMT_GRAY8A: in apng_do_inverse_blend()
685 case AV_PIX_FMT_GRAY8A: in apng_do_inverse_blend()
1065 case AV_PIX_FMT_GRAY8A: in png_enc_init()
1154 AV_PIX_FMT_GRAY8, AV_PIX_FMT_GRAY8A,
1175 AV_PIX_FMT_GRAY8, AV_PIX_FMT_GRAY8A,
Dpnm.c149 avctx->pix_fmt = AV_PIX_FMT_GRAY8A; in ff_pnm_decode_header()
Dpnmdec.c100 case AV_PIX_FMT_GRAY8A: in pnm_decode_frame()
Dpngdec.c1086 avctx->pix_fmt != AV_PIX_FMT_GRAY8A && in handle_p_frame_apng()
1144 case AV_PIX_FMT_GRAY8A: in handle_p_frame_apng()
Djpeg2000dec.c246 #define GRAY_PIXEL_FORMATS AV_PIX_FMT_GRAY8,AV_PIX_FMT_GRAY8A,AV_PIX_FMT_GRAY16,AV_PIX_FMT_YA16
/third_party/ffmpeg/libavutil/
Dpixfmt.h146 AV_PIX_FMT_GRAY8A= AV_PIX_FMT_YA8, ///< alias for AV_PIX_FMT_YA8 enumerator
/third_party/ffmpeg/libavfilter/
Dvf_extractplanes.c75 AV_PIX_FMT_GRAY8, AV_PIX_FMT_GRAY8A, \
Ddrawutils.c176 } else if (draw->format == AV_PIX_FMT_GRAY8 || draw->format == AV_PIX_FMT_GRAY8A || in ff_draw_color()
/third_party/ffmpeg/libswscale/
Dswscale.c859 } else if (c->srcFormat == AV_PIX_FMT_GRAY8 || c->srcFormat == AV_PIX_FMT_GRAY8A) { in sws_scale()