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 0xF4 |
#define EXIF_ARTIST_LEN 18 |
#define EXIF_DATE_TIME 0xE0 |
#define EXIF_DATE_TIME_LEN 20 |
#define EXIF_DATE_TIME_OR 0x0138 |
#define EXIF_DATE_TIME_OR_LEN 20 |
#define EXIF_EXP 0x0130 |
#define EXIF_EXP_LEN 8 |
#define EXIF_FIRMWARE 0xC4 |
#define EXIF_FIRMWARE_LEN 27 |
#define EXIF_OFFSET 4 |
Definition at line 7 of file exif.h.
Referenced by cmoscam_open_dma(), ext_make_jpeg_header(), and x313_dma_lseek().
#define EXIF_SUBSEC_OR 0x014C |
#define EXIF_SUBSEC_OR_LEN 7 |
int exif_header_length | ( | void | ) |
Definition at line 123 of file ext353.c.
References exif_header.
Referenced by cmoscam_open_dma(), ext_make_jpeg_header(), and x313_dma_lseek().
struct exif_desc_t exif_desc |
unsigned char exif_header[] |
Definition at line 73 of file ext353.c.
Referenced by exif_header_length(), and ext_make_jpeg_header().