Home
last modified time | relevance | path

Searched refs:m_szSoftware (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/
DAppMarkerWriter.cpp75 m_szSoftware = 0; in Init()
113 m_szSoftware = strlen(m_pExif->software); in PrepareAppWriter()
114 if (m_szSoftware > 0) { in PrepareAppWriter()
117 if (m_szSoftware > 3) applen += m_szSoftware + 1; in PrepareAppWriter()
350 if (m_szSoftware > 0) writer.WriteASCII(EXIF_TAG_SOFTWARE, m_szSoftware + 1, m_pExif->software); in WriteAPP1()
DAppMarkerWriter.h63 uint32_t m_szSoftware; variable