Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching defs:exif

3103             // populate exif data and pass to subscribers via quirk
3104 // subscriber is in charge of freeing exif data
3105 ExifElementsTable* exif = new ExifElementsTable();
3106 setupEXIF_libjpeg(exif, mCaptureAncillaryData, mWhiteBalanceData);
3108 cameraFrame.mCookie2 = (void*) exif;