Home | History | Annotate | Download | only in camera

Lines Matching refs:pHeight

3215     char *ctx, *pWidth, *pHeight;
3247 pHeight = strtok_r(NULL, sep, &ctx);
3249 if ( NULL != pHeight )
3251 height = atoi(pHeight);