HomeSort by relevance Sort by last modified time
    Searched defs:PmemPool (Results 1 - 8 of 8) sorted by null

  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Mem.cpp 231 PmemPool::PmemPool(const char *pmem_pool,
311 LOGV(" pmempool creating video buffers : active %d ", active);
337 PmemPool::~PmemPool()
  /device/lge/mako/camera/
QCameraHWI_Mem.cpp 233 PmemPool::PmemPool(const char *pmem_pool,
313 ALOGV(" pmempool creating video buffers : active %d ", active);
340 PmemPool::~PmemPool()
QCameraHWI_Mem.h 75 class PmemPool : public MemPool {
77 PmemPool(const char *pmem_pool,
82 virtual ~PmemPool();
QualcommCameraHardware.h 260 struct PmemPool : public MemPool {
261 PmemPool(const char *pmem_pool,
266 virtual ~PmemPool();
306 // sp<PmemPool> mPreviewHeap;
307 sp<PmemPool> mYV12Heap;
308 sp<PmemPool> mRecordHeap;
309 sp<PmemPool> mThumbnailHeap;
310 sp<PmemPool> mRawHeap;
311 sp<PmemPool> mDisplayHeap;
315 sp<PmemPool> mRawSnapShotPmemHeap
    [all...]
QualcommCameraHardware.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI_Mem.h 76 class PmemPool : public MemPool {
78 PmemPool(const char *pmem_pool,
83 virtual ~PmemPool();
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 138 struct PmemPool : public MemPool {
139 PmemPool(const char *pmem_pool,
144 virtual ~PmemPool() { }
150 struct PreviewPmemPool : public PmemPool {
158 struct RawPmemPool : public PmemPool {
QualcommCameraHardware.cpp     [all...]

Completed in 55 milliseconds