Home
last modified time | relevance | path

Searched refs:IFD_FIELDCOUNT_SIZE (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/
DAppMarkerWriter.cpp99 applen += IFD_FIELDCOUNT_SIZE + IFD_VALOFF_SIZE; in PrepareAppWriter()
153 applen += IFD_FIELDCOUNT_SIZE + IFD_VALOFF_SIZE; in PrepareAppWriter()
186 applen += IFD_FIELD_SIZE + IFD_FIELDCOUNT_SIZE + IFD_VALOFF_SIZE + IFD_FIELD_SIZE * 2; in PrepareAppWriter()
200 applen += IFD_FIELDCOUNT_SIZE + IFD_VALOFF_SIZE; in PrepareAppWriter()
230 applen += IFD_FIELDCOUNT_SIZE + IFD_VALOFF_SIZE; in PrepareAppWriter()
DAppMarkerWriter.h30 #define IFD_FIELDCOUNT_SIZE 2 macro
DIFDWriter.h114 m_pValue = m_pIFDBase + IFD_FIELDCOUNT_SIZE + IFD_FIELD_SIZE * tagcount + in CIFDWriter()