Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
DAppMarkerWriter.h28 #define JPEG_APP1_OEM_RESERVED 200 macro
101 size_t GetAPP1ResrevedSize() { return JPEG_APP1_OEM_RESERVED; } in GetAPP1ResrevedSize()
112 appsize += m_szMaxThumbSize + JPEG_APP1_OEM_RESERVED;
134 (m_szApp1 + m_szMaxThumbSize + JPEG_APP1_OEM_RESERVED + JPEG_MARKER_SIZE); in IsThumbSpaceReserved()
DAppMarkerWriter.cpp234 m_szMaxThumbSize = JPEG_MAX_SEGMENT_SIZE - applen - JPEG_APP1_OEM_RESERVED; in PrepareAppWriter()
331 if (reserve_thumbnail_space) len += m_szMaxThumbSize + JPEG_APP1_OEM_RESERVED; in WriteAPP1()
474 size_t thumbspace = reserve_thumbnail_space ? m_szMaxThumbSize + JPEG_APP1_OEM_RESERVED : 0; in WriteAPP1()