OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCaptureBufs
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h
203
android::KeyedVector<CameraBuffer *, int>
mCaptureBufs
;
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp
484
mCaptureBufs
.add(&bufArr[i], i);
485
CAMHAL_LOGDB("capture- buff [%d] = 0x%x ",i,
mCaptureBufs
.keyAt(i));
612
buffer =
mCaptureBufs
.keyAt(index);
677
mCaptureBufs
.clear();
[
all
...]
Completed in 108 milliseconds