Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtiffenc.c63 enum TiffPhotometric photometric_interpretation; ///< photometric interpretation member
283 s->photometric_interpretation = TIFF_PHOTOMETRIC_RGB; in encode_frame()
292 s->photometric_interpretation = TIFF_PHOTOMETRIC_BLACK_IS_ZERO; in encode_frame()
295 s->photometric_interpretation = TIFF_PHOTOMETRIC_PALETTE; in encode_frame()
298 s->photometric_interpretation = TIFF_PHOTOMETRIC_WHITE_IS_ZERO; in encode_frame()
307 s->photometric_interpretation = TIFF_PHOTOMETRIC_YCBCR; in encode_frame()
464 ADD_ENTRY1(s, TIFF_PHOTOMETRIC, TIFF_SHORT, s->photometric_interpretation); in encode_frame()
/third_party/skia/third_party/externals/piex/src/
H A Dtiff_parser.cc395 std::uint32_t photometric_interpretation = 0; in GetImageData() local
396 if (tiff_directory.Get(kTiffTagPhotometric, &photometric_interpretation) && in GetImageData()
397 photometric_interpretation != 2 /* RGB */ && in GetImageData()
398 photometric_interpretation != 6 /* YCbCr */) { in GetImageData()

Completed in 3 milliseconds