Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h179 virtual bool GenerateApp1(unsigned char* thumbnail_buffer, uint32_t size) = 0;
DExifUtils.cpp181 virtual bool GenerateApp1(unsigned char* thumbnail_buffer, uint32_t size);
719 bool ExifUtilsImpl::GenerateApp1(unsigned char* thumbnail_buffer, in GenerateApp1() function in android::ExifUtilsImpl
/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp174 if (job->exif_utils->GenerateApp1(thumbnail_jpeg_buffer.empty() in CompressYUV420()
/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.cpp328 bool ExifUtils::GenerateApp1() { in GenerateApp1() function in arc::ExifUtils
Dimage_processor.cpp381 if (!utils.GenerateApp1()) { in ConvertToJpeg()