Home | History | Annotate | Download | only in libjasper

Lines Matching refs:channo

443         fprintf(out, "channo=%d; type=%d; assoc=%d\n",
444 (int)cdef->ents[i].channo, (int)cdef->ents[i].type, (int)cdef->ents[i].assoc);
460 unsigned int channo;
467 for (channo = 0; channo < cdef->numchans; ++channo) {
468 chan = &cdef->ents[channo];
469 if (jp2_getuint16(in, &chan->channo) || jp2_getuint16(in, &chan->type) ||
614 if (jp2_putuint16(out, ent->channo) ||
968 jp2_cdefchan_t *jp2_cdef_lookup(jp2_cdef_t *cdef, int channo)
974 if (cdefent->channo == JAS_CAST(unsigned int, channo)) {