Home | History | Annotate | Download | only in camera

Lines Matching refs:sensor_index

2958     int sensor_index = 0;
2978 sensor_index = atoi(mCameraProperties->get(CameraProperties::CAMERA_SENSOR_INDEX));
2981 CAMHAL_LOGDB("Sensor index %d", sensor_index);
2983 mCameraAdapter = CameraAdapter_Factory(sensor_index);