Home
last modified time | relevance | path

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

/external/jhead/
Dexif.c1178 int* DataWriteIndex) { in writeExifTagAndData() argument
1208 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer in writeExifTagAndData()
1209 printf("copying value %s to %d", (char*)value, (*DataWriteIndex)); in writeExifTagAndData()
1210 strncpy(Buffer+(*DataWriteIndex), (char*)value, components); in writeExifTagAndData()
1211 (*DataWriteIndex) += components; in writeExifTagAndData()
1220 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer in writeExifTagAndData()
1221 printf("copying %s to %d", (char*)value + sizeof(ExifAsciiPrefix), (*DataWriteIndex)); in writeExifTagAndData()
1222 memcpy(Buffer+(*DataWriteIndex), (char*)value, components); in writeExifTagAndData()
1223 (*DataWriteIndex) += components; in writeExifTagAndData()
1228 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer in writeExifTagAndData()
[all …]