Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtiffenc.c286 case AV_PIX_FMT_YA16LE: 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,
Dtiff.c1155 s->avctx->pix_fmt = s->le ? AV_PIX_FMT_YA16LE : AV_PIX_FMT_YA16BE; in init_image()
2041 s->avctx->pix_fmt == AV_PIX_FMT_YA16LE || in decode_frame()
/third_party/ffmpeg/libavutil/
Dpixfmt.h213 AV_PIX_FMT_YA16LE, ///< 16 bits gray, 16 bits alpha (little-endian) enumerator
Dpixdesc.c1741 [AV_PIX_FMT_YA16LE] = {
/third_party/ffmpeg/libswscale/tests/
Dswscale.c46 (x) == AV_PIX_FMT_YA16LE)
/third_party/ffmpeg/libswscale/
Dutils.c195 [AV_PIX_FMT_YA16LE] = { 1, 1 },
1056 case AV_PIX_FMT_YA16LE: in handle_jpeg()
1151 case AV_PIX_FMT_YA16LE: return AV_PIX_FMT_GRAY16; in alphaless_fmt()
Dinput.c1580 case AV_PIX_FMT_YA16LE: in ff_sws_init_input_funcs()
1736 case AV_PIX_FMT_YA16LE: in ff_sws_init_input_funcs()
Doutput.c1498 YUV2PACKED16WRAPPER(yuv2, ya16, ya16le, AV_PIX_FMT_YA16LE, 1, 0)
3026 case AV_PIX_FMT_YA16LE: in ff_sws_init_output_funcs()
Dswscale_unscaled.c2204 #define isPlanarGray(x) (isGray(x) && (x) != AV_PIX_FMT_YA8 && (x) != AV_PIX_FMT_YA16LE && (x) != A… in ff_get_unscaled_swscale()
/third_party/ffmpeg/libavfilter/
Ddrawutils.c177 draw->format == AV_PIX_FMT_GRAY16LE || draw->format == AV_PIX_FMT_YA16LE || in ff_draw_color()