OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JAS_STREAM_APPEND
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/
jas_stream.c
261
if (stream->openmode_ &
JAS_STREAM_APPEND
) {
323
if (stream->openmode_ &
JAS_STREAM_APPEND
) {
816
if ((stream->openmode_ & (JAS_STREAM_WRITE |
JAS_STREAM_APPEND
)) == 0) {
867
openmode |=
JAS_STREAM_APPEND
;
/external/opencv3/3rdparty/libjasper/jasper/
jas_stream.h
112
#define
JAS_STREAM_APPEND
0x0004
Completed in 368 milliseconds