Searched refs:m_szSoftware (Results 1 – 2 of 2) sorted by relevance
75 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()
63 uint32_t m_szSoftware; variable