Home | History | Annotate | Download | only in camera

Lines Matching refs:parseResolution

4332 status_t CameraHal::parseResolution(const char *resStr, int &width, int &height)
4467 ret = parseResolution(mCameraProperties->get(CameraProperties::PREVIEW_SIZE), width, height);
4478 ret = parseResolution(mCameraProperties->get(CameraProperties::PICTURE_SIZE), width, height);
4489 ret = parseResolution(mCameraProperties->get(CameraProperties::JPEG_THUMBNAIL_SIZE), width, height);