OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pkthdrstream
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_t2dec.h
89
int jpc_dec_decodepkts(jpc_dec_t *dec, jas_stream_t *
pkthdrstream
,
jpc_t2dec.c
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)
[
all
...]
jpc_dec.h
512
jas_stream_t *
pkthdrstream
;
member in struct:__anon21731
jpc_dec.c
565
if (!(tile->
pkthdrstream
= jpc_streamlist_remove(dec->pkthdrstreams, 0))) {
571
if (!tile->
pkthdrstream
) {
572
if (!(tile->
pkthdrstream
= jas_stream_memopen(0, 0))) {
576
pos = jas_stream_tell(tile->
pkthdrstream
);
577
jas_stream_seek(tile->
pkthdrstream
, 0, SEEK_END);
578
if (jpc_pptstabwrite(tile->
pkthdrstream
, tile->pptstab)) {
581
jas_stream_seek(tile->
pkthdrstream
, pos, SEEK_SET);
590
if (jpc_dec_decodepkts(dec, (tile->
pkthdrstream
) ? tile->
pkthdrstream
:
[
all
...]
Completed in 72 milliseconds