HomeSort by relevance Sort by last modified time
    Searched refs:temp_value (Results 1 - 7 of 7) sorted by null

  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXExif.cpp 533 char temp_value[256]; // arbitrarily long string local
534 snprintf(temp_value,
535 sizeof(temp_value)/sizeof(char),
539 ret = exifTable->insertElement(TAG_FOCALLENGTH, temp_value);
547 char temp_value[EXIF_DATE_TIME_SIZE + 1]; local
549 snprintf(temp_value, EXIF_DATE_TIME_SIZE,
557 ret = exifTable->insertElement(TAG_DATETIME, temp_value);
562 char temp_value[5]; local
563 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%lu", capData->mWidth)
568 char temp_value[5]; local
574 char temp_value[256]; \/\/ arbitrarily long string local
589 char temp_value[256]; \/\/ arbitrarily long string local
604 char temp_value[256]; \/\/ arbitrarily long string local
613 char temp_value[5]; local
625 char temp_value[GPS_PROCESSING_SIZE]; local
635 char temp_value[256]; \/\/ arbitrarily long string local
647 char temp_value[256]; \/\/ arbitrarily long string local
672 char temp_value[2]; local
706 char temp_value[256]; local
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 535 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)/sizeof(char), "%lu", capData->mWidth)
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...]
  /external/libmicrohttpd/src/microspdy/
structures.c 64 char **temp_value; local
160 if (NULL == (temp_value = malloc((pair->num_values + 1) * sizeof(char *))))
164 memcpy(temp_value, pair->value, pair->num_values * sizeof(char *));
165 if (NULL == (temp_value[pair->num_values] = strdup (value)))
167 free(temp_value);
171 pair->value = temp_value;
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 316 unsigned int temp_value = static_cast<unsigned int>(value); local
317 return ((temp_value >> 24)) |
318 ((temp_value << 8) & 0x00ff0000) |
319 ((temp_value >> 8) & 0x0000ff00) |
320 ((temp_value << 24));
  /external/google-benchmark/src/
sysinfo.cc 80 const long temp_value = strtol(line, &err, 10); local
82 *value = temp_value;
  /system/vold/
cryptfs.c 3553 char temp_value[PROPERTY_VALUE_MAX]; local
    [all...]
  /system/bt/stack/btm/
btm_sec.c 235 BT_OCTET16 temp_value = {0}; local
249 if (memcmp(btm_cb.devcb.id_keys.ir, &temp_value, sizeof(BT_OCTET16)) == 0)
    [all...]

Completed in 293 milliseconds