Home
last modified time | relevance | path

Searched refs:addKeyValueString (Results 1 – 1 of 1) sorted by relevance

/external/jhead/
Dmain.c510 static int addKeyValueString(char** buf, int bufLen, const char* key, const char* value) { in addKeyValueString() function
545 return addKeyValueString(buf, bufLen, key, valueStr); in addKeyValueInt()
553 return addKeyValueString(buf, bufLen, key, valueStr); in addKeyValueDouble()
560 return addKeyValueString(buf, bufLen, key, valueStr); in addKeyValueRational()
588 bufLen = addKeyValueString(&buf, bufLen, "hasThumbnail", in getAttributes()
594 bufLen = addKeyValueString(&buf, bufLen, "Make", ImageInfo.CameraMake); in getAttributes()
598 bufLen = addKeyValueString(&buf, bufLen, "Model", ImageInfo.CameraModel); in getAttributes()
602 bufLen = addKeyValueString(&buf, bufLen, "DateTime", ImageInfo.DateTime); in getAttributes()
606 bufLen = addKeyValueString(&buf, bufLen, "DateTimeDigitized", ImageInfo.DigitizedTime); in getAttributes()
610 bufLen = addKeyValueString(&buf, bufLen, "SubSecTime", ImageInfo.SubSecTime); in getAttributes()
[all …]