Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtiffenc.c188 case TIFF_RAW: in encode_strip()
557 { "compression_algo", NULL, OFFSET(compr), AV_OPT_TYPE_INT, { .i64 = TIFF_PACKBITS }, TIFF_RAW, TIFF_DEFLATE, VE, "compression_algo" },
559 { "raw", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = TIFF_RAW }, 0, 0, VE, "compression_algo" },
H A Dtiff.h121 TIFF_RAW = 1, enumerator
H A Dtiff.c867 case TIFF_RAW: in tiff_unpack_strip()
1325 case TIFF_RAW: in tiff_decode_tag()
1796 s->compr = TIFF_RAW; in decode_frame()

Completed in 5 milliseconds