HomeSort by relevance Sort by last modified time
    Searched refs:jas_stream_getrwcount (Results 1 - 6 of 6) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_t2dec.c 221 hdroffstart = jas_stream_getrwcount(pkthdrstream);
341 hdroffend = jas_stream_getrwcount(pkthdrstream);
366 jas_eprintf("packet body offset=%06ld\n", (long) jas_stream_getrwcount(in));
451 jas_stream_getrwcount(in), jpc_pi_prg(pi), jpc_pi_cmptno(pi),
jp2_enc.c 368 overhead = jas_stream_getrwcount(out);
jpc_t1enc.c 267 assert(jas_stream_tell(cblk->stream) == jas_stream_getrwcount(cblk->stream));
330 assert(jas_stream_tell(cblk->stream) == jas_stream_getrwcount(cblk->stream));
jpc_enc.c 915 startoff = jas_stream_getrwcount(enc->out);
    [all...]
jpc_dec.c 486 dec->curtileendoff = jas_stream_getrwcount(dec->in) - ms->len -
600 curoff = jas_stream_getrwcount(dec->in);
    [all...]
  /external/opencv3/3rdparty/libjasper/jasper/
jas_stream.h 337 #define jas_stream_getrwcount(stream) \ macro

Completed in 106 milliseconds