Lines Matching refs:resStr
3212 status_t CameraHal::parseResolution(const char *resStr, int &width, int &height)
3221 if ( NULL == resStr )
3227 char *resStr_copy = (char *)malloc(strlen(resStr) + 1);
3231 strcpy(resStr_copy, resStr);
3240 CAMHAL_LOGEB("Invalid input resolution %s", resStr);
3255 CAMHAL_LOGEB("Invalid input resolution %s", resStr);