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.h26 #define JPEG_APP1_OEM_RESERVED 200 macro
99 size_t GetAPP1ResrevedSize() { return JPEG_APP1_OEM_RESERVED; } in GetAPP1ResrevedSize()
111 appsize += m_szMaxThumbSize + JPEG_APP1_OEM_RESERVED ;
132 (m_szApp1 + m_szMaxThumbSize + JPEG_APP1_OEM_RESERVED + JPEG_MARKER_SIZE); in IsThumbSpaceReserved()
DAppMarkerWriter.cpp246 m_szMaxThumbSize = JPEG_MAX_SEGMENT_SIZE - applen - JPEG_APP1_OEM_RESERVED; in PrepareAppWriter()
348 len += m_szMaxThumbSize + JPEG_APP1_OEM_RESERVED; in WriteAPP1()
489 size_t thumbspace = reserve_thumbnail_space ? m_szMaxThumbSize + JPEG_APP1_OEM_RESERVED : 0; in WriteAPP1()