Home
last modified time | relevance | path

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

/external/jhead/
Dexif.c1198 int* DataWriteIndex) { in writeExifTagAndData() argument
1228 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer in writeExifTagAndData()
1229 printf("copying value %s to %d", (char*)value, (*DataWriteIndex)); in writeExifTagAndData()
1230 strncpy(Buffer+(*DataWriteIndex), (char*)value, components); in writeExifTagAndData()
1231 (*DataWriteIndex) += components; in writeExifTagAndData()
1240 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer in writeExifTagAndData()
1241 printf("copying %s to %d", (char*)value + sizeof(ExifAsciiPrefix), (*DataWriteIndex)); in writeExifTagAndData()
1242 memcpy(Buffer+(*DataWriteIndex), (char*)value, components); in writeExifTagAndData()
1243 (*DataWriteIndex) += components; in writeExifTagAndData()
1248 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer in writeExifTagAndData()
[all …]