Searched refs:pWidth (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp3215 char *ctx, *pWidth, *pHeight; local
3232 pWidth = strtok_r( (char *) resStr_copy, sep, &ctx);
3234 if ( NULL != pWidth )
3236 width = atoi(pWidth);
/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp4335 char *ctx, *pWidth, *pHeight; local
4350 pWidth = strtok_r(resStr_copy, sep, &ctx);
4352 if ( NULL != pWidth )
4354 width = atoi(pWidth);

Completed in 59 milliseconds