Searched refs:MAX_PICTURE_HEIGHT (Results 1 – 4 of 4) sorted by relevance
149 static const char MAX_PICTURE_HEIGHT[]; variable
142 const char CameraProperties::MAX_PICTURE_HEIGHT[] = "prop-max-picture-height"; member in Ti::Camera::CameraProperties
625 mCameraProperties->get(CameraProperties::MAX_PICTURE_HEIGHT)) { in setParameters()629 height = atoi(mCameraProperties->get(CameraProperties::MAX_PICTURE_HEIGHT)); in setParameters()
641 params->set(CameraProperties::MAX_PICTURE_HEIGHT, caps.tImageResRange.nHeightMax); in insertImageSizes()