Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
DAppMarkerWriter.h104 size_t appsize = 0; variable
105 if (m_szApp1 > 0) appsize += m_szApp1 + JPEG_MARKER_SIZE;
108 appsize += m_pExtra->appInfo[idx].dataSize + +JPEG_MARKER_SIZE +
112 appsize += m_szMaxThumbSize + JPEG_APP1_OEM_RESERVED;
114 appsize += min(m_szMaxThumbSize, thumblen);
116 return appsize + m_szApp11;