Home
last modified time | relevance | path

Searched refs:Exif (Results 1 - 3 of 3) sorted by relevance

/third_party/libexif/contrib/c++/
H A Dexif_module.cxx50 struct PythonEntry : public Exif::Entry
53 PythonEntry(Exif::Entry const &other) : Exif::Entry(other) {} in PythonEntry()
189 struct PythonContent : public Exif::Content
194 PythonContent(Exif::Content const &other) : Exif::Content(other) {} in PythonContent()
198 // TODO: use Exif::Content::entry() functions in entry()
207 return Exif::Entry(content_->entries[i]); in entry()
218 return Exif::Entry(content_->entries[index]); in entry()
220 return Exif in entry()
[all...]
H A Dexif.hxx33 namespace Exif { namespace
144 "Exif::Entry::getByte(): Format is not EXIF_FORMAT_BYTE"); in getByte()
147 "Exif::getByte: component index out of range"); in getByte()
158 "Exif::Entry::getAscii(): Format is not EXIF_FORMAT_ASCII"); in getAscii()
168 "Exif::Entry::getShort(): Format is not EXIF_FORMAT_SHORT"); in getShort()
171 "Exif::getShort: component index out of range"); in getShort()
183 "Exif::Entry::getLong(): Format is not EXIF_FORMAT_LONG"); in getLong()
186 "Exif::getLong: component index out of range"); in getLong()
198 "Exif::Entry::getSLong(): Format is not EXIF_FORMAT_SLONG"); in getSLong()
201 "Exif in getSLong()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.h378 E & Exif ();
381 const E & Exif () const;
483 E & dng_metadata::Exif () in Exif() function in dng_metadata
493 const E & dng_metadata::Exif () const in Exif() function in dng_metadata

Completed in 8 milliseconds