Searched refs:supportedResolutions (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | CameraHal.cpp | 3079 …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/ |
D | CameraHal.h | 1135 … bool isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions);
|
/hardware/ti/omap4-aah/camera/inc/ |
D | CameraHal.h | 1343 … bool isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions);
|
/hardware/ti/omap4-aah/camera/ |
D | CameraHal.cpp | 4191 …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()
|