Searched refs:AV_PIX_FMT_YA16LE (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | tiffenc.c | 286 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,
|
D | tiff.c | 1155 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/ |
D | pixfmt.h | 213 AV_PIX_FMT_YA16LE, ///< 16 bits gray, 16 bits alpha (little-endian) enumerator
|
D | pixdesc.c | 1741 [AV_PIX_FMT_YA16LE] = {
|
/third_party/ffmpeg/libswscale/tests/ |
D | swscale.c | 46 (x) == AV_PIX_FMT_YA16LE)
|
/third_party/ffmpeg/libswscale/ |
D | utils.c | 195 [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()
|
D | input.c | 1580 case AV_PIX_FMT_YA16LE: in ff_sws_init_input_funcs() 1736 case AV_PIX_FMT_YA16LE: in ff_sws_init_input_funcs()
|
D | output.c | 1498 YUV2PACKED16WRAPPER(yuv2, ya16, ya16le, AV_PIX_FMT_YA16LE, 1, 0) 3026 case AV_PIX_FMT_YA16LE: in ff_sws_init_output_funcs()
|
D | swscale_unscaled.c | 2204 #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/ |
D | drawutils.c | 177 draw->format == AV_PIX_FMT_GRAY16LE || draw->format == AV_PIX_FMT_YA16LE || in ff_draw_color()
|