OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jas_stream_gobble
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/libjasper/jasper/
jas_stream.h
419
int
jas_stream_gobble
(jas_stream_t *stream, int n);
/external/opencv3/3rdparty/libjasper/
jas_icc.c
312
if (
jas_stream_gobble
(in, reloff) != reloff)
324
if (
jas_stream_gobble
(in, 4) != 4) {
509
jas_stream_gobble
(in, 44) != 44)
[
all
...]
jpc_t2dec.c
407
if (
jas_stream_gobble
(in, bodylen) != JAS_CAST(int, bodylen)) {
jas_stream.c
603
int
jas_stream_gobble
(jas_stream_t *stream, int n)
function
Completed in 38 milliseconds