Searched refs:supportedResolutions (Results 1 - 2 of 2) 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/omap4xxx/camera/inc/
H A DCameraHal.h1135 bool isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions);

Completed in 63 milliseconds