Home | History | Annotate | Download | only in camera2

Lines Matching full:info

49         const CameraMetadata& staticInfo = mDevice->info();
91 struct camera_info info;
92 ASSERT_EQ(OK, mModule->getCameraInfo(cameraID, &info));
94 ASSERT_GE((int)info.device_version, CAMERA_DEVICE_API_VERSION_3_0) <<
96 info.device_version;
97 switch(info.device_version) {
106 info.device_version;
116 camera_info info;
118 res = mModule->getCameraInfo(cameraId, &info);
121 return info.device_version;
133 before initializing. Need info anyway now. */