Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
DAppMarkerWriter.h68 char *m_pThumbBase; variable
92 char *GetThumbStreamBase() { return m_pThumbBase; } in GetThumbStreamBase()
DAppMarkerWriter.cpp83 m_pThumbBase = NULL; in Init()
245 m_pThumbBase = m_pAppBase + JPEG_MARKER_SIZE + applen; in PrepareAppWriter()
481 ALOG_ASSERT(thumbwriter.GetNextIFDBase() != m_pThumbBase); in WriteAPP1()
482 uint32_t offset = thumbwriter.Offset(m_pThumbBase); in WriteAPP1()