OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxSnapshotBufferCount
(Results
1 - 4
of
4
) sorted by null
/device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraStream.h
356
static const int
mMaxSnapshotBufferCount
= 16;
358
int mMainfd[
mMaxSnapshotBufferCount
];
359
int mThumbfd[
mMaxSnapshotBufferCount
];
362
camera_memory_t *mCameraMemoryPtrMain[
mMaxSnapshotBufferCount
];
363
camera_memory_t *mCameraMemoryPtrThumb[
mMaxSnapshotBufferCount
];
/device/lge/mako/camera/
QCameraStream.h
368
static const int
mMaxSnapshotBufferCount
= 16;
370
int mMainfd[
mMaxSnapshotBufferCount
];
371
int mThumbfd[
mMaxSnapshotBufferCount
];
374
camera_memory_t *mCameraMemoryPtrMain[
mMaxSnapshotBufferCount
];
375
camera_memory_t *mCameraMemoryPtrThumb[
mMaxSnapshotBufferCount
];
QCameraHWI_Still.cpp
[
all
...]
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp
[
all
...]
Completed in 20 milliseconds