Home | History | Annotate | Download | only in camera

Lines Matching defs:pWidth

3152     char *ctx, *pWidth, *pHeight;
3169 pWidth = strtok_r( (char *) resStr_copy, sep, &ctx);
3171 if ( NULL != pWidth )
3173 width = atoi(pWidth);