Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
DAppMarkerWriter.h52 uint16_t m_szApp1; // The size of APP1 segment without marker variable
103 if (m_szApp1 > 0)
104 appsize += m_szApp1 + JPEG_MARKER_SIZE;
132 (m_szApp1 + m_szMaxThumbSize + JPEG_APP1_OEM_RESERVED + JPEG_MARKER_SIZE); in IsThumbSpaceReserved()
DAppMarkerWriter.cpp71 m_szApp1 = 0; in Init()
249 m_szApp1 = applen; in PrepareAppWriter()
282 ALOGD("APP1: %u bytes(ThumbMax %zu)", m_szApp1, m_szMaxThumbSize); in PrepareAppWriter()
346 uint16_t len = m_szApp1; in WriteAPP1()
510 uint16_t len = m_szApp1 + amount; in UpdateApp1Size()