Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtiff.c70 enum TiffType tiff_type; member
117 static void tiff_set_type(TiffContext *s, enum TiffType tiff_type) { in tiff_set_type() argument
118 if (s->tiff_type < tiff_type) // Prioritize higher-valued entries in tiff_set_type()
119 s->tiff_type = tiff_type; in tiff_set_type()
409 int is_dng = (s->tiff_type == TIFF_TYPE_DNG || s->tiff_type == TIFF_TYPE_CINEMADNG); in horizontal_fill()
839 is_dng = (s->tiff_type == TIFF_TYPE_DNG || s->tiff_type in tiff_unpack_strip()
[all...]

Completed in 2 milliseconds