Home | History | Annotate | Download | only in camera

Lines Matching defs:properties

635     CameraProperties::Properties* properties = NULL;
716 if(gCameraProperties.getProperties(cameraid, &properties) < 0)
718 CAMHAL_LOGE("Couldn't get camera properties");
732 if(properties && (camera->initialize(properties) != NO_ERROR))
767 // initialize camera properties here...
785 CameraProperties::Properties* properties = NULL;
788 // initialize camera properties here...
796 //Get camera properties for camera index
797 if(gCameraProperties.getProperties(camera_id, &properties) < 0)
799 CAMHAL_LOGE("Couldn't get camera properties");
804 if(properties)
806 valstr = properties->get(CameraProperties::FACING_INDEX);
819 valstr = properties->get(CameraProperties::ORIENTATION_INDEX);