Home
last modified time | relevance | path

Searched refs:getSize (Results 1 – 25 of 35) sorted by relevance

12

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3StreamMem.cpp139 ssize_t QCamera3StreamMem::getSize(uint32_t index) in getSize() function in qcamera::QCamera3StreamMem
144 return mHeapMem.getSize(index); in getSize()
146 return mGrallocMem.getSize(index); in getSize()
257 return (mHeapMem.getSize(index) > 0); in valid()
259 return (mGrallocMem.getSize(index) > 0); in valid()
DQCamera3StreamMem.h57 ssize_t getSize(uint32_t index);
DQCamera3Mem.h65 ssize_t getSize(uint32_t index);
DQCamera3Stream.cpp372 bufSize = mStreamInfoBuf->getSize(0); in init()
656 ssize_t bufSize = mStreamBufs->getSize(index); in bufDone()
781 ssize_t bufSize = mStreamBufs->getSize(i); in getBufs()
/hardware/libhardware/modules/sensors/
DSensorEventQueue.h61 int getSize();
DSensorEventQueue.cpp65 int SensorEventQueue::getSize() { in getSize() function in SensorEventQueue
/hardware/qcom/gps/msm8909/utils/
DLocHeap.cpp69 inline int getSize() { return mSize; } in getSize() function in LocHeapNode
274 return (NULL == mTree) ? 0 : mTree->getSize(); in getTreeSize()
291 return (NULL == mTree) ? 0 : (mTree->getSize()); in getTreeSize()
/hardware/qcom/gps/msm8996/utils/
DLocHeap.cpp69 inline int getSize() { return mSize; } in getSize() function in LocHeapNode
274 return (NULL == mTree) ? 0 : mTree->getSize(); in getTreeSize()
291 return (NULL == mTree) ? 0 : (mTree->getSize()); in getTreeSize()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DTTMBufferMapper.h40 uint32_t getSize(int /* subIndex */) const { in getSize() function
DGrallocBufferMapperBase.h36 uint32_t getSize(int subIndex) const;
DGrallocBufferMapperBase.cpp56 uint32_t GrallocBufferMapperBase::getSize(int subIndex) const in getSize() function in android::intel::GrallocBufferMapperBase
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DTTMBufferMapper.h40 uint32_t getSize(int subIndex) const { in getSize() function
DGrallocBufferMapperBase.h36 uint32_t getSize(int subIndex) const;
DGrallocBufferMapperBase.cpp56 uint32_t GrallocBufferMapperBase::getSize(int subIndex) const in getSize() function in android::intel::GrallocBufferMapperBase
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DBufferMapper.h57 virtual uint32_t getSize(int subIndex) const = 0;
/hardware/intel/img/hwcomposer/merrifield/include/
DBufferMapper.h57 virtual uint32_t getSize(int subIndex) const = 0;
/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp27 int actual = queue->getSize(); in checkSize()
151 while (!fullQueueReaderShouldRead(queue->getSize(), totalReads)) { in fullQueueReaderTask()
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp394 size_t getSize(int format, int width, int height, const int alignedw, in getSize() function
515 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions()
534 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions()
551 size = getSize(format, width, height, alignedw, alignedh); in getBufferAttributes()
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp397 unsigned int getSize(int format, int width, int height, const int alignedw, in getSize() function
514 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions()
533 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions()
550 size = getSize(format, width, height, alignedw, alignedh); in getBufferAttributes()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp410 unsigned int getSize(int format, int width, int height, const int alignedw, in getSize() function
527 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions()
546 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions()
563 size = getSize(format, width, height, alignedw, alignedh); in getBufferAttributes()
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp481 unsigned int getSize(int format, int width, int height, int usage, in getSize() function
607 size = getSize(format, width, height, 0 /* usage */, alignedw, alignedh); in getBufferSizeAndDimensions()
625 size = getSize(format, width, height, usage, alignedw, alignedh); in getBufferSizeAndDimensions()
642 size = getSize(format, width, height, usage, alignedw, alignedh); in getBufferAttributes()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp546 unsigned int getSize(int format, int width, int height, int usage, in getSize() function
685 size = getSize(format, width, height, 0 /* usage */, alignedw, alignedh); in getBufferSizeAndDimensions()
703 size = getSize(format, width, height, usage, alignedw, alignedh); in getBufferSizeAndDimensions()
720 size = getSize(format, width, height, usage, alignedw, alignedh); in getBufferAttributes()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraStream.cpp545 bufSize = Buf->getSize(i); in unMapBuf()
589 ssize_t bufSize = Buf->getSize(i); in mapBufs()
1298 ssize_t bufSize = mStreamBufs->getSize(i); in getBufs()
1465 ssize_t bufSize = mStreamBufs->getSize(index); in mapNewBuffer()
1640 ssize_t bufSize = mStreamBufs->getSize(i); in mapBuffers()
1757 ssize_t bufSize = mStreamBufs->getSize(i); in allocateBatchBufs()
2000 ssize_t bufSize = pme->mStreamBufs->getSize(i); in BufAllocRoutine()
DQCameraMem.h79 ssize_t getSize(uint32_t index) const;
/hardware/ti/omap4-aah/camera/inc/
DBufferSourceAdapter.h186 virtual unsigned int getSize();

12