Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h173 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
4961 const char *str = params.get(KEY_QC_ZSL_BURST_INTERVAL); in setZslAttributes()
4963 set(KEY_QC_ZSL_BURST_INTERVAL, str); in setZslAttributes()
4967 set(KEY_QC_ZSL_BURST_INTERVAL, prop); in setZslAttributes()
10753 int interval = getInt(KEY_QC_ZSL_BURST_INTERVAL); in getZSLBurstInterval()