Home
last modified time | relevance | path

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

/aosp12/hardware/google/gchips/include/
H A DExynosExif.h60 #define EXIF_TAG_MODEL 0x0110 macro
/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dexif_utils.cpp104 EXIF_IFD_0, EXIF_TAG_MODEL, EXIF_FORMAT_ASCII, entrySize, entrySize); in SetModel()
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A DAppMarkerWriter.cpp370 writer.WriteASCII(EXIF_TAG_MODEL, m_szModel + 1, m_pExif->model); in WriteAPP1()
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DExif.cpp799 SET_STRING(EXIF_IFD_0, EXIF_TAG_MODEL, EXIF_FORMAT_ASCII, model); in setModel()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.cpp762 SET_STRING(EXIF_IFD_0, EXIF_TAG_MODEL, EXIF_FORMAT_UNDEFINED, model); in SetModel()