exif-utils.c File Reference

#include <config.h>
#include <libexif/exif-utils.h>

Go to the source code of this file.

Functions

void exif_array_set_byte_order (ExifFormat f, unsigned char *b, unsigned int n, ExifByteOrder o_orig, ExifByteOrder o_new)
ExifSShort exif_get_sshort (const unsigned char *buf, ExifByteOrder order)
ExifShort exif_get_short (const unsigned char *buf, ExifByteOrder order)
void exif_set_sshort (unsigned char *b, ExifByteOrder order, ExifSShort value)
void exif_set_short (unsigned char *b, ExifByteOrder order, ExifShort value)
ExifSLong exif_get_slong (const unsigned char *b, ExifByteOrder order)
void exif_set_slong (unsigned char *b, ExifByteOrder order, ExifSLong value)
ExifLong exif_get_long (const unsigned char *buf, ExifByteOrder order)
void exif_set_long (unsigned char *b, ExifByteOrder order, ExifLong value)
ExifSRational exif_get_srational (const unsigned char *buf, ExifByteOrder order)
ExifRational exif_get_rational (const unsigned char *buf, ExifByteOrder order)
void exif_set_rational (unsigned char *buf, ExifByteOrder order, ExifRational value)
void exif_set_srational (unsigned char *buf, ExifByteOrder order, ExifSRational value)

Function Documentation

void exif_array_set_byte_order ( ExifFormat  f,
unsigned char *  b,
unsigned int  n,
ExifByteOrder  o_orig,
ExifByteOrder  o_new 
)
ExifLong exif_get_long ( const unsigned char *  buf,
ExifByteOrder  order 
)
ExifRational exif_get_rational ( const unsigned char *  buf,
ExifByteOrder  order 
)
ExifShort exif_get_short ( const unsigned char *  buf,
ExifByteOrder  order 
)
ExifSLong exif_get_slong ( const unsigned char *  b,
ExifByteOrder  order 
)
ExifSRational exif_get_srational ( const unsigned char *  buf,
ExifByteOrder  order 
)
ExifSShort exif_get_sshort ( const unsigned char *  buf,
ExifByteOrder  order 
)

Definition at line 87 of file exif-utils.c.

References EXIF_BYTE_ORDER_INTEL, and EXIF_BYTE_ORDER_MOTOROLA.

Referenced by exif_array_set_byte_order(), and exif_get_short().

void exif_set_long ( unsigned char *  b,
ExifByteOrder  order,
ExifLong  value 
)
void exif_set_rational ( unsigned char *  buf,
ExifByteOrder  order,
ExifRational  value 
)
void exif_set_short ( unsigned char *  b,
ExifByteOrder  order,
ExifShort  value 
)
void exif_set_slong ( unsigned char *  b,
ExifByteOrder  order,
ExifSLong  value 
)
void exif_set_srational ( unsigned char *  buf,
ExifByteOrder  order,
ExifSRational  value 
)
void exif_set_sshort ( unsigned char *  b,
ExifByteOrder  order,
ExifSShort  value 
)

Definition at line 108 of file exif-utils.c.

References EXIF_BYTE_ORDER_INTEL, and EXIF_BYTE_ORDER_MOTOROLA.

Referenced by exif_array_set_byte_order(), and exif_set_short().


Generated on 22 Jan 2011 for EXIF library (libexif) Internals by  doxygen 1.6.1