getBitsPerPixel    59 modules/droid_cam/droid_cam.c static jmethodID getBitsPerPixel;
getBitsPerPixel   150 modules/droid_cam/droid_cam.c 	getBitsPerPixel = (*env)->GetMethodID(env, camCtrlClass, "getBitsPerPixel", "()I");
getBitsPerPixel   151 modules/droid_cam/droid_cam.c 	if (getBitsPerPixel == 0)
getBitsPerPixel   235 modules/droid_cam/droid_cam.c 	jmethodID getBitsPerPixel;
getBitsPerPixel   307 modules/droid_cam/droid_cam.c 	read->getBitsPerPixel = getBitsPerPixel;
getBitsPerPixel   618 modules/droid_cam/droid_cam.c 	return (*env)->CallNonvirtualIntMethod(env, read->camCtrlObj, read->camCtrlClass, read->getBitsPerPixel);