Home
last modified time | relevance | path

Searched refs:jas_stream_fileobj_t (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djas_stream.c239 jas_stream_fileobj_t *obj; in jas_stream_fopen()
272 if (!(obj = jas_malloc(sizeof(jas_stream_fileobj_t)))) { in jas_stream_fopen()
347 jas_stream_fileobj_t *obj; in jas_stream_tmpfile()
359 if (!(obj = jas_malloc(sizeof(jas_stream_fileobj_t)))) { in jas_stream_tmpfile()
408 jas_stream_fileobj_t *obj; in jas_stream_fdopen()
436 if (!(obj = jas_malloc(sizeof(jas_stream_fileobj_t)))) { in jas_stream_fdopen()
1101 jas_stream_fileobj_t *fileobj = JAS_CAST(jas_stream_fileobj_t *, obj); in file_read()
1107 jas_stream_fileobj_t *fileobj = JAS_CAST(jas_stream_fileobj_t *, obj); in file_write()
1113 jas_stream_fileobj_t *fileobj = JAS_CAST(jas_stream_fileobj_t *, obj); in file_seek()
1119 jas_stream_fileobj_t *fileobj = JAS_CAST(jas_stream_fileobj_t *, obj); in file_close()
/external/opencv3/3rdparty/libjasper/jasper/
Djas_stream.h260 } jas_stream_fileobj_t; typedef