Home | History | Annotate | Download | only in camera

Lines Matching defs:parseResolution

3212 status_t CameraHal::parseResolution(const char *resStr, int &width, int &height)
3332 ret = parseResolution(mCameraProperties->get(CameraProperties::PREVIEW_SIZE), width, height);
3343 ret = parseResolution(mCameraProperties->get(CameraProperties::PICTURE_SIZE), width, height);
3354 ret = parseResolution(mCameraProperties->get(CameraProperties::JPEG_THUMBNAIL_SIZE), width, height);