Searched refs:m_pAppBase (Results 1 – 2 of 2) sorted by relevance
50 char *m_pAppBase; variable123 m_pApp1End = WriteAPP1(m_pAppBase, reserve_thumbnail_space);130 void Update() { WriteAPP1(m_pAppBase, false, true); } in Update()133 return PTR_DIFF(m_pAppBase, m_pApp1End) == in IsThumbSpaceReserved()
46 : m_pAppBase(NULL), m_pApp1End(NULL), m_pExif(NULL), m_pExtra(NULL) { in CAppMarkerWriter()86 m_pAppBase = base; in PrepareAppWriter()233 m_pThumbBase = m_pAppBase + JPEG_MARKER_SIZE + applen; in PrepareAppWriter()492 if (m_pAppBase) { in UpdateApp1Size()494 WriteDataInBig(m_pAppBase + JPEG_MARKER_SIZE, len); in UpdateApp1Size()