Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
DAppMarkerWriter.cpp102 applen += IFD_FIELD_SIZE * m_n0thIFDFields; in PrepareAppWriter()
109 applen += IFD_FIELD_SIZE; in PrepareAppWriter()
116 applen += IFD_FIELD_SIZE; in PrepareAppWriter()
123 applen += IFD_FIELD_SIZE; in PrepareAppWriter()
129 applen += IFD_FIELD_SIZE; in PrepareAppWriter()
154 applen += IFD_FIELD_SIZE * m_nExifIFDFields; in PrepareAppWriter()
159 applen += (IFD_FIELD_SIZE + EXIF_DATETIME_LENGTH) * 2; in PrepareAppWriter()
163 applen += (IFD_FIELD_SIZE + EXIF_SUBSECTIME_LENGTH) * 3; in PrepareAppWriter()
168 applen += IFD_FIELD_SIZE; in PrepareAppWriter()
174 applen += IFD_FIELD_SIZE; in PrepareAppWriter()
[all …]
DAppMarkerWriter.h38 #define IFD_FIELD_SIZE (IFD_TAG_SIZE + IFD_TYPE_SIZE + IFD_COUNT_SIZE + IFD_VALOFF_SIZE) macro
DIFDWriter.h114 m_pValue = m_pIFDBase + IFD_FIELDCOUNT_SIZE + IFD_FIELD_SIZE * tagcount + in CIFDWriter()
281 void CancelSubIFD() { m_pIFDBase -= IFD_FIELD_SIZE; } in CancelSubIFD()