Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.h174 static const char KEY_QC_ZSL_QUEUE_DEPTH[]; variable
DQCameraParameters.cpp126 const char QCameraParameters::KEY_QC_ZSL_QUEUE_DEPTH[] = "capture-burst-queue-depth"; member in qcamera::QCameraParameters
4765 str = params.get(KEY_QC_ZSL_QUEUE_DEPTH); in setZslAttributes()
4767 set(KEY_QC_ZSL_QUEUE_DEPTH, str); in setZslAttributes()
4775 set(KEY_QC_ZSL_QUEUE_DEPTH, queue_depth); in setZslAttributes()
10395 int qdepth = getInt(KEY_QC_ZSL_QUEUE_DEPTH); in getZSLQueueDepth()