Home
last modified time | relevance | path

Searched refs:KEY_QC_ZSL_BURST_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.h169 static const char KEY_QC_ZSL_BURST_INTERVAL[]; variable
DQCameraParameters.cpp124 const char QCameraParameters::KEY_QC_ZSL_BURST_INTERVAL[] = "capture-burst-interval"; member in qcamera::QCameraParameters
4726 const char *str = params.get(KEY_QC_ZSL_BURST_INTERVAL); in setZslAttributes()
4728 set(KEY_QC_ZSL_BURST_INTERVAL, str); in setZslAttributes()
4732 set(KEY_QC_ZSL_BURST_INTERVAL, prop); in setZslAttributes()
10337 int interval = getInt(KEY_QC_ZSL_BURST_INTERVAL); in getZSLBurstInterval()