OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jas_stream_getc
(Results
1 - 10
of
10
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_mqdec.c
167
if ((c =
jas_stream_getc
(mqdec->in)) == EOF) {
268
if ((c =
jas_stream_getc
(mqdec->in)) == EOF) {
jp2_cod.c
630
if ((c =
jas_stream_getc
(in)) == EOF) {
643
if ((c =
jas_stream_getc
(in)) == EOF) {
647
if ((c =
jas_stream_getc
(in)) == EOF) {
661
if ((c =
jas_stream_getc
(in)) == EOF) {
665
if ((c =
jas_stream_getc
(in)) == EOF) {
669
if ((c =
jas_stream_getc
(in)) == EOF) {
673
if ((c =
jas_stream_getc
(in)) == EOF) {
692
if ((c =
jas_stream_getc
(in)) == EOF) {
948
if ((c =
jas_stream_getc
(in)) == EOF) {
jpc_mqdec.h
243
if ((c =
jas_stream_getc
(in)) == EOF) { \
jas_stream.c
526
if ((c =
jas_stream_getc
(stream)) == EOF) {
590
if ((c =
jas_stream_getc
(stream)) == EOF) {
608
if (
jas_stream_getc
(stream) == EOF) {
936
if ((c =
jas_stream_getc
(stream)) == EOF) {
jpc_bs.c
257
if ((c =
jas_stream_getc
((bitstream)->stream_)) == EOF) {
jpc_cs.c
[
all
...]
jas_icc.c
[
all
...]
jas_image.c
446
if ((c =
jas_stream_getc
(cmpt->stream_)) == EOF) {
902
if ((c =
jas_stream_getc
(cmpt->stream_)) == EOF) {
[
all
...]
jpc_dec.c
607
if (
jas_stream_getc
(dec->in) == EOF) {
[
all
...]
/external/opencv3/3rdparty/libjasper/jasper/
jas_stream.h
349
#define
jas_stream_getc
(stream) jas_stream_getc_func(stream)
macro
351
#define
jas_stream_getc
(stream) jas_stream_getc_macro(stream)
macro
Completed in 40 milliseconds