Home
last modified time | relevance | path

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

/external/libexif/contrib/examples/
Dcam_features.c46 ExifData * pEd; in main() local
75 createEXIF(&xFeatures, &pEd); //tag the file with the settings of the camera in main()
87 jpeg_data_set_exif_data (pData, pEd); in main()
99 ExifData * pEd; in createEXIF() local
105 pEd = exif_data_new (); in createEXIF()
125 exif_content_add_entry (pEd->ifd[EXIF_IFD_0], pE); in createEXIF()
132 exif_content_add_entry (pEd->ifd[EXIF_IFD_0], pE); in createEXIF()
139 exif_content_add_entry (pEd->ifd[EXIF_IFD_0], pE); in createEXIF()
145 exif_content_add_entry (pEd->ifd[EXIF_IFD_0], pE); in createEXIF()
147 …exif_set_short(pE->data, exif_data_get_byte_order (pEd), i); //0=auto white balance, 1 = manual w… in createEXIF()
[all …]