Searched refs:AV_PIX_FMT_YA8 (Results 1 – 21 of 21) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | pixfmt.h | 143 AV_PIX_FMT_YA8, ///< 8 bits gray, 8 bits alpha enumerator 145 AV_PIX_FMT_Y400A = AV_PIX_FMT_YA8, ///< alias for AV_PIX_FMT_YA8 146 AV_PIX_FMT_GRAY8A= AV_PIX_FMT_YA8, ///< alias for AV_PIX_FMT_YA8
|
D | pixdesc.c | 1707 [AV_PIX_FMT_YA8] = {
|
/third_party/ffmpeg/libavutil/tests/ |
D | pixfmt_best.c | 89 TEST(AV_PIX_FMT_YA8, AV_PIX_FMT_GRAY8); in main()
|
/third_party/ffmpeg/libavcodec/ |
D | brenderpix.c | 200 avctx->pix_fmt = AV_PIX_FMT_YA8; in pix_decode_frame()
|
D | libopenjpegenc.c | 191 case AV_PIX_FMT_YA8: in mj2_create_image() 571 case AV_PIX_FMT_YA8: in libopenjpeg_encode_frame() 771 AV_PIX_FMT_GRAY8, AV_PIX_FMT_YA8, AV_PIX_FMT_GRAY16, AV_PIX_FMT_YA16,
|
D | psd.c | 402 avctx->pix_fmt = AV_PIX_FMT_YA8; in decode_frame() 447 if ((avctx->pix_fmt == AV_PIX_FMT_YA8)||(avctx->pix_fmt == AV_PIX_FMT_YA16BE)){/* Interleaved */ in decode_frame()
|
D | dds.c | 364 avctx->pix_fmt = AV_PIX_FMT_YA8; in parse_pixel_format() 366 avctx->pix_fmt = AV_PIX_FMT_YA8; in parse_pixel_format()
|
D | raw.c | 165 { AV_PIX_FMT_YA8, MKTAG('Y', '2', 0 , 8 ) },
|
D | ffv1enc.c | 621 case AV_PIX_FMT_YA8: in encode_init() 1080 if (f->colorspace == 0 && c->pix_fmt != AV_PIX_FMT_YA8) { in encode_slice() 1094 } else if (c->pix_fmt == AV_PIX_FMT_YA8) { in encode_slice() 1343 AV_PIX_FMT_YA8,
|
D | libopenjpegdec.c | 47 #define GRAY_PIXEL_FORMATS AV_PIX_FMT_GRAY8, AV_PIX_FMT_YA8, \
|
D | pngdec.c | 675 avctx->pix_fmt = AV_PIX_FMT_YA8; in decode_idat_chunk() 697 avctx->pix_fmt = AV_PIX_FMT_YA8; in decode_idat_chunk()
|
D | ffv1dec.c | 615 f->avctx->pix_fmt = AV_PIX_FMT_YA8; in read_header()
|
D | tiff.c | 1155 s->avctx->pix_fmt = AV_PIX_FMT_YA8; in init_image()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_freezedetect.c | 76 AV_PIX_FMT_YA8, AV_PIX_FMT_YUV420P9, AV_PIX_FMT_YUV420P10, in query_formats() enumerator
|
/third_party/ffmpeg/libswscale/x86/ |
D | swscale.c | 456 case AV_PIX_FMT_YA8: in ff_sws_init_swscale_x86() 505 case AV_PIX_FMT_YA8: in ff_sws_init_swscale_x86()
|
/third_party/ffmpeg/libswscale/tests/ |
D | swscale.c | 42 (x) == AV_PIX_FMT_YA8 || \
|
/third_party/ffmpeg/libswscale/ |
D | utils.c | 193 [AV_PIX_FMT_YA8] = { 1, 1 }, 1035 case AV_PIX_FMT_YA8: in handle_jpeg() 1119 case AV_PIX_FMT_YA8: return AV_PIX_FMT_GRAY8; in alphaless_fmt()
|
D | input.c | 1584 case AV_PIX_FMT_YA8: in ff_sws_init_input_funcs() 1723 case AV_PIX_FMT_YA8: in ff_sws_init_input_funcs()
|
D | swscale_unscaled.c | 534 if (srcFormat == AV_PIX_FMT_YA8) { in palToRgbWrapper() 2154 #define isPlanarGray(x) (isGray(x) && (x) != AV_PIX_FMT_YA8 && (x) != AV_PIX_FMT_YA16LE && (x) != A… in ff_get_unscaled_swscale()
|
D | output.c | 3005 case AV_PIX_FMT_YA8: in ff_sws_init_output_funcs()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 1102 Rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 to better identify the format.
|