Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dpixfmt.h143 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
Dpixdesc.c1707 [AV_PIX_FMT_YA8] = {
/third_party/ffmpeg/libavutil/tests/
Dpixfmt_best.c89 TEST(AV_PIX_FMT_YA8, AV_PIX_FMT_GRAY8); in main()
/third_party/ffmpeg/libavcodec/
Dbrenderpix.c200 avctx->pix_fmt = AV_PIX_FMT_YA8; in pix_decode_frame()
Dlibopenjpegenc.c191 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,
Dpsd.c402 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()
Ddds.c364 avctx->pix_fmt = AV_PIX_FMT_YA8; in parse_pixel_format()
366 avctx->pix_fmt = AV_PIX_FMT_YA8; in parse_pixel_format()
Draw.c165 { AV_PIX_FMT_YA8, MKTAG('Y', '2', 0 , 8 ) },
Dffv1enc.c621 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,
Dlibopenjpegdec.c47 #define GRAY_PIXEL_FORMATS AV_PIX_FMT_GRAY8, AV_PIX_FMT_YA8, \
Dpngdec.c675 avctx->pix_fmt = AV_PIX_FMT_YA8; in decode_idat_chunk()
697 avctx->pix_fmt = AV_PIX_FMT_YA8; in decode_idat_chunk()
Dffv1dec.c615 f->avctx->pix_fmt = AV_PIX_FMT_YA8; in read_header()
Dtiff.c1155 s->avctx->pix_fmt = AV_PIX_FMT_YA8; in init_image()
/third_party/ffmpeg/libavfilter/
Dvf_freezedetect.c76 AV_PIX_FMT_YA8, AV_PIX_FMT_YUV420P9, AV_PIX_FMT_YUV420P10, in query_formats() enumerator
/third_party/ffmpeg/libswscale/x86/
Dswscale.c456 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/
Dswscale.c42 (x) == AV_PIX_FMT_YA8 || \
/third_party/ffmpeg/libswscale/
Dutils.c193 [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()
Dinput.c1584 case AV_PIX_FMT_YA8: in ff_sws_init_input_funcs()
1723 case AV_PIX_FMT_YA8: in ff_sws_init_input_funcs()
Dswscale_unscaled.c534 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()
Doutput.c3005 case AV_PIX_FMT_YA8: in ff_sws_init_output_funcs()
/third_party/ffmpeg/doc/
DAPIchanges1102 Rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 to better identify the format.