Searched refs:m_pAppBase (Results 1 – 2 of 2) sorted by relevance
49 char *m_pAppBase; variable121 m_pApp1End = WriteAPP1(m_pAppBase, reserve_thumbnail_space);128 void Update() { WriteAPP1(m_pAppBase, false, true); } in Update()131 return PTR_DIFF(m_pAppBase, m_pApp1End) == in IsThumbSpaceReserved()
47 : m_pAppBase(NULL), m_pApp1End(NULL), m_pExif(NULL), m_pExtra(NULL) in CAppMarkerWriter()90 m_pAppBase = base; in PrepareAppWriter()245 m_pThumbBase = m_pAppBase + JPEG_MARKER_SIZE + applen; in PrepareAppWriter()509 if (m_pAppBase) { in UpdateApp1Size()511 WriteDataInBig(m_pAppBase + JPEG_MARKER_SIZE, len); in UpdateApp1Size()