/external/opencv3/3rdparty/libjasper/ |
jas_image.c | 270 if (jas_stream_seek(cmpt->stream_, 0, SEEK_SET)) { 276 if (jas_stream_seek(newcmpt->stream_, 0, SEEK_SET)) { 330 if (jas_stream_seek(cmpt->stream_, size - 1, SEEK_SET) < 0 || 332 jas_stream_seek(cmpt->stream_, 0, SEEK_SET) < 0) { 439 if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * (y + i) + x) 490 if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * (y + i) + x) 896 if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * y + x) * cmpt->cps_, 920 if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * y + x) * cmpt->cps_, 986 if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * (y + i) + x) 1021 if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * (y + i) + x [all...] |
jas_stream.c | 646 return jas_stream_seek(stream, 0, SEEK_SET); 649 long jas_stream_seek(jas_stream_t *stream, long offset, int origin) function 972 if (jas_stream_seek(stream, 0, SEEK_END) < 0) { 978 if (jas_stream_seek(stream, oldpos, SEEK_SET) < 0) {
|
jpc_t1enc.c | 186 jas_stream_seek(in, off, SEEK_SET); 188 jas_stream_seek(in, oldpos, SEEK_SET);
|
jpc_t2enc.c | 374 jas_stream_seek(cblk->stream, startpass->start, SEEK_SET);
|
jpc_enc.c | [all...] |
jpc_cs.c | 273 jas_stream_seek(tmpstream, 0, SEEK_SET) < 0) { 348 if (jas_stream_seek(tmpstream, 0, SEEK_SET) < 0 || [all...] |
jpc_dec.c | 577 jas_stream_seek(tile->pkthdrstream, 0, SEEK_END); 581 jas_stream_seek(tile->pkthdrstream, pos, SEEK_SET); [all...] |
/external/opencv3/3rdparty/libjasper/jasper/ |
jas_stream.h | 393 long jas_stream_seek(jas_stream_t *stream, long offset, int origin);
|