Home
last modified time | relevance | path

Searched refs:bufMapList (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.cpp661 cam_buf_map_type_list bufMapList; in mapBufs() local
662 rc = bufferMaps.getCamBufMapList(bufMapList); in mapBufs()
669 rc = mCamOps->map_stream_bufs(mCamHandle, mChannelHandle, &bufMapList); in mapBufs()
671 rc = m_MemOpsTbl.bundled_map_ops(&bufMapList, m_MemOpsTbl.userdata); in mapBufs()
1435 cam_buf_map_type_list bufMapList; in getBufs() local
1436 rc = bufferMaps.getCamBufMapList(bufMapList); in getBufs()
1438 rc = ops_tbl->bundled_map_ops(&bufMapList, ops_tbl->userdata); in getBufs()
1591 cam_buf_map_type_list bufMapList; in mapNewBuffer() local
1595 bufSize, bufMapList, mStreamBufs->getPtr(index)); in mapNewBuffer()
1598 rc = m_MemOpsTbl.bundled_map_ops(&bufMapList, m_MemOpsTbl.userdata); in mapNewBuffer()
[all …]
DQCameraStream.h105 int32_t mapBufs(cam_buf_map_type_list bufMapList,
DQCameraParameters.cpp6360 cam_buf_map_type_list bufMapList; in init() local
6364 m_pParamHeap->getFd(0), sizeof(parm_buffer_t), bufMapList, in init()
6368 &bufMapList); in init()
6380 memset(&bufMapList, 0, sizeof(cam_buf_map_type_list)); in init()
6384 m_pParamHeap->getFd(1), sizeof(parm_buffer_t), bufMapList, in init()
6389 &bufMapList); in init()
DQCamera2HWI.cpp2387 cam_buf_map_type_list bufMapList; in getCapabilities() local
2392 bufMapList, capabilityHeap->getPtr(0)); in getCapabilities()
2396 &bufMapList); in getCapabilities()