Home | History | Annotate | Download | only in libcamera

Lines Matching full:videoframesize

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);