Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DCameraHal.cpp3079 …raHal::isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions) in isResolutionValid() argument
3088 if ( NULL == supportedResolutions ) in isResolutionValid()
3103 pos = strstr(supportedResolutions, tmpBuffer); in isResolutionValid()
/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);
/hardware/ti/omap4-aah/camera/
DCameraHal.cpp4191 …raHal::isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions) in isResolutionValid() argument
4200 if (NULL == supportedResolutions) { in isResolutionValid()
4211 ret = isParameterValid(tmpBuffer, supportedResolutions); in isResolutionValid()