Searched refs:thumbbufsize (Results 1 – 1 of 1) sorted by relevance
/hardware/google/graphics/common/libhwjpeg/ |
D | ExynosJpegEncoderForCamera.cpp | 663 size_t thumbbufsize = GetImageLength(m_nThumbWidth, m_nThumbHeight, v4l2Format); in AllocThumbBuffer() local 664 if (thumbbufsize == 0) { in AllocThumbBuffer() 670 if (m_szIONThumbImgBuffer >= thumbbufsize) in AllocThumbBuffer() 683 …m_fdIONThumbImgBuffer = exynos_ion_alloc(m_fdIONClient, thumbbufsize, EXYNOS_ION_HEAP_SYSTEM_MASK,… in AllocThumbBuffer() 685 …ALOGERR("Failed to allocate %zu bytes for NV12 %ux%u", thumbbufsize, m_nThumbHeight, m_nThumbWidth… in AllocThumbBuffer() 690 m_szIONThumbImgBuffer = thumbbufsize; in AllocThumbBuffer() 702 size_t thumbbufsize = m_nThumbHeight * m_nThumbWidth * 3; in AllocThumbJpegBuffer() local 705 if (m_szIONThumbJpegBuffer >= thumbbufsize) in AllocThumbJpegBuffer() 716 …m_fdIONThumbJpegBuffer = exynos_ion_alloc(m_fdIONClient, thumbbufsize, EXYNOS_ION_HEAP_SYSTEM_MASK, in AllocThumbJpegBuffer() 720 thumbbufsize, m_nThumbHeight, m_nThumbWidth); in AllocThumbJpegBuffer() [all …]
|