Searched refs:isResolutionValid (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp361 if ( !isResolutionValid(h,w, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_SIZES)))
375 if ( !isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_SIZES)))
389 if ( !isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PREVIEW_SIZES))) {
488 if ( isResolutionValid(w, h, mCameraProperties->get(CameraProperties::SUPPORTED_PICTURE_SIZES))) {
3079 bool CameraHal::isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions) function in class:android::CameraHal
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h1135 bool isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions);

Completed in 10 milliseconds