Searched defs:yPStride (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/jni/
H A Djpegutilnative.cpp26 * @param yPStride the stride between adjacent pixels in the same row in yBuf
38 jint yPStride, jint yRStride, jobject cbBuf, jint cbPStride,
46 jpegutil::Plane yP(width, height, width, height, (unsigned char*)y, yPStride,
36 Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative( JNIEnv* env, jclass clazz, jint width, jint height, jobject yBuf, jint yPStride, jint yRStride, jobject cbBuf, jint cbPStride, jint cbRStride, jobject crBuf, jint crPStride, jint crRStride, jobject outBuf, jint outBufCapacity, jint quality) argument
/packages/apps/Camera2/src/com/android/camera/util/
H A DJpegUtilNative.java38 * @param yPStride the stride between adjacent pixels in the same row in yBuf
51 Object yBuf, int yPStride, int yRStride,
62 ByteBuffer yBuf, int yPStride, int yRStride,
66 return compressJpegFromYUV420pNative(width, height, yBuf, yPStride, yRStride, cbBuf,
49 compressJpegFromYUV420pNative( int width, int height, Object yBuf, int yPStride, int yRStride, Object cbBuf, int cbPStride, int cbRStride, Object crBuf, int crPStride, int crRStride, Object outBuf, int outBufCapacity, int quality) argument
60 compressJpegFromYUV420p( int width, int height, ByteBuffer yBuf, int yPStride, int yRStride, ByteBuffer cbBuf, int cbPStride, int cbRStride, ByteBuffer crBuf, int crPStride, int crRStride, ByteBuffer outBuf, int quality) argument

Completed in 66 milliseconds