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.java246 public int getScaledWidth(int desiredWidth, int desiredHeight) { in getScaledWidth()
287 public int getScaledHeight(int desiredWidth, int desiredHeight) { in getScaledHeight()
378 int pitch, int desiredHeight, int pixelFormat, in decompress()
408 int desiredHeight, int pixelFormat, int flags) in decompress()
438 public byte[] decompress(int desiredWidth, int pitch, int desiredHeight, in decompress()
547 int desiredHeight, in decompressToYUV()
600 public YUVImage decompressToYUV(int desiredWidth, int pad, int desiredHeight, in decompressToYUV()
697 int stride, int desiredHeight, int pixelFormat, in decompress()
740 int desiredHeight = dstImage.getHeight(); in decompress() local
843 public BufferedImage decompress(int desiredWidth, int desiredHeight, in decompress()
[all …]
/external/volley/src/main/java/com/android/volley/toolbox/
DImageRequest.java212 int desiredHeight = in doParse() local
272 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) { in findBestSampleSize()
/external/libjpeg-turbo/
Dturbojpeg-jni.c750 jintArray jDstStrides, jint desiredHeight, jint flags) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()