Searched refs:planeBuf (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/util/ |
D | JpegUtilNative.java | 119 private static native void copyImagePlaneToBitmap(int width, int height, Object planeBuf, in copyImagePlaneToBitmap() argument 227 ByteBuffer[] planeBuf = new ByteBuffer[NUM_PLANES]; in compressJpegFromYUV420Image() 236 planeBuf[i] = plane.getBuffer(); in compressJpegFromYUV420Image() 265 planeBuf[0], pixelStride[0], rowStride[0], in compressJpegFromYUV420Image() 266 planeBuf[1], pixelStride[1], rowStride[1], in compressJpegFromYUV420Image() 267 planeBuf[2], pixelStride[2], rowStride[2], in compressJpegFromYUV420Image()
|
/packages/apps/Camera2/jni/ |
D | jpegutilnative.cpp | 119 JNIEnv* env, jclass clazz __unused, jint width, jint height, jobject planeBuf, in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() argument 121 jbyte* src = (jbyte*)env->GetDirectBufferAddress(planeBuf); in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()
|