Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
Dlibhwjpeg-exynos.cpp230 size_t m_nDummyBytes; member in CLibhwjpegDecompressor
252 m_nDummyBytes = 0; in CLibhwjpegDecompressor()
265 munmap(m_pStreamBuffer, m_nStreamLength + m_nDummyBytes); in ~CLibhwjpegDecompressor()
270 munmap(m_pStreamBuffer, m_nStreamLength + m_nDummyBytes); in SetStreamPath()
290 m_nDummyBytes = 0; in SetStreamPath()
311 munmap(m_pStreamBuffer, m_nStreamLength + m_nDummyBytes); in SetStreamBuffer()
317 m_nDummyBytes = dummybytes; in SetStreamBuffer()
326 munmap(m_pStreamBuffer, m_nStreamLength + m_nDummyBytes); in SetStreamBuffer()
331 m_nDummyBytes = dummybytes; in SetStreamBuffer()
334 mmap(NULL, m_nStreamLength + m_nDummyBytes, PROT_READ | PROT_WRITE, MAP_SHARED, in SetStreamBuffer()