Home
last modified time | relevance | path

Searched refs:MAX_USER_EXIF_TAGS (Results 1 – 1 of 1) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/raspicam/
H A DRaspiStill.c103 #define MAX_USER_EXIF_TAGS 32 macro
136 …const char *exifTags[MAX_USER_EXIF_TAGS]; /// Array of pointers to tags supplied from the command …
1355 for (i=0; i<state->numExifTags && i < MAX_USER_EXIF_TAGS; i++) in add_exif_tags()
1377 if (state->numExifTags < MAX_USER_EXIF_TAGS) in store_exif_tag()