Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtiff.c409 int is_dng = (s->tiff_type == TIFF_TYPE_DNG || s->tiff_type == TIFF_TYPE_CINEMADNG); in horizontal_fill() local
410 uint8_t shift = is_dng ? 0 : 16 - bpp; in horizontal_fill()
736 int is_dng; in tiff_unpack_strip() local
839 is_dng = (s->tiff_type == TIFF_TYPE_DNG || s->tiff_type == TIFF_TYPE_CINEMADNG); in tiff_unpack_strip()
842 if (s->compr == TIFF_NEWJPEG && is_dng) { in tiff_unpack_strip()
854 if (is_dng && stride == 0) in tiff_unpack_strip()
881 if (is_dng) { in tiff_unpack_strip()
1775 int is_dng; in decode_frame() local
1860 is_dng = (s->tiff_type == TIFF_TYPE_DNG || s->tiff_type == TIFF_TYPE_CINEMADNG); in decode_frame()
1879 if (is_dng) { in decode_frame()
[all...]

Completed in 3 milliseconds