HomeSort by relevance Sort by last modified time
    Searched refs:pcJpegBuffer (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 293 char *pcJpegBuffer = NULL;
294 ret = m_jpegMain->getOutBuf((char **)&pcJpegBuffer, &iOutputSize);
299 if (pcJpegBuffer == NULL) {
300 JPEG_ERROR_LOG("%s::pcJpegBuffer is null!!\n", __func__);
304 if (pcJpegBuffer[0] == NULL) {
305 JPEG_ERROR_LOG("%s::pcJpegBuffer[0] is null!!\n", __func__);
346 memmove(pcJpegBuffer+exifLen+2, pcJpegBuffer+2, iJpegSize - 2);
347 memcpy(pcJpegBuffer+2, exifOut, exifLen);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 261 char *pcJpegBuffer = m_stMainOutBuf.pcBuf[0];
263 if (pcJpegBuffer[0] == NULL) {
264 JPEG_ERROR_LOG("%s::pcJpegBuffer[0] is null!!\n", __func__);
305 memmove(pcJpegBuffer+exifLen+2, pcJpegBuffer+2, iJpegSize - 2);
306 memcpy(pcJpegBuffer+2, exifOut, exifLen);

Completed in 40 milliseconds