Lines Matching refs:ExifByteOrder
74 ExifShort exif_get_short (const unsigned char *b, ExifByteOrder order);
82 ExifSShort exif_get_sshort (const unsigned char *b, ExifByteOrder order);
90 ExifLong exif_get_long (const unsigned char *b, ExifByteOrder order);
98 ExifSLong exif_get_slong (const unsigned char *b, ExifByteOrder order);
106 ExifRational exif_get_rational (const unsigned char *b, ExifByteOrder order);
114 ExifSRational exif_get_srational (const unsigned char *b, ExifByteOrder order);
122 void exif_set_short (unsigned char *b, ExifByteOrder order,
131 void exif_set_sshort (unsigned char *b, ExifByteOrder order,
140 void exif_set_long (unsigned char *b, ExifByteOrder order,
149 void exif_set_slong (unsigned char *b, ExifByteOrder order,
158 void exif_set_rational (unsigned char *b, ExifByteOrder order,
167 void exif_set_srational (unsigned char *b, ExifByteOrder order,
177 ExifByteOrder o_orig, ExifByteOrder o_new);