Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp10771 int qdepth = getInt(KEY_QC_ZSL_QUEUE_DEPTH); in getZSLQueueDepth() local
10772 if (qdepth < 0) { in getZSLQueueDepth()
10773 qdepth = 2; in getZSLQueueDepth()
10776 qdepth = 1; in getZSLQueueDepth()
10778 return (uint8_t)qdepth; in getZSLQueueDepth()