Searched refs:KEY_BURST (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/
H A DTICameraParameters.h40 static const char KEY_BURST[]; member in class:android::TICameraParameters
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h12 #define KEY_BURST "burst-capture" macro
/hardware/ti/omap4xxx/camera/
H A DTICameraParameters.cpp41 const char TICameraParameters::KEY_BURST[] = "burst-capture"; member in class:android::TICameraParameters
H A DCameraHal.cpp499 if ((valstr = params.get(TICameraParameters::KEY_BURST)) != NULL) {
500 if (params.getInt(TICameraParameters::KEY_BURST) >=0) {
502 mParameters.set(TICameraParameters::KEY_BURST, valstr);
2516 burst = mParameters.getInt(TICameraParameters::KEY_BURST);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp176 varint = params.getInt(TICameraParameters::KEY_BURST);

Completed in 130 milliseconds