Searched refs:jpc_unk_putparms (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jpc_cs.c | 126 static int jpc_unk_putparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *out); 193 {JPC_MS_TLM, "TLM", {0, jpc_unk_getparms, jpc_unk_putparms, 0}}, 194 {JPC_MS_PLM, "PLM", {0, jpc_unk_getparms, jpc_unk_putparms, 0}}, 207 jpc_unk_putparms, jpc_unk_dumpparms}} 1491 static int jpc_unk_putparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *out) in jpc_unk_putparms() function
|