Home
last modified time | relevance | path

Searched refs:isResolutionValid (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/camera/
DCameraHal.cpp555 … if ( (!isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_SIZES))) in setParameters()
556 …&& (!isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_SUBSAMPLED… in setParameters()
557 …&& (!isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_SIDEBYSIDE… in setParameters()
558 …&& (!isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_TOPBOTTOM_… in setParameters()
609 … if ( (isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PICTURE_SIZES))) in setParameters()
610 …|| (isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PICTURE_SUBSAMPLED_… in setParameters()
611 …|| (isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PICTURE_TOPBOTTOM_S… in setParameters()
612 …|| (isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PICTURE_SIDEBYSIDE_… in setParameters()
4191 bool CameraHal::isResolutionValid(unsigned int width, unsigned int height, const char *supportedRes… in isResolutionValid() function in Ti::Camera::CameraHal
/hardware/ti/omap4xxx/camera/
DCameraHal.cpp361 … if ( !isResolutionValid(h,w, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_SIZES))) in setParameters()
375 … if ( !isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_SIZES))) in setParameters()
389 …if ( !isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_SIZES))) { in setParameters()
488 … if ( isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PICTURE_SIZES))) { in setParameters()
3079 bool CameraHal::isResolutionValid(unsigned int width, unsigned int height, const char *supportedRes… in isResolutionValid() function in android::CameraHal
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h1135 … bool isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions);
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h1343 … bool isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions);