Home | History | Annotate | Download | only in libs3cjpeg

Lines Matching refs:exifOut

229     unsigned char *exifOut = NULL;
265 exifOut = new unsigned char[bufSize];
266 if (exifOut == NULL) {
267 LOGE("Failed to allocate for exifOut");
270 memset(exifOut, 0, bufSize);
272 ret = makeExif (exifOut, exifInfo, &exifLen);
275 delete[] exifOut;
280 memcpy(&mArgs.out_buf[2], exifOut, exifLen);
284 delete[] exifOut;
358 jpg_return_status JpegEncoder::makeExif (unsigned char *exifOut,
370 pApp1Start = pCur = exifOut;