#include <config.h>#include <libexif/exif-format.h>#include <libexif/i18n.h>#include <stdlib.h>Include dependency graph for exif-format.c:

Go to the source code of this file.
Functions | |
| const char * | exif_format_get_name (ExifFormat format) |
| unsigned char | exif_format_get_size (ExifFormat format) |
Variables | |
| struct { | |
| ExifFormat format | |
| const char * name | |
| unsigned char size | |
| } | ExifFormatTable [] |
| const char* exif_format_get_name | ( | ExifFormat | format | ) |
Definition at line 49 of file exif-format.c.
References _, bindtextdomain, ExifFormatTable, and name.
Referenced by exif_entry_dump(), and exif_entry_fix().
| unsigned char exif_format_get_size | ( | ExifFormat | format | ) |
Definition at line 69 of file exif-format.c.
References ExifFormatTable, and size.
Referenced by exif_array_set_byte_order(), exif_data_load_data_entry(), exif_data_save_data_entry(), exif_entry_fix(), exif_entry_get_value(), exif_entry_initialize(), exif_mnote_data_canon_load(), exif_mnote_data_canon_save(), exif_mnote_data_olympus_load(), exif_mnote_data_olympus_save(), and exif_mnote_data_pentax_load().
struct { ... } ExifFormatTable[] [static] |
Referenced by exif_format_get_name(), and exif_format_get_size().
Definition at line 29 of file exif-format.c.
| const char* name |
Definition at line 30 of file exif-format.c.
| unsigned char size |
Definition at line 31 of file exif-format.c.
Referenced by exif_entry_fix(), exif_format_get_size(), and exif_loader_write_file().
1.5.1