HomeSort by relevance Sort by last modified time
    Searched full:videoframesize (Results 1 - 1 of 1) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 403 int videoW, videoH, videoFormat, videoFramesize;
407 videoFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(videoFormat), videoW, videoH);
421 m_videoHeap[i] = m_getMemoryCb(-1, videoFramesize, 1, NULL);
423 ALOGE("ERR(%s):m_getMemoryCb(m_videoHeap[%d], size(%d) fail", __func__, i, videoFramesize);
    [all...]

Completed in 79 milliseconds