Searched refs:value_length (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DEncoder_libjpeg.cpp370 unsigned int value_length = 0; local
383 value_length = sizeof(ExifAsciiPrefix) + strlen(value + sizeof(ExifAsciiPrefix));
385 value_length = strlen(value);
404 MIN(ARRAY_SIZE(ImageInfo.DateTime), value_length + 1));
410 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1));
413 memcpy(table[position].Value, value, value_length + 1);
414 table[position].DataLength = value_length + 1;
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp309 unsigned int value_length = 0; local
322 value_length = sizeof(ExifAsciiPrefix) + strlen(value + sizeof(ExifAsciiPrefix));
324 value_length = strlen(value);
342 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1));
345 memcpy(table[position].Value, value, value_length + 1);
346 table[position].DataLength = value_length + 1;

Completed in 141 milliseconds