Home
last modified time | relevance | path

Searched defs:desiredHeight (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java244 public int getScaledWidth(int desiredWidth, int desiredHeight) { in getScaledWidth()
285 public int getScaledHeight(int desiredWidth, int desiredHeight) { in getScaledHeight()
372 int pitch, int desiredHeight, int pixelFormat, in decompress()
401 int desiredHeight, int pixelFormat, int flags) in decompress()
431 public byte[] decompress(int desiredWidth, int pitch, int desiredHeight, in decompress()
535 int desiredHeight, in decompressToYUV()
588 public YUVImage decompressToYUV(int desiredWidth, int pad, int desiredHeight, in decompressToYUV()
680 int stride, int desiredHeight, int pixelFormat, in decompress()
719 int desiredHeight = dstImage.getHeight(); in decompress() local
822 public BufferedImage decompress(int desiredWidth, int desiredHeight, in decompress()
[all …]
/external/volley/src/main/java/com/android/volley/toolbox/
DImageRequest.java187 int desiredHeight = getResizedDimension(mMaxHeight, mMaxWidth, in doParse() local
233 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) { in findBestSampleSize()
/external/libjpeg-turbo/
Dturbojpeg-jni.c724 jintArray jDstStrides, jint desiredHeight, jint flags) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()