Searched defs:imageSize (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/jni/
H A Dfeature_mos_jni.cpp577 int imageSize = width * height; local
584 LOGV("MosBytes: %d, W = %d, H = %d", imageSize, width, height);
586 int* image = new int[imageSize];
603 jintArray bytes = env->NewIntArray(imageSize+2);
609 env->SetIntArrayRegion(bytes, 0, imageSize, (jint*) image);
610 env->SetIntArrayRegion(bytes, imageSize, 2, (jint*) dims);
626 int imageSize = 1.5*width * height; local
640 LOGV("MosBytes: %d, W = %d, H = %d", imageSize, width, height);
654 jbyteArray bytes = env->NewByteArray(imageSize+8);
660 env->SetByteArrayRegion(bytes, 0, imageSize, (jbyt
[all...]
/packages/apps/Camera2/jni/
H A Dfeature_mos_jni.cpp577 int imageSize = width * height; local
584 LOGV("MosBytes: %d, W = %d, H = %d", imageSize, width, height);
586 int* image = new int[imageSize];
603 jintArray bytes = env->NewIntArray(imageSize+2);
609 env->SetIntArrayRegion(bytes, 0, imageSize, (jint*) image);
610 env->SetIntArrayRegion(bytes, imageSize, 2, (jint*) dims);
626 int imageSize = 1.5*width * height; local
640 LOGV("MosBytes: %d, W = %d, H = %d", imageSize, width, height);
654 jbyteArray bytes = env->NewByteArray(imageSize+8);
660 env->SetByteArrayRegion(bytes, 0, imageSize, (jbyt
[all...]
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp577 int imageSize = width * height; local
584 LOGV("MosBytes: %d, W = %d, H = %d", imageSize, width, height);
586 int* image = new int[imageSize];
603 jintArray bytes = env->NewIntArray(imageSize+2);
609 env->SetIntArrayRegion(bytes, 0, imageSize, (jint*) image);
610 env->SetIntArrayRegion(bytes, imageSize, 2, (jint*) dims);
626 int imageSize = 1.5*width * height; local
640 LOGV("MosBytes: %d, W = %d, H = %d", imageSize, width, height);
654 jbyteArray bytes = env->NewByteArray(imageSize+8);
660 env->SetByteArrayRegion(bytes, 0, imageSize, (jbyt
[all...]

Completed in 1108 milliseconds