Searched refs:pal8 (Results 1 – 17 of 17) sorted by relevance
/third_party/ffmpeg/tests/fate/ |
D | cdxl.mak | 10 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…
|
D | gif.mak | 21 FATE_GIF_ENC_PIXFMT = rgb8 bgr8 rgb4_byte bgr4_byte gray pal8
|
D | video.mak | 103 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/ |
D | vf_elbg.c | 48 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/ |
D | sws-pixdesc-query | 609 pal8 679 pal8 896 pal8
|
D | filter-pixfmts-hflip | 64 pal8 5b7c77d99817b4f52339742a47de7797
|
D | filter-pixfmts-crop | 64 pal8 1f2cdc8e718f95c875dbc1034a688bfb
|
D | filter-pixfmts-scale | 66 pal8 29e10892009b2cfe431815ec3052ed3b
|
D | filter-pixfmts-field | 66 pal8 0658c18dcd8d052d59dfbe23f5b368d9
|
D | filter-pixfmts-vflip | 66 pal8 450b0155d0f2d5628bf95a442db5f817
|
D | filter-pixfmts-copy | 66 pal8 ff5929f5b42075793b2c34cb441bede5
|
D | filter-pixfmts-null | 66 pal8 ff5929f5b42075793b2c34cb441bede5
|
D | imgutils | 68 pal8 planes: 2, linesizes: 64 0 0 0, plane_sizes: 3072 1024 0 0, plane_…
|
/third_party/ffmpeg/libavcodec/ |
D | jpeg2000dec.c | 118 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/ |
D | demuxers.texi | 529 Optionally, a @code{pal8} 16-color video stream can be exported with or without printed metadata.
|
D | muxers.texi | 1211 1bit pal8 1212 4bit pal8 1213 8bit pal8
|
D | filters.texi | 11123 @item pal8 11124 Set pal8 output pixel format. This option does not work with codebook 18314 @var{pal8} pixel format frames.
|