Home
last modified time | relevance | path

Searched refs:TIFF_PHOTOMETRIC_YCBCR (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtiff.h191 TIFF_PHOTOMETRIC_YCBCR, /* YCbCr */ enumerator
Dtiff.c1128 if (s->photometric == TIFF_PHOTOMETRIC_YCBCR) { in init_image()
1194 if (s->photometric == TIFF_PHOTOMETRIC_YCBCR) { in init_image()
1493 case TIFF_PHOTOMETRIC_YCBCR: in tiff_decode_tag()
2029 if (s->photometric == TIFF_PHOTOMETRIC_YCBCR) { in decode_frame()
Dtiffenc.c305 s->photometric_interpretation = TIFF_PHOTOMETRIC_YCBCR; in encode_frame()