Searched refs:pStride (Results 1 – 2 of 2) sorted by relevance
120 jint pStride, jint rStride, jobject outBitmap, jint rot90) { in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() argument133 srcPtr += pStride; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()143 dst[y * width + x] = src[srcX * pStride + rStride * srcY]; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()152 dst[y * width + x] = src[srcX * pStride + rStride * srcY]; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()161 dst[y * width + x] = src[srcX * pStride + rStride * srcY]; in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap()
120 int pStride, int rStride, Object outBitmap, int rot90); in copyImagePlaneToBitmap() argument