Home | History | Annotate | Download | only in camera

Lines Matching refs:supportedResolutions

3079 bool CameraHal::isResolutionValid(unsigned int width, unsigned int height, const char *supportedResolutions)
3088 if ( NULL == supportedResolutions )
3103 pos = strstr(supportedResolutions, tmpBuffer);