Searched refs:jpc_unk_getparms (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jpc_cs.c | 105 static int jpc_unk_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in); 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}}, 206 {-1, "UNKNOWN", {jpc_unk_destroyparms, jpc_unk_getparms, 1468 static int jpc_unk_getparms(jpc_ms_t *ms, jpc_cstate_t *cstate, jas_stream_t *in) in jpc_unk_getparms() function
|