Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/
DSensorEventQueue.h61 int getSize();
DSensorEventQueue.cpp65 int SensorEventQueue::getSize() { in getSize() function in SensorEventQueue
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp392 size_t getSize(int format, int width, int height, const int alignedw, in getSize() function
511 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions()
530 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions()
547 size = getSize(format, width, height, alignedw, alignedh); in getBufferAttributes()
/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp27 int actual = queue->getSize(); in checkSize()
151 while (!fullQueueReaderShouldRead(queue->getSize(), totalReads)) { in fullQueueReaderTask()
/hardware/intel/img/hwcomposer/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/samsung_slsi/exynos5/include/
DExynosJpegApi.h181 int getSize(int *piWidth, int *piHeight);
215 int getSize(int *piWidth, int *piHeight);
/hardware/intel/img/hwcomposer/include/
DBufferMapper.h57 virtual uint32_t getSize(int subIndex) const = 0;
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp397 size_t getSize(int format, int width, int height, const int alignedw, in getSize() function
519 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions()
538 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions()
555 size = getSize(format, width, height, alignedw, alignedh); in getBufferAttributes()
/hardware/samsung_slsi/exynos5/libhwjpeg/
DExynosJpegEncoder.cpp110 int ExynosJpegEncoder::getSize(int *piW, int *piH) in getSize() function in ExynosJpegEncoder
DExynosJpegDecoder.cpp113 int ExynosJpegDecoder::getSize(int *piW, int *piH) in getSize() function in ExynosJpegDecoder
/hardware/ti/omap4-aah/camera/inc/
DBufferSourceAdapter.h186 virtual unsigned int getSize();
DCameraHal.h630 virtual unsigned int getSize() {return 0; } in getSize() function
/hardware/ti/omap4-aah/camera/
DBufferSourceAdapter.cpp611 unsigned int BufferSourceAdapter::getSize() { in getSize() function in Ti::Camera::BufferSourceAdapter
DCameraHal.cpp3434 mImageLength = outAdapter->getSize(); in __takePicture()
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosJpegEncoderForCamera.cpp886 ret = m_jpegMain->getSize(&iTempWidth, &iTempHeight); in encodeThumbnail()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosJpegEncoderForCamera.cpp935 ret = m_jpegMain->getSize(&iTempWidth, &iTempHeight); in encodeThumbnail()