HomeSort by relevance Sort by last modified time
    Searched full:jas_cmprof_t (Results 1 - 6 of 6) sorted by null

  /external/opencv3/3rdparty/libjasper/jasper/
jas_cm.h 222 } jas_cmprof_t; typedef in typeref:struct:__anon20206
227 void jas_cmprof_destroy(jas_cmprof_t *prof);
234 int jas_cmprof_load(jas_cmprof_t *prof, jas_stream_t *in, int fmt);
236 int jas_cmprof_save(jas_cmprof_t *prof, jas_stream_t *out, int fmt);
243 jas_cmxform_t *jas_cmxform_create(jas_cmprof_t *inprof, jas_cmprof_t *outprof,
244 jas_cmprof_t *proofprof, int op, int intent, int optimize);
255 jas_cmprof_t *jas_cmprof_createfromiccprof(jas_iccprof_t *iccprof);
256 jas_cmprof_t *jas_cmprof_createfromclrspc(int clrspc);
257 jas_iccprof_t *jas_iccprof_createfromcmprof(jas_cmprof_t *prof)
    [all...]
jas_image.h 211 jas_cmprof_t *cmprof_;
496 jas_image_t *jas_image_chclrspc(jas_image_t *image, jas_cmprof_t *outprof,
  /external/opencv3/3rdparty/libjasper/
jas_cm.c 79 static jas_cmprof_t *jas_cmprof_create(void);
138 static jas_cmprof_t *jas_cmprof_createsycc(void);
144 jas_cmprof_t *jas_cmprof_createfromclrspc(int clrspc)
147 jas_cmprof_t *prof;
174 static jas_cmprof_t *jas_cmprof_createsycc()
176 jas_cmprof_t *prof;
243 jas_cmprof_t *jas_cmprof_createfromiccprof(jas_iccprof_t *iccprof)
245 jas_cmprof_t *prof;
311 static jas_cmprof_t *jas_cmprof_create()
314 jas_cmprof_t *prof
    [all...]
jas_image.c     [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 176 jas_cmprof_t *clrprof = jas_cmprof_createfromclrspc( colorspace );
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 196 jas_cmprof_t *clrprof = jas_cmprof_createfromclrspc( colorspace );

Completed in 1875 milliseconds