/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3StreamMem.cpp | 127 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()
|
D | QCamera3StreamMem.h | 56 int getFd(uint32_t index);
|
D | QCamera3Stream.cpp | 359 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()
|
D | QCamera3Mem.h | 61 int getFd(uint32_t index);
|
D | QCamera3PostProc.cpp | 357 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/ |
D | QCamera3StreamMem.cpp | 127 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()
|
D | QCamera3StreamMem.h | 56 int getFd(uint32_t index);
|
D | QCamera3Stream.cpp | 359 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()
|
D | QCamera3Mem.h | 61 int getFd(uint32_t index);
|
D | QCamera3PostProc.cpp | 357 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/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3StreamMem.cpp | 119 int QCamera3StreamMem::getFd(uint32_t index) in getFd() function in qcamera::QCamera3StreamMem 124 return mHeapMem.getFd(index); in getFd() 126 return mGrallocMem.getFd(index); in getFd()
|
D | QCamera3StreamMem.h | 56 int getFd(uint32_t index);
|
D | QCamera3Stream.cpp | 432 0, -1, mStreamInfoBuf->getFd(0), (size_t)bufSize, in init() 761 rc = mMemOps->map_ops(index, -1, mStreamBufs->getFd(index), in bufDone() 928 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs() 1370 rc = ops_tbl->map_ops(i, -1, mStreamBatchBufs->getFd(i), in getBatchBufs() 1508 batchBufDef.fd = mStreamBatchBufs->getFd(0); in getBatchBufDef()
|
D | QCamera3Mem.h | 64 int getFd(uint32_t index);
|
D | QCamera3PostProc.cpp | 391 encode_parm.dest_buf[0].fd = mOutputMem->getFd( in getFWKJpegEncodeConfig() 474 encode_parm.src_main_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig() 504 encode_parm.src_thumb_buf[i].fd = pStreamMem->getFd(i); in getJpegEncodeConfig() 525 encode_parm.dest_buf[0].fd = mOutputMem->getFd( in getJpegEncodeConfig()
|
/device/google/dragon/sensor_hub/ |
D | cros_ec_sensors.h | 140 virtual int getFd(void);
|
D | cros_ec_sensors.cpp | 119 int CrosECSensor::getFd(void) in getFd() function in CrosECSensor
|
D | sensors.cpp | 596 mPollFds[crosEcRingFd].fd = mSensor->getFd(); in cros_ec_sensors_poll_context_t()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 531 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()
|
D | QCameraMem.h | 64 int getFd(uint32_t index) const;
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 531 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()
|
D | QCameraMem.h | 64 int getFd(uint32_t index) const;
|
/device/google/marlin/camera/QCamera2/util/ |
D | QCameraDisplay.cpp | 101 looper->addFd(pQCameraDisplay->mDisplayEventReceiver.getFd(), 0, ALOOPER_EVENT_INPUT, in vsyncThreadCamera()
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 635 0 /*cookie*/, Buf->getFd(i), bufSize, Buf->getPtr(i)); in mapBufs() 1345 0 /*cookie*/, mStreamBufs->getFd(i), bufSize, in getBufs() 1514 -1 /*plane index*/, 0 /*cookie*/, mStreamBufs->getFd(index), in mapNewBuffer() 1684 mStreamBufs->getFd(i), bufSize, in mapBuffers() 1753 0 /*cookie*/, mStreamBatchBufs->getFd(i), in allocateBatchBufs() 1803 0 /*cookie*/, mStreamBufs->getFd(i), bufSize, in allocateBatchBufs() 2051 0 /*cookie*/, pme->mStreamBufs->getFd(i), bufSize, in BufAllocRoutine()
|
D | QCameraMem.h | 78 int getFd(uint32_t index) const;
|