Home
last modified time | relevance | path

Searched refs:TIFF_PHOTOMETRIC_SEPARATED (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtiff.h190 TIFF_PHOTOMETRIC_SEPARATED, /* CMYK or some other ink set */ enumerator
H A Dtiff.c1132 s->avctx->pix_fmt = s->photometric == TIFF_PHOTOMETRIC_SEPARATED ? AV_PIX_FMT_RGB0 : AV_PIX_FMT_RGBA; in init_image()
1135 if (s->photometric == TIFF_PHOTOMETRIC_SEPARATED) in init_image()
1475 case TIFF_PHOTOMETRIC_SEPARATED: in tiff_decode_tag()
1977 if (s->photometric == TIFF_PHOTOMETRIC_SEPARATED && in decode_frame()
2066 if (s->photometric == TIFF_PHOTOMETRIC_SEPARATED && in decode_frame()
2086 } else if (s->photometric == TIFF_PHOTOMETRIC_SEPARATED && in decode_frame()

Completed in 4 milliseconds