Home | History | Annotate | Download | only in QCamera2

Lines Matching defs:info

61     camera_info info;
84 getCameraInfo(i, &info);
139 * @info : ptr to camera info struct
145 int QCamera2Factory::get_camera_info(int camera_id, struct camera_info *info)
147 return gQCamera2Factory->getCameraInfo(camera_id, info);
172 * @hw_device : ptr to struct storing camera hardware device info
232 * @info : ptr to camera info struct
238 int QCamera2Factory::getCameraInfo(int camera_id, struct camera_info *info)
243 if (!mNumOfCameras || camera_id >= mNumOfCameras || !info ||
254 rc = QCamera3HardwareInterface::getCamInfo(mHalDescriptors[camera_id].cameraId, info);
256 rc = QCamera2HardwareInterface::getCapabilities(mHalDescriptors[camera_id].cameraId, info);
302 * @hw_device : ptr to struct storing camera hardware device info
359 * @hw_device : ptr to struct storing camera hardware device info
393 * @hw_device : ptr to struct storing camera hardware device info