HomeSort by relevance Sort by last modified time
    Searched full:tempval (Results 1 - 1 of 1) sorted by null

  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 213 char * tempVal = NULL;
217 tempVal = (char*) malloc( sizeof(char) * (len + 1));
220 if (tempVal != NULL) {
228 memset(tempVal, '\0', len + 1);
229 strncpy(tempVal, str, len);
230 temp = strtok_r(tempVal, ".", &ctx);
251 free(tempVal);

Completed in 6346 milliseconds