Home
last modified time | relevance | path

Searched refs:desiredWidth (Results 1 – 9 of 9) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java241 public int getScaledWidth(int desiredWidth, int desiredHeight) in getScaledWidth() argument
245 if (desiredWidth < 0 || desiredHeight < 0) in getScaledWidth()
248 if (desiredWidth == 0) in getScaledWidth()
249 desiredWidth = jpegWidth; in getScaledWidth()
256 if (scaledWidth <= desiredWidth && scaledHeight <= desiredHeight) in getScaledWidth()
259 if (scaledWidth > desiredWidth || scaledHeight > desiredHeight) in getScaledWidth()
283 public int getScaledHeight(int desiredWidth, int desiredHeight) in getScaledHeight() argument
287 if (desiredWidth < 0 || desiredHeight < 0) in getScaledHeight()
290 if (desiredWidth == 0) in getScaledHeight()
291 desiredWidth = jpegWidth; in getScaledHeight()
[all …]
/external/libjpeg-turbo/
Dturbojpeg-jni.c718 jobjectArray dstobjs, jintArray jDstOffsets, jint desiredWidth, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() argument
743 width=desiredWidth; height=desiredHeight; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
784 dstPlanes, desiredWidth, dstStrides, desiredHeight, flags)==-1) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III()
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...