Home
last modified time | relevance | path

Searched defs:desiredWidth (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()
377 public void decompress(byte[] dstBuf, int x, int y, int desiredWidth, in decompress()
407 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress()
438 public byte[] decompress(int desiredWidth, int pitch, int desiredHeight, in decompress()
546 public YUVImage decompressToYUV(int desiredWidth, int[] strides, in decompressToYUV()
600 public YUVImage decompressToYUV(int desiredWidth, int pad, int desiredHeight, in decompressToYUV()
696 public void decompress(int[] dstBuf, int x, int y, int desiredWidth, in decompress()
739 int desiredWidth = dstImage.getWidth(); in decompress() local
843 public BufferedImage decompress(int desiredWidth, int desiredHeight, in decompress()
[all …]
/external/volley/src/main/java/com/android/volley/toolbox/
DImageRequest.java209 int desiredWidth = in doParse() local
272 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) { in findBestSampleSize()
/external/libjpeg-turbo/
Dturbojpeg-jni.c749 jobjectArray dstobjs, jintArray jDstOffsets, jint desiredWidth, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()