Searched refs:ExifSLong (Results 1 – 10 of 10) sorted by relevance
/third_party/libexif/libexif/ |
D | exif-utils.h | 57 typedef int32_t ExifSLong; /* 4 bytes */ typedef 65 typedef struct {ExifSLong numerator; ExifSLong denominator;} ExifSRational; 98 ExifSLong exif_get_slong (const unsigned char *b, ExifByteOrder order); 150 ExifSLong value);
|
D | exif-utils.c | 34 ExifSLong sl; in exif_array_set_byte_order() 129 ExifSLong 145 exif_set_slong (unsigned char *b, ExifByteOrder order, ExifSLong value) in exif_set_slong()
|
D | exif-entry.c | 459 ExifSLong v_slong; in exif_entry_format_value()
|
/third_party/libexif/contrib/c++/ |
D | exif_module.cxx | 125 …exif_set_slong(data, bo, extractComponent<ExifSLong>(index, value, "invalid assignment to data: co… in setComponent() 352 RationalConverter<ExifSRational, ExifSLong>(); in BOOST_PYTHON_MODULE() 356 RationalConverter<ExifSRational, ExifSLong> >(); in BOOST_PYTHON_MODULE()
|
D | exif.hxx | 193 ExifSLong getSLong(unsigned int index) const in getSLong() 296 void setSLong(unsigned int index, ExifSLong value) const in setSLong()
|
/third_party/libexif/libexif/apple/ |
D | mnote-apple-entry.c | 36 ExifSLong vsl; in mnote_apple_entry_get_value()
|
/third_party/libexif/libexif/fuji/ |
D | mnote-fuji-entry.c | 194 ExifSLong vsl; in mnote_fuji_entry_get_value()
|
/third_party/libexif/libexif/pentax/ |
D | mnote-pentax-entry.c | 312 ExifSLong vsl; in mnote_pentax_entry_get_value()
|
/third_party/libexif/libexif/canon/ |
D | mnote-canon-entry.c | 553 ExifSLong vsl; in mnote_canon_entry_get_value()
|
/third_party/libexif/libexif/olympus/ |
D | mnote-olympus-entry.c | 277 ExifSLong vsl; in mnote_olympus_entry_get_value()
|