Home | History | Annotate | Download | only in camera

Lines Matching refs:resStr

4332 status_t CameraHal::parseResolution(const char *resStr, int &width, int &height)
4340 if ( NULL == resStr )
4346 char *resStr_copy = (char *)malloc(strlen(resStr) + 1);
4349 strcpy(resStr_copy, resStr);
4358 CAMHAL_LOGEB("Invalid input resolution %s", resStr);
4373 CAMHAL_LOGEB("Invalid input resolution %s", resStr);