/external/libexif/libexif/ |
exif-data.c | 243 exif_set_short (*d + 6 + offset + 0, 245 exif_set_short (*d + 6 + offset + 2, 569 exif_set_short (*d + 6 + offset, data->priv->order, 601 exif_set_short (*d + 6 + offset + 0, data->priv->order, 603 exif_set_short (*d + 6 + offset + 2, data->priv->order, 616 exif_set_short (*d + 6 + offset + 0, data->priv->order, 618 exif_set_short (*d + 6 + offset + 2, data->priv->order, 637 exif_set_short (*d + 6 + offset + 0, data->priv->order, 639 exif_set_short (*d + 6 + offset + 2, data->priv->order, 661 exif_set_short (*d + 6 + offset + 0, data->priv->order [all...] |
exif-utils.h | 122 void exif_set_short (unsigned char *b, ExifByteOrder order,
|
exif-utils.c | 44 exif_set_short (b + j * fs, o_new, s); 124 exif_set_short (unsigned char *b, ExifByteOrder order, ExifShort value) function
|
exif-entry.c | 252 exif_set_short ( [all...] |
/external/libexif/libexif/pentax/ |
exif-mnote-data-pentax.c | 104 exif_set_short (*buf + 4, n->order, (ExifShort) 0); 118 exif_set_short (*buf + 4, n->order, (ExifShort) ( 134 exif_set_short (*buf + 4, n->order, (ExifShort) 0); 155 exif_set_short (*buf + o2, n->order, (ExifShort) n->count); 164 exif_set_short (*buf + o + 0, n->order, 166 exif_set_short (*buf + o + 2, n->order,
|
/external/libexif/contrib/examples/ |
cam_features.c | 147 exif_set_short(pE->data, exif_data_get_byte_order (pEd), i); //0=auto white balance, 1 = manual white balance 155 exif_set_short(pE->data, exif_data_get_byte_order (pEd), 0);
|
write-exif.c | 226 exif_set_short(entry->data, FILE_BYTE_ORDER, 1); 247 exif_set_short(entry->data, FILE_BYTE_ORDER, image_jpg_x / 2); 248 exif_set_short(entry->data+2, FILE_BYTE_ORDER, image_jpg_y / 2); 249 exif_set_short(entry->data+4, FILE_BYTE_ORDER, image_jpg_x); 250 exif_set_short(entry->data+6, FILE_BYTE_ORDER, image_jpg_y);
|
/external/libexif/libexif/olympus/ |
exif-mnote-data-olympus.c | 127 exif_set_short (*buf + 6, n->order, (ExifShort) 1); 141 exif_set_short (*buf + 8, n->order, (ExifShort) ( 145 exif_set_short (*buf + 10, n->order, (ExifShort) 3); 173 exif_set_short (*buf + 10, n->order, (ExifShort) ( 177 exif_set_short (*buf + 12, n->order, (ExifShort) 0x2A); 190 exif_set_short (*buf + o2, n->order, (ExifShort) n->count); 196 exif_set_short (*buf + o + 0, n->order, 198 exif_set_short (*buf + o + 2, n->order,
|
/external/libexif/libexif/fuji/ |
exif-mnote-data-fuji.c | 108 exif_set_short (*buf + 8 + 4, n->order, (ExifShort) n->count); 113 exif_set_short (*buf + o + 0, n->order, (ExifShort) n->entries[i].tag); 114 exif_set_short (*buf + o + 2, n->order, (ExifShort) n->entries[i].format);
|
/external/libexif/libexif/canon/ |
exif-mnote-data-canon.c | 139 exif_set_short (*buf, n->order, (ExifShort) n->count); 144 exif_set_short (*buf + o + 0, n->order, (ExifShort) n->entries[i].tag); 145 exif_set_short (*buf + o + 2, n->order, (ExifShort) n->entries[i].format);
|