OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PmemPool
(Results
1 - 6
of
6
) 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
();
Completed in 51 milliseconds