|
EXIF library (libexif) Internals 0.6.26
|
#include <config.h>#include "mnote-pentax-entry.h"#include <libexif/i18n.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <libexif/exif-format.h>#include <libexif/exif-utils.h>#include <libexif/exif-entry.h>Go to the source code of this file.
Macros | |
| #define | CF(format, target, v, maxlen) |
| #define | CC(number, target, v, maxlen) |
| #define | CC2(number, t1, t2, v, maxlen) |
Functions | |
| char * | mnote_pentax_entry_get_value (MnotePentaxEntry *entry, char *val, unsigned int maxlen) |
Variables | ||
| struct { | ||
| MnotePentaxTag tag | ||
| struct { | ||
| int index | ||
| const char * string | ||
| } elem [33] | ||
| } | items [] | |
| struct { | ||
| MnotePentaxTag tag | ||
| struct { | ||
| int index1 | ||
| int index2 | ||
| const char * string | ||
| } elem [39] | ||
| } | items2 [] | |
| #define CC | ( | number, | |
| target, | |||
| v, | |||
| maxlen | |||
| ) |
Definition at line 49 of file mnote-pentax-entry.c.
| #define CC2 | ( | number, | |
| t1, | |||
| t2, | |||
| v, | |||
| maxlen | |||
| ) |
Definition at line 59 of file mnote-pentax-entry.c.
| #define CF | ( | format, | |
| target, | |||
| v, | |||
| maxlen | |||
| ) |
Definition at line 37 of file mnote-pentax-entry.c.
| char * mnote_pentax_entry_get_value | ( | MnotePentaxEntry * | entry, |
| char * | val, | ||
| unsigned int | maxlen | ||
| ) |
Definition at line 310 of file mnote-pentax-entry.c.
References _, CC, CC2, CF, _MnotePentaxEntry::components, _MnotePentaxEntry::data, elem, EXIF_BYTE_ORDER_MOTOROLA, EXIF_FORMAT_ASCII, EXIF_FORMAT_LONG, EXIF_FORMAT_SHORT, EXIF_FORMAT_SLONG, EXIF_FORMAT_SSHORT, EXIF_FORMAT_UNDEFINED, exif_get_long(), exif_get_short(), exif_get_slong(), exif_get_sshort(), _MnotePentaxEntry::format, index, index1, index2, items, items2, MIN, MNOTE_CASIO2_TAG_BESTSHOT_MODE, MNOTE_PENTAX2_TAG_AFPOINT_SELECTED, MNOTE_PENTAX2_TAG_AUTO_AFPOINT, MNOTE_PENTAX2_TAG_DATE, MNOTE_PENTAX2_TAG_FLASH_MODE, MNOTE_PENTAX2_TAG_FOCUS_MODE, MNOTE_PENTAX2_TAG_IMAGE_SIZE, MNOTE_PENTAX2_TAG_MODE, MNOTE_PENTAX2_TAG_PICTURE_MODE, MNOTE_PENTAX2_TAG_QUALITY, MNOTE_PENTAX2_TAG_TIME, MNOTE_PENTAX2_TAG_WHITE_BALANCE, MNOTE_PENTAX_TAG_COLOR, MNOTE_PENTAX_TAG_CONTRAST, MNOTE_PENTAX_TAG_FLASH, MNOTE_PENTAX_TAG_FOCUS, MNOTE_PENTAX_TAG_ISO_SPEED, MNOTE_PENTAX_TAG_MODE, MNOTE_PENTAX_TAG_PRINTIM, MNOTE_PENTAX_TAG_QUALITY, MNOTE_PENTAX_TAG_SATURATION, MNOTE_PENTAX_TAG_SHARPNESS, MNOTE_PENTAX_TAG_TZ_CITY, MNOTE_PENTAX_TAG_TZ_DST, MNOTE_PENTAX_TAG_WHITE_BALANCE, MNOTE_PENTAX_TAG_ZOOM, _MnotePentaxEntry::order, _MnotePentaxEntry::size, tag, and _MnotePentaxEntry::tag.
Referenced by exif_mnote_data_pentax_get_value().
| struct { ... } elem[39] |
Referenced by mnote_pentax_entry_get_value().
| int index |
Definition at line 73 of file mnote-pentax-entry.c.
Referenced by mnote_pentax_entry_get_value().
| int index1 |
Definition at line 273 of file mnote-pentax-entry.c.
Referenced by mnote_pentax_entry_get_value().
| int index2 |
Definition at line 273 of file mnote-pentax-entry.c.
Referenced by mnote_pentax_entry_get_value().
| const struct { ... } items[] |
Referenced by mnote_pentax_entry_get_value().
| const struct { ... } items2[] |
Referenced by mnote_pentax_entry_get_value().
| const char* string |
Definition at line 74 of file mnote-pentax-entry.c.
| MnotePentaxTag tag |
Definition at line 71 of file mnote-pentax-entry.c.
Referenced by mnote_pentax_entry_get_value().