Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.h104 const uint8_t* GetApp1Buffer();
Dexif_utils.cpp357 const uint8_t* ExifUtils::GetApp1Buffer() { return app1_buffer_; } in GetApp1Buffer() function in arc::ExifUtils
Dimage_processor.cpp388 utils.GetApp1Buffer(), utils.GetApp1Length())) { in ConvertToJpeg()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h183 virtual const uint8_t* GetApp1Buffer() = 0;
DExifUtils.cpp185 virtual const uint8_t* GetApp1Buffer();
742 const uint8_t* ExifUtilsImpl::GetApp1Buffer() { in GetApp1Buffer() function in android::ExifUtilsImpl
/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp178 app1_buffer = job->exif_utils->GetApp1Buffer(); in CompressYUV420()