Searched defs:pictureFramesize (Results 1 - 2 of 2) sorted by last modified time

/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp3143 m_rawHeap = m_getMemoryCb(-1, pictureFramesize, 1, NULL);
3145 ALOGE("ERR(%s):m_getMemoryCb(m_rawHeap, size(%d) fail", __func__, pictureFramesize);
3149 pictureFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(pictureFormat), pictureW, pictureH);
3239 int pictureW, pictureH, pictureFramesize = 0; local
3251 pictureFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(pictureFormat), pictureW, pictureH);
3253 JpegHeap = m_getMemoryCb(-1, pictureFramesize, 1, 0);
3255 ALOGE("ERR(%s):m_getMemoryCb(JpegHeap, size(%d) fail", __func__, pictureFramesize);
3322 jpegBuf.size.s = pictureFramesize;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp4168 int pictureW, pictureH, pictureFramesize = 0; local
4217 pictureFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(pictureFormat), pictureW, pictureH);

Completed in 40 milliseconds