Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h187 virtual unsigned int GetApp1Length() = 0;
DExifUtils.cpp189 virtual unsigned int GetApp1Length();
746 unsigned int ExifUtilsImpl::GetApp1Length() { in GetApp1Length() function in android::ExifUtilsImpl
/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp179 app1_buffer_size = job->exif_utils->GetApp1Length(); in CompressYUV420()
/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.cpp359 unsigned int ExifUtils::GetApp1Length() { return app1_length_; } in GetApp1Length() function in arc::ExifUtils
Dimage_processor.cpp388 utils.GetApp1Buffer(), utils.GetApp1Length())) { in ConvertToJpeg()