Home
last modified time | relevance | path

Searched refs:SetMake (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.h76 virtual bool SetMake(const std::string& make) = 0;
H A DExifUtils.cpp116 virtual bool SetMake(const std::string& make);
756 bool ExifUtilsImpl::SetMake(const std::string& make) { in SetMake() function in android::ExifUtilsImpl
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DJpegCompressor.cpp172 job->exif_utils->SetMake(exif_make_); in CompressYUV420()