This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | exif_desc_t |
Defines | |
| #define | EXIF_OFFSET 4 |
| #define | EXIF_FIRMWARE 0xC4 |
| #define | EXIF_FIRMWARE_LEN 27 |
| #define | EXIF_DATE_TIME 0xE0 |
| #define | EXIF_DATE_TIME_LEN 20 |
| #define | EXIF_ARTIST 0xF4 |
| #define | EXIF_ARTIST_LEN 18 |
| #define | EXIF_DATE_TIME_OR 0x0138 |
| #define | EXIF_DATE_TIME_OR_LEN 20 |
| #define | EXIF_SUBSEC_OR 0x014C |
| #define | EXIF_SUBSEC_OR_LEN 7 |
| #define | EXIF_EXP 0x0130 |
| #define | EXIF_EXP_LEN 8 |
| #define | EXIF_IMAGE_ID 0x6E |
| #define | EXIF_IMAGE_ID_LEN 64 |
Functions | |
| int | exif_header_length (void) |
Variables | |
| unsigned char | exif_header [] |
| exif_desc_t | exif_desc |
| #define EXIF_ARTIST_LEN 18 |
| #define EXIF_DATE_TIME_LEN 20 |
| #define EXIF_DATE_TIME_OR_LEN 20 |
| #define EXIF_FIRMWARE_LEN 27 |
| #define EXIF_SUBSEC_OR_LEN 7 |
| int exif_header_length | ( | void | ) |
| struct exif_desc_t exif_desc |
| unsigned char exif_header[] |
1.5.1