HomeSort by relevance Sort by last modified time
    Searched refs:exif_entry_initialize (Results 1 - 10 of 10) 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);
  /device/google/cuttlefish_common/guest/hals/camera/
Exif.cpp 177 exif_entry_initialize(entry, static_cast<ExifTag>(tag));
  /frameworks/av/services/camera/libcameraservice/tests/
NV12Compressor.cpp 68 exif_entry_initialize(exifEntry.get(), exifEntry->tag);
  /device/generic/goldfish/camera/
Exif.cpp 169 exif_entry_initialize(entry, static_cast<ExifTag>(tag));
  /frameworks/av/services/camera/libcameraservice/utils/
ExifUtils.cpp 804 exif_entry_initialize(entry.get(), tag);
    [all...]

Completed in 122 milliseconds