Home | History | Annotate | Download | only in libjasper

Lines Matching refs:pkthdrstream

100 static int jpc_dec_decodepkt(jpc_dec_t *dec, jas_stream_t *pkthdrstream, jas_stream_t *in, int compno, int lvlno,
156 static int jpc_dec_decodepkt(jpc_dec_t *dec, jas_stream_t *pkthdrstream, jas_stream_t *in, int compno, int rlvlno,
221 hdroffstart = jas_stream_getrwcount(pkthdrstream);
223 if (!(inb = jpc_bitstream_sopen(pkthdrstream, "r"))) {
341 hdroffend = jas_stream_getrwcount(pkthdrstream);
349 if (jpc_dec_lookahead(pkthdrstream) == JPC_MS_EPH) {
350 if (!(ms = jpc_getms(pkthdrstream, dec->cstate))) {
417 int jpc_dec_decodepkts(jpc_dec_t *dec, jas_stream_t *pkthdrstream, jas_stream_t *in)
426 if (!tile->pkthdrstream || jas_stream_peekc(tile->pkthdrstream) == EOF) {
454 if (jpc_dec_decodepkt(dec, pkthdrstream, in, jpc_pi_cmptno(pi), jpc_pi_rlvlno(pi),