Home | History | Annotate | Download | only in camera

Lines Matching refs:pHeight

4335     char *ctx, *pWidth, *pHeight;
4365 pHeight = strtok_r(NULL, sep, &ctx);
4367 if ( NULL != pHeight )
4369 height = atoi(pHeight);