Home
last modified time | relevance | path

Searched refs:jas_tvparser_t (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libjasper/jasper/
Djas_tvp.h113 } jas_tvparser_t; typedef
133 jas_tvparser_t *jas_tvparser_create(const char *s);
136 void jas_tvparser_destroy(jas_tvparser_t *tvparser);
139 int jas_tvparser_next(jas_tvparser_t *tvparser);
142 char *jas_tvparser_gettag(jas_tvparser_t *tvparser);
145 char *jas_tvparser_getval(jas_tvparser_t *tvparser);
/external/opencv3/3rdparty/libjasper/
Djas_tvp.c93 jas_tvparser_t *jas_tvparser_create(const char *s) in jas_tvparser_create()
95 jas_tvparser_t *tvp; in jas_tvparser_create()
96 if (!(tvp = jas_malloc(sizeof(jas_tvparser_t)))) { in jas_tvparser_create()
109 void jas_tvparser_destroy(jas_tvparser_t *tvp) in jas_tvparser_destroy()
122 int jas_tvparser_next(jas_tvparser_t *tvp) in jas_tvparser_next()
198 char *jas_tvparser_gettag(jas_tvparser_t *tvp) in jas_tvparser_gettag()
204 char *jas_tvparser_getval(jas_tvparser_t *tvp) in jas_tvparser_getval()
Djpc_dec.c305 jas_tvparser_t *tvp; in jpc_dec_parseopts()
Djpc_enc.c346 jas_tvparser_t *tvp; in cp_create()