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

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJ.java 424 public static native int bufSizeYUV(int width, int pad, int height,
428 * @deprecated Use {@link #bufSizeYUV(int, int, int, int)} instead.
431 public static native int bufSizeYUV(int width, int height, int subsamp);
YUVImage.java 109 setBuf(new byte[TJ.bufSizeYUV(width, pad, height, subsamp)], width, pad,
157 * image data. Use {@link TJ#bufSizeYUV} to determine the minimum size for
264 * image data. Use {@link TJ#bufSizeYUV} to determine the minimum size for
285 if (yuvImage.length < TJ.bufSizeYUV(width, pad, height, subsamp))
425 return TJ.bufSizeYUV(yuvWidth, yuvPad, yuvHeight, yuvSubsamp);

Completed in 59 milliseconds