OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_BURST
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/omap4xxx/camera/inc/
TICameraParameters.h
40
static const char
KEY_BURST
[];
/hardware/ti/omap4xxx/test/CameraHal/
camera_test.h
12
#define
KEY_BURST
"burst-capture"
/hardware/ti/omap4xxx/camera/
TICameraParameters.cpp
41
const char TICameraParameters::
KEY_BURST
[] = "burst-capture";
CameraHal.cpp
499
if ((valstr = params.get(TICameraParameters::
KEY_BURST
)) != NULL) {
500
if (params.getInt(TICameraParameters::
KEY_BURST
) >=0) {
502
mParameters.set(TICameraParameters::
KEY_BURST
, valstr);
[
all
...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp
176
varint = params.getInt(TICameraParameters::
KEY_BURST
);
[
all
...]
Completed in 57 milliseconds