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

  /external/libexif/contrib/examples/
cam_features.c 126 exif_entry_initialize (pE, EXIF_TAG_MAKE);
133 exif_entry_initialize (pE, EXIF_TAG_MODEL);
140 exif_entry_initialize (pE, EXIF_TAG_SAMPLES_PER_PIXEL); //by default is 3
146 exif_entry_initialize (pE, EXIF_TAG_WHITE_BALANCE);
154 exif_entry_initialize (pE, EXIF_TAG_SHARPNESS);
165 exif_entry_initialize (pE, EXIF_TAG_BRIGHTNESS_VALUE);
write-exif.c 144 exif_entry_initialize (entry, tag);
158 * given IFD. This is needed when exif_entry_initialize() isn't able to create
231 * exif_entry_initialize() so it must be explicitly allocated here.
  /external/libexif/libexif/
exif-entry.h 55 * by #exif_entry_initialize and is NULL beforehand. Data contained
125 void exif_entry_initialize (ExifEntry *e, ExifTag tag);
exif-content.c 323 exif_entry_initialize (e, t);
exif-entry.c 1408 exif_entry_initialize (ExifEntry *e, ExifTag tag) function
    [all...]
  /external/libexif/test/
test-value.c 49 exif_entry_initialize (e, EXIF_TAG_SHUTTER_SPEED_VALUE);

Completed in 84 milliseconds