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

  /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();
QCameraStream.h 181 //sp<PmemPool> mRecordHeap[maxFrameCnt];
349 sp<PmemPool> mDisplayHeap;
350 sp<PmemPool> mPostviewHeap;
QCameraHWI.h 800 sp<PmemPool> mPostPreviewHeap;
  /device/lge/mako/camera/
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...]
QCameraHWI_Mem.cpp 233 PmemPool::PmemPool(const char *pmem_pool,
313 ALOGV(" pmempool creating video buffers : active %d ", active);
340 PmemPool::~PmemPool()
QCameraStream.h 191 //sp<PmemPool> mRecordHeap[maxFrameCnt];
361 sp<PmemPool> mDisplayHeap;
362 sp<PmemPool> mPostviewHeap;
QCameraHWI.h 820 sp<PmemPool> mPostPreviewHeap;
QualcommCameraHardware.cpp     [all...]
  /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...]
  /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()

Completed in 68 milliseconds