Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosJpegEncoderForCamera.cpp514 int iThumbFd = 0; in makeExif() local
522 ret = m_jpegMain->getOutBuf((int *)&iThumbFd, (int *)&thumbBufSize); in makeExif()
524 iThumbFd = -1; in makeExif()
531 ret = m_jpegThumb->getOutBuf((int *)&iThumbFd, (int *)&thumbBufSize); in makeExif()
533 iThumbFd = -1; in makeExif()