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

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJDecompressor.java 194 if (jpegColorspace < 0)
196 if (jpegColorspace >= TJ.NUMCS)
198 return jpegColorspace;
    [all...]
  /external/libjpeg-turbo/
turbojpeg.c     [all...]
turbojpeg.h     [all...]
turbojpeg-jni.c 599 int width=0, height=0, jpegSubsamp=-1, jpegColorspace=-1;
609 &width, &height, &jpegSubsamp, &jpegColorspace)==-1)
616 if((_fid=(*env)->GetFieldID(env, _cls, "jpegColorspace", "I"))==0)
619 (*env)->SetIntField(env, obj, _fid, jpegColorspace);
    [all...]

Completed in 91 milliseconds