OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qmem
(Results
1 - 1
of
1
) sorted by null
/device/lge/mako/camera/
QualcommCamera.cpp
180
q_cam_memory_t *
qmem
= (q_cam_memory_t *)malloc(sizeof(q_cam_memory_t));
181
if (
qmem
) {
182
qmem
->dataPtr = dataPtr;
183
qmem
->mem.data = (void *)((int)dataPtr->pointer() + dataPtr->offset());
184
qmem
->mem.handle = NULL; //(void *)dataPtr->getHeapID();
185
qmem
->mem.size = dataPtr->size( );
186
qmem
->mem.release = camera_release_memory;
187
qmem
->msgType = msgType;
188
qmem
->index = counter;
216
q_cam_memory_t *
qmem
= (q_cam_memory_t *)malloc(sizeof(q_cam_memory_t))
local
250
q_cam_memory_t *
qmem
= (q_cam_memory_t *)malloc(sizeof(q_cam_memory_t));
local
[
all
...]
Completed in 40 milliseconds