Home
last modified time | relevance | path

Searched refs:getZSLBurstInterval (Results 1 – 13 of 13) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h456 int getZSLBurstInterval(void);
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h538 int getZSLBurstInterval(void);
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.h508 int getZSLBurstInterval();
DQCameraParameters.cpp7188 int QCameraParameters::getZSLBurstInterval() in getZSLBurstInterval() function in qcamera::QCameraParameters
9260 snprintf(s, 128, "ZSL Burst Interval: %d\n", getZSLBurstInterval()); in dump()
DQCamera2HWI.cpp4314 attr.post_frame_skip = mParameters.getZSLBurstInterval(); in addZSLChannel()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraParameters.h602 uint8_t getZSLBurstInterval();
DQCamera2HWI.cpp5292 attr.post_frame_skip = mParameters.getZSLBurstInterval(); in addSnapshotChannel()
5414 attr.post_frame_skip = mParameters.getZSLBurstInterval(); in addZSLChannel()
DQCameraParameters.cpp9105 uint8_t QCameraParameters::getZSLBurstInterval() in getZSLBurstInterval() function in qcamera::QCameraParameters
11872 snprintf(s, 128, "ZSL Burst Interval: %d\n", getZSLBurstInterval()); in dump()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraParameters.h602 uint8_t getZSLBurstInterval();
DQCamera2HWI.cpp5292 attr.post_frame_skip = mParameters.getZSLBurstInterval(); in addSnapshotChannel()
5414 attr.post_frame_skip = mParameters.getZSLBurstInterval(); in addZSLChannel()
DQCameraParameters.cpp9105 uint8_t QCameraParameters::getZSLBurstInterval() in getZSLBurstInterval() function in qcamera::QCameraParameters
11872 snprintf(s, 128, "ZSL Burst Interval: %d\n", getZSLBurstInterval()); in dump()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp1908 attr.post_frame_skip = getZSLBurstInterval(); in startPreview2()
DQCameraHWI_Parm.cpp3786 int QCameraHardwareInterface::getZSLBurstInterval( void ) in getZSLBurstInterval() function in android::QCameraHardwareInterface