Searched refs:m_pStreamBuffer (Results 1 – 1 of 1) sorted by relevance
229 unsigned char *m_pStreamBuffer; member in CLibhwjpegDecompressor246 m_pStreamBuffer = NULL; in CLibhwjpegDecompressor()265 munmap(m_pStreamBuffer, m_nStreamLength + m_nDummyBytes); in ~CLibhwjpegDecompressor()269 if ((m_pStreamBuffer != NULL) && !!(m_flags & HWJPG_FLAG_NEED_MUNMAP)) { in SetStreamPath()270 munmap(m_pStreamBuffer, m_nStreamLength + m_nDummyBytes); in SetStreamPath()272 m_pStreamBuffer = NULL; in SetStreamPath()292 m_pStreamBuffer = reinterpret_cast<unsigned char *>( in SetStreamPath()295 if (m_pStreamBuffer == MAP_FAILED) { in SetStreamPath()296 m_pStreamBuffer = NULL; in SetStreamPath()311 if ((m_pStreamBuffer != NULL) && !!(m_flags & HWJPG_FLAG_NEED_MUNMAP)) { in SetStreamBuffer()[all …]