Home
last modified time | relevance | path

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

/external/libexif/contrib/examples/
Dcam_features.c33 static int createEXIF(dc1394featureset_t *xFeatures, ExifData ** pParentEd);
39 dc1394featureset_t xFeatures; in main() local
70 if(dc1394_get_camera_feature_set(pCamera, &xFeatures)!=DC1394_SUCCESS) in main()
75 createEXIF(&xFeatures, &pEd); //tag the file with the settings of the camera in main()
96 int createEXIF(dc1394featureset_t *xFeatures, ExifData ** pParentEd) in createEXIF() argument
100 int i = !xFeatures->feature[DC1394_FEATURE_WHITE_BALANCE - DC1394_FEATURE_MIN].auto_active; in createEXIF()
102 …ExifSRational xR = {xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].value, xFea… in createEXIF()