Home
last modified time | relevance | path

Searched refs:jas_stream_error (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/libjasper/jasper/
Djas_stream.h322 #define jas_stream_error(stream) \ macro
/external/opencv3/3rdparty/libjasper/
Djas_stream.c895 return (!all || jas_stream_error(in)) ? (-1) : 0; in jas_stream_copy()
Djpc_cs.c1006 if (jas_stream_error(in) || jas_stream_eof(in)) { in jpc_qcx_getcompparms()