Home | History | Annotate | Download | only in camera

Lines Matching refs:pHeight

3152     char *ctx, *pWidth, *pHeight;
3184 pHeight = strtok_r(NULL, sep, &ctx);
3186 if ( NULL != pHeight )
3188 height = atoi(pHeight);