Searched refs:thumbbufsize (Results 1 – 1 of 1) sorted by relevance
664 if (thumbbufsize == 0) { in AllocThumbBuffer()670 if (m_szIONThumbImgBuffer >= thumbbufsize) in AllocThumbBuffer()690 m_szIONThumbImgBuffer = thumbbufsize; in AllocThumbBuffer()702 size_t thumbbufsize = m_nThumbHeight * m_nThumbWidth * 3; in AllocThumbJpegBuffer() local705 if (m_szIONThumbJpegBuffer >= thumbbufsize) in AllocThumbJpegBuffer()720 thumbbufsize, m_nThumbHeight, m_nThumbWidth); in AllocThumbJpegBuffer()731 m_szIONThumbJpegBuffer = thumbbufsize; in AllocThumbJpegBuffer()882 if (buflen < thumbbufsize) { in GetThumbnailImage()887 ALOG_ASSERT(m_szIONThumbImgBuffer >= thumbbufsize, in GetThumbnailImage()889 m_szIONThumbImgBuffer, thumbbufsize); in GetThumbnailImage()[all …]