Home
last modified time | relevance | path

Searched refs:getFd (Results 1 – 25 of 46) sorted by relevance

12

/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3StreamMem.cpp127 int QCamera3StreamMem::getFd(uint32_t index) in getFd() function in qcamera::QCamera3StreamMem
132 return mHeapMem.getFd(index); in getFd()
134 return mGrallocMem.getFd(index); in getFd()
DQCamera3StreamMem.h56 int getFd(uint32_t index);
DQCamera3Stream.cpp359 0, -1, mStreamInfoBuf->getFd(0), (size_t)bufSize); in init()
636 rc = mMemOps->map_ops(index, -1, mStreamBufs->getFd(index), in bufDone()
754 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs()
1154 rc = ops_tbl->map_ops(i, -1, mStreamBatchBufs->getFd(i), in getBatchBufs()
1292 batchBufDef.fd = mStreamBatchBufs->getFd(0); in getBatchBufDef()
DQCamera3Mem.h61 int getFd(uint32_t index);
DQCamera3PostProc.cpp357 encode_parm.dest_buf[0].fd = mOutputMem->getFd( in getFWKJpegEncodeConfig()
441 encode_parm.src_main_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig()
471 encode_parm.src_thumb_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig()
492 encode_parm.dest_buf[0].fd = mOutputMem->getFd( in getJpegEncodeConfig()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3StreamMem.cpp127 int QCamera3StreamMem::getFd(uint32_t index) in getFd() function in qcamera::QCamera3StreamMem
132 return mHeapMem.getFd(index); in getFd()
134 return mGrallocMem.getFd(index); in getFd()
DQCamera3StreamMem.h56 int getFd(uint32_t index);
DQCamera3Stream.cpp359 0, -1, mStreamInfoBuf->getFd(0), (size_t)bufSize); in init()
636 rc = mMemOps->map_ops(index, -1, mStreamBufs->getFd(index), in bufDone()
754 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs()
1154 rc = ops_tbl->map_ops(i, -1, mStreamBatchBufs->getFd(i), in getBatchBufs()
1292 batchBufDef.fd = mStreamBatchBufs->getFd(0); in getBatchBufDef()
DQCamera3Mem.h61 int getFd(uint32_t index);
DQCamera3PostProc.cpp357 encode_parm.dest_buf[0].fd = mOutputMem->getFd( in getFWKJpegEncodeConfig()
441 encode_parm.src_main_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig()
471 encode_parm.src_thumb_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig()
492 encode_parm.dest_buf[0].fd = mOutputMem->getFd( in getJpegEncodeConfig()
/device/htc/flounder/sensor_hub/libsensors/
DSensorBase.h62 virtual int getFd() const;
DSensorBase.cpp91 int SensorBase::getFd() const { in getFd() function in SensorBase
/device/google/dragon/sensor_hub/
Dcros_ec_sensors.h136 virtual int getFd(void);
Dcros_ec_sensors.cpp119 int CrosECSensor::getFd(void) in getFd() function in CrosECSensor
Dsensors.cpp594 mPollFds[crosEcRingFd].fd = mSensor->getFd(); in cros_ec_sensors_poll_context_t()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraStream.cpp531 Buf->getFd((uint32_t)i), (uint32_t)bufSize); in mapBuf()
533 rc = ops_tbl->map_ops((uint32_t)i, -1, Buf->getFd((uint32_t)i), in mapBuf()
1145 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs()
1275 mStreamBufs->getFd(i), (size_t)bufSize, NULL); in allocateBuffers()
1385 mStreamBatchBufs->getFd(i), (size_t)mNumBufs, ops_tbl); in allocateBatchBufs()
1417 mStreamBufs->getFd(i), (size_t)bufSize, ops_tbl); in allocateBatchBufs()
1640 rc = pme->m_MemOpsTbl.map_ops(i, -1, pme->mStreamBufs->getFd(i), in BufAllocRoutine()
DQCameraMem.h64 int getFd(uint32_t index) const;
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraStream.cpp531 Buf->getFd((uint32_t)i), (uint32_t)bufSize); in mapBuf()
533 rc = ops_tbl->map_ops((uint32_t)i, -1, Buf->getFd((uint32_t)i), in mapBuf()
1145 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs()
1275 mStreamBufs->getFd(i), (size_t)bufSize, NULL); in allocateBuffers()
1385 mStreamBatchBufs->getFd(i), (size_t)mNumBufs, ops_tbl); in allocateBatchBufs()
1417 mStreamBufs->getFd(i), (size_t)bufSize, ops_tbl); in allocateBatchBufs()
1640 rc = pme->m_MemOpsTbl.map_ops(i, -1, pme->mStreamBufs->getFd(i), in BufAllocRoutine()
DQCameraMem.h64 int getFd(uint32_t index) const;
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Mem.h52 int getFd(int index);
DQCamera3Stream.cpp283 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0)); in init()
527 rc = mMemOps->map_ops(index, -1, mStreamBufs->getFd(index), in bufDone()
635 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs()
DQCamera3PostProc.cpp317 encode_parm.dest_buf[0].fd = mJpegMem->getFd( in getFWKJpegEncodeConfig()
393 encode_parm.src_main_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig()
417 encode_parm.src_thumb_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig()
432 encode_parm.dest_buf[0].fd = mJpegMem->getFd( in getJpegEncodeConfig()
DQCamera3Mem.cpp148 int QCamera3Memory::getFd(int index) in getFd() function in qcamera::QCamera3Memory
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraStream.cpp416 0, -1, mStreamInfoBuf->getFd(0), mStreamInfoBuf->getSize(0)); in init()
887 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs()
1003 mStreamBufs->getFd(i), in allocateBuffers()
1133 pme->mStreamBufs->getFd(i), in BufAllocRoutine()
DQCameraMem.h55 int getFd(int index) const;

12