Home
last modified time | relevance | path

Searched refs:pal8 (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/tests/fate/
Dcdxl.mak10 FATE_CDXL += fate-cdxl-pal8
11 fate-cdxl-pal8: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/maku.cdxl -pix_fmt rgb24 -frames:v 11 -vf …
13 FATE_CDXL += fate-cdxl-pal8-small
14 fate-cdxl-pal8-small: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/fruit.cdxl -an -pix_fmt rgb24 -frame…
Dgif.mak21 FATE_GIF_ENC_PIXFMT = rgb8 bgr8 rgb4_byte bgr4_byte gray pal8
Dvideo.mak103 fate-cvid-palette: CMD = framecrc -i $(TARGET_SAMPLES)/cvid/catfight-cvid-pal8-partial.mov -pix_fmt…
327 FATE_TXD += fate-txd-pal8
328 fate-txd-pal8: CMD = framecrc -i $(TARGET_SAMPLES)/txd/outro.txd -pix_fmt rgb24 -an -vf scale
/third_party/ffmpeg/libavfilter/
Dvf_elbg.c48 int pal8; member
61 { "pal8", "set the pal8 output", OFFSET(pal8), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, FLAGS },
71 if (elbg->pal8 && elbg->codebook_length > 256) { in init()
93 if (!elbg->pal8) { in query_formats()
176 if (elbg->pal8) { in filter_frame()
/third_party/ffmpeg/tests/ref/fate/
Dsws-pixdesc-query609 pal8
679 pal8
896 pal8
Dfilter-pixfmts-hflip64 pal8 5b7c77d99817b4f52339742a47de7797
Dfilter-pixfmts-crop64 pal8 1f2cdc8e718f95c875dbc1034a688bfb
Dfilter-pixfmts-scale66 pal8 29e10892009b2cfe431815ec3052ed3b
Dfilter-pixfmts-field66 pal8 0658c18dcd8d052d59dfbe23f5b368d9
Dfilter-pixfmts-vflip66 pal8 450b0155d0f2d5628bf95a442db5f817
Dfilter-pixfmts-copy66 pal8 ff5929f5b42075793b2c34cb441bede5
Dfilter-pixfmts-null66 pal8 ff5929f5b42075793b2c34cb441bede5
Dimgutils68 pal8 planes: 2, linesizes: 64 0 0 0, plane_sizes: 3072 1024 0 0, plane_…
/third_party/ffmpeg/libavcodec/
Djpeg2000dec.c118 int8_t pal8; member
209 int bpc, uint32_t log2_chroma_wh, int pal8) in pix_fmt_match() argument
238 (desc->flags & AV_PIX_FMT_FLAG_PAL) == pal8 * AV_PIX_FMT_FLAG_PAL; in pix_fmt_match()
420 && !pix_fmt_match(s->avctx->pix_fmt, ncomponents, s->precision, log2_chroma_wh, s->pal8)) in get_siz()
424 … if (pix_fmt_match(possible_fmts[i], ncomponents, s->precision, log2_chroma_wh, s->pal8)) { in get_siz()
435 if (s->precision == 8 && s->cdy[2] == 2 && s->cdx[2] == 2 && !s->pal8) { in get_siz()
2401 s->pal8 = 1; in jp2_find_codestream()
/third_party/ffmpeg/doc/
Ddemuxers.texi529 Optionally, a @code{pal8} 16-color video stream can be exported with or without printed metadata.
Dmuxers.texi1211 1bit pal8
1212 4bit pal8
1213 8bit pal8
Dfilters.texi11123 @item pal8
11124 Set pal8 output pixel format. This option does not work with codebook
18314 @var{pal8} pixel format frames.