Searched defs:exif_section (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp90 Section_t* exif_section = NULL; local
100 exif_section = FindSection(M_EXIF);
102 if (exif_section) {
103 picture = mRequestMemory(-1, jpeg_size + exif_section->Size, 1, NULL);
105 exif->saveJpeg((unsigned char*) picture->data, jpeg_size + exif_section->Size);

Completed in 153 milliseconds