OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBuffersWithDucati
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h
262
KeyedVector<int, bool>
mBuffersWithDucati
;
/hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp
315
if(
mBuffersWithDucati
.indexOfKey((int)frameBuf)>=0)
318
for(int i=0;i<
mBuffersWithDucati
.size();i++) LOGE("0x%x",
mBuffersWithDucati
.keyAt(i));
320
mBuffersWithDucati
.add((int)frameBuf,1);
[
all
...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp
[
all
...]
Completed in 153 milliseconds