HomeSort by relevance Sort by last modified time
    Searched refs:jas_tvparser_t (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/libjasper/jasper/
jas_tvp.h 113 } jas_tvparser_t; typedef in typeref:struct:__anon21678
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/
jas_tvp.c 93 jas_tvparser_t *jas_tvparser_create(const char *s)
95 jas_tvparser_t *tvp;
96 if (!(tvp = jas_malloc(sizeof(jas_tvparser_t)))) {
109 void jas_tvparser_destroy(jas_tvparser_t *tvp)
122 int jas_tvparser_next(jas_tvparser_t *tvp)
198 char *jas_tvparser_gettag(jas_tvparser_t *tvp)
204 char *jas_tvparser_getval(jas_tvparser_t *tvp)
jpc_dec.c 305 jas_tvparser_t *tvp;
    [all...]
jpc_enc.c 346 jas_tvparser_t *tvp;
    [all...]

Completed in 682 milliseconds