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

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXExif.cpp535 char temp_value[256]; // arbitrarily long string local
536 snprintf(temp_value,
537 sizeof(temp_value)/sizeof(char),
541 ret = exifTable->insertElement(TAG_FOCALLENGTH, temp_value);
549 char temp_value[EXIF_DATE_TIME_SIZE + 1]; local
551 snprintf(temp_value, EXIF_DATE_TIME_SIZE,
559 ret = exifTable->insertElement(TAG_DATETIME, temp_value);
564 char temp_value[5]; local
565 snprintf(temp_value, sizeof(temp_value)/sizeo
570 char temp_value[5]; local
576 char temp_value[256]; // arbitrarily long string local
591 char temp_value[256]; // arbitrarily long string local
606 char temp_value[256]; // arbitrarily long string local
615 char temp_value[5]; local
627 char temp_value[GPS_PROCESSING_SIZE]; local
637 char temp_value[256]; // arbitrarily long string local
649 char temp_value[256]; // arbitrarily long string local
674 char temp_value[2]; local
708 char temp_value[256]; local
[all...]

Completed in 3 milliseconds