Searched refs:exif_set_slong (Results 1 – 5 of 5) sorted by relevance
/third_party/libexif/libexif/ |
D | exif-utils.c | 68 exif_set_slong (b + j * fs, o_new, sl); in exif_array_set_byte_order() 145 exif_set_slong (unsigned char *b, ExifByteOrder order, ExifSLong value) in exif_set_slong() function 173 exif_set_slong (b, order, value); in exif_set_long() 212 exif_set_slong (buf, order, value.numerator); in exif_set_srational() 213 exif_set_slong (buf + 4, order, value.denominator); in exif_set_srational()
|
D | exif-utils.h | 149 void exif_set_slong (unsigned char *b, ExifByteOrder order,
|
D | libexif.sym | 103 exif_set_slong
|
/third_party/libexif/contrib/c++/ |
D | exif.hxx | 306 return exif_set_slong(entry_->data in setSLong()
|
D | exif_module.cxx | 125 …exif_set_slong(data, bo, extractComponent<ExifSLong>(index, value, "invalid assignment to data: co… in setComponent()
|