Lines Matching refs:info
49 const CameraMetadata& staticInfo = mDevice->info();
88 struct camera_info info;
89 ASSERT_EQ(OK, mModule->get_camera_info(cameraID, &info));
91 ASSERT_GE((int)info.device_version, CAMERA_DEVICE_API_VERSION_2_0) <<
93 info.device_version;
94 switch(info.device_version) {
105 info.device_version;
115 camera_info info;
117 res = mModule->get_camera_info(cameraId, &info);
120 return info.device_version;
132 before initializing. Need info anyway now. */