Home
last modified time | relevance | path

Searched refs:bufCount (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraAllocator.h54 cam_stream_type_t stream_type, uint8_t bufCount = 1,
DQCameraParametersIntf.h70 int32_t allocate(uint8_t bufCount = 1);
DQCameraParametersIntf.cpp65 int32_t QCameraParametersIntf::allocate(uint8_t bufCount) in allocate() argument
74 return mImpl->allocate(bufCount); in allocate()
DQCamera2HWI.h291 cam_stream_type_t stream_type, uint8_t bufCount = 1,
DQCamera2HWI.cpp3494 cam_stream_type_t stream_type, uint8_t bufCount, uint32_t cam_type) in allocateStreamInfoBuf() argument
3504 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()
DQCameraParameters.h637 int32_t allocate(uint8_t bufCount);
DQCameraParameters.cpp6303 int32_t QCameraParameters::allocate(uint8_t bufCount) in allocate() argument
6317 rc = m_pParamHeap->allocate(bufCount, sizeof(parm_buffer_t)); in allocate()