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

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosExif.h 177 bool enableThumb;
ExynosJpegEncoderForCamera.cpp 313 if (exifInfo->enableThumb) {
316 exifInfo->enableThumb = false;
320 exifInfo->enableThumb = false;
328 exifInfo->enableThumb = false;
553 if (exifInfo->enableThumb && (thumbBuf != NULL) && (thumbSize != 0)) {
    [all...]
ExynosCamera.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosExif.h 177 bool enableThumb;
ExynosJpegEncoderForCamera.cpp 272 if (exifInfo->enableThumb) {
275 exifInfo->enableThumb = false;
279 exifInfo->enableThumb = false;
287 exifInfo->enableThumb = false;
516 if (exifInfo->enableThumb && (thumbBuf != NULL) && (thumbSize != 0)) {
ExynosCameraHWInterface2.cpp     [all...]

Completed in 68 milliseconds