OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thumbBuf
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp
531
char *
thumbBuf
= NULL;
537
ret = m_jpegMain->getOutBuf((char **)&
thumbBuf
, (int *)&thumbSize);
539
thumbBuf
= NULL;
545
ret = m_jpegThumb->getOutBuf((char **)&
thumbBuf
, (int *)&thumbSize);
547
thumbBuf
= NULL;
553
if (exifInfo->enableThumb && (
thumbBuf
!= NULL) && (thumbSize != 0)) {
589
thumbBuf
, thumbSize);
[
all
...]
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp
491
char *
thumbBuf
= NULL;
503
thumbBuf
= m_stMainOutBuf.pcBuf[0];
512
thumbBuf
= m_stThumbOutBuf.pcBuf[0];
516
if (exifInfo->enableThumb && (
thumbBuf
!= NULL) && (thumbSize != 0)) {
552
thumbBuf
, thumbSize);
Completed in 3020 milliseconds