Searched refs:resStr (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | CameraHal.cpp | 3212 status_t CameraHal::parseResolution(const char *resStr, int &width, int &height) in parseResolution() argument 3221 if ( NULL == resStr ) in parseResolution() 3227 char *resStr_copy = (char *)malloc(strlen(resStr) + 1); in parseResolution() 3231 strcpy(resStr_copy, resStr); in parseResolution() 3240 CAMHAL_LOGEB("Invalid input resolution %s", resStr); in parseResolution() 3255 CAMHAL_LOGEB("Invalid input resolution %s", resStr); in parseResolution()
|
/hardware/ti/omap4-aah/camera/ |
D | CameraHal.cpp | 4332 status_t CameraHal::parseResolution(const char *resStr, int &width, int &height) in parseResolution() argument 4340 if ( NULL == resStr ) in parseResolution() 4346 char *resStr_copy = (char *)malloc(strlen(resStr) + 1); in parseResolution() 4349 strcpy(resStr_copy, resStr); in parseResolution() 4358 CAMHAL_LOGEB("Invalid input resolution %s", resStr); in parseResolution() 4373 CAMHAL_LOGEB("Invalid input resolution %s", resStr); in parseResolution()
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 1108 status_t parseResolution(const char *resStr, int &width, int &height);
|
/hardware/ti/omap4-aah/camera/inc/ |
D | CameraHal.h | 1309 status_t parseResolution(const char *resStr, int &width, int &height);
|