Home | History | Annotate | Download | only in camera

Lines Matching refs:pWidth

3215     char *ctx, *pWidth, *pHeight;
3232 pWidth = strtok_r( (char *) resStr_copy, sep, &ctx);
3234 if ( NULL != pWidth )
3236 width = atoi(pWidth);