Home
last modified time | relevance | path

Searched refs:supportedResolutions (Results 1 – 2 of 2) 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);