Searched refs:supportedResolutions (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp3079 bool CameraHal::isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions) argument
3088 if ( NULL == supportedResolutions )
3103 pos = strstr(supportedResolutions, tmpBuffer);
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h1343 bool isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions);
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h1135 bool isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions);
/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp4191 bool CameraHal::isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions) argument
4200 if (NULL == supportedResolutions) {
4211 ret = isParameterValid(tmpBuffer, supportedResolutions);

Completed in 314 milliseconds