Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
DIFDWriter.h133 if (count > IFD_VALOFF_SIZE) { in WriteByte()
141 m_pIFDBase += IFD_VALOFF_SIZE - count; in WriteByte()
152 if (count > (IFD_VALOFF_SIZE / sizeof(value[0]))) { in WriteShort()
163 m_pIFDBase += IFD_VALOFF_SIZE - count * sizeof(value[0]); in WriteShort()
173 if (count > (IFD_VALOFF_SIZE / sizeof(value[0]))) { in WriteLong()
189 if (count > IFD_VALOFF_SIZE) { in WriteASCII()
198 m_pIFDBase += IFD_VALOFF_SIZE - count; in WriteASCII()
207 if (count > IFD_VALOFF_SIZE) { in WriteCString()
221 m_pIFDBase += IFD_VALOFF_SIZE - count; in WriteCString()
261 if (count > IFD_VALOFF_SIZE) { in WriteUndef()
[all …]
DAppMarkerWriter.h34 #define IFD_VALOFF_SIZE 4 macro
37 (IFD_TAG_SIZE + IFD_TYPE_SIZE + IFD_COUNT_SIZE + IFD_VALOFF_SIZE)
DAppMarkerWriter.cpp104 applen += IFD_FIELDCOUNT_SIZE + IFD_VALOFF_SIZE; in PrepareAppWriter()
161 applen += IFD_FIELDCOUNT_SIZE + IFD_VALOFF_SIZE; in PrepareAppWriter()
198 IFD_FIELDCOUNT_SIZE + IFD_VALOFF_SIZE + IFD_FIELD_SIZE * 2; in PrepareAppWriter()
212 applen += IFD_FIELDCOUNT_SIZE + IFD_VALOFF_SIZE; in PrepareAppWriter()
242 applen += IFD_FIELDCOUNT_SIZE + IFD_VALOFF_SIZE; in PrepareAppWriter()