Searched refs:stripsize (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tiff.c | 98 int stripsizesoff, stripsize, stripoff, strippos; member 849 if ((ret = dng_decode_jpeg(s->avctx, p, s->stripsize, 0, 0, s->width, s->height)) < 0) in tiff_unpack_strip() 1384 "stripsize %u too large\n", value); in tiff_decode_tag() 1388 s->stripsize = value; in tiff_decode_tag() 1907 has_strip_bits = s->strippos || s->strips || s->stripoff || s->rps || s->sot || s->sstype || s->stripsize || s->stripsizesoff; in decode_frame() 1921 if (s->strips == 1 && !s->stripsize) { in decode_frame() 1923 s->stripsize = avpkt->size - s->stripoff; in decode_frame() 1991 ssize = s->stripsize; in decode_frame()
|
Completed in 4 milliseconds