HomeSort by relevance Sort by last modified time
    Searched defs:jpegColorspace (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJDecompressor.java 191 if (jpegColorspace < 0)
193 if (jpegColorspace >= TJ.NUMCS)
195 return jpegColorspace;
    [all...]
  /external/libjpeg-turbo/
turbojpeg-jni.c 594 int width=0, height=0, jpegSubsamp=-1, jpegColorspace=-1;
604 &width, &height, &jpegSubsamp, &jpegColorspace)==-1)
611 if((_fid=(*env)->GetFieldID(env, _cls, "jpegColorspace", "I"))==0)
614 (*env)->SetIntField(env, obj, _fid, jpegColorspace);
    [all...]
turbojpeg.c     [all...]

Completed in 41 milliseconds