Searched refs:bufCount (Results 1 – 7 of 7) sorted by relevance
54 cam_stream_type_t stream_type, uint8_t bufCount = 1,
70 int32_t allocate(uint8_t bufCount = 1);
65 int32_t QCameraParametersIntf::allocate(uint8_t bufCount) in allocate() argument74 return mImpl->allocate(bufCount); in allocate()
291 cam_stream_type_t stream_type, uint8_t bufCount = 1,
3494 cam_stream_type_t stream_type, uint8_t bufCount, uint32_t cam_type) in allocateStreamInfoBuf() argument3504 if (bufCount > MM_CAMERA_MAX_CAM_CNT) { in allocateStreamInfoBuf()3505 LOGE("buffer count should be lesser than max camera : %d", bufCount); in allocateStreamInfoBuf()3508 rc = streamInfoBuf->allocate(bufCount, sizeof(cam_stream_info_t)); in allocateStreamInfoBuf()3515 for (uint8_t i = 0; i < bufCount; i++) { in allocateStreamInfoBuf()3527 if (bufCount == MM_CAMERA_MAX_CAM_CNT) { in allocateStreamInfoBuf()
637 int32_t allocate(uint8_t bufCount);
6303 int32_t QCameraParameters::allocate(uint8_t bufCount) in allocate() argument6317 rc = m_pParamHeap->allocate(bufCount, sizeof(parm_buffer_t)); in allocate()