Home
last modified time | relevance | path

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

/device/asus/flo/camera/QCamera2/HAL/
DQCameraParameters.cpp4996 int qdepth = getInt(KEY_QC_ZSL_QUEUE_DEPTH); in getZSLQueueDepth() local
4997 if (qdepth < 0) { in getZSLQueueDepth()
4998 qdepth = 2; in getZSLQueueDepth()
5000 return qdepth; in getZSLQueueDepth()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraParameters.cpp4996 int qdepth = getInt(KEY_QC_ZSL_QUEUE_DEPTH); in getZSLQueueDepth() local
4997 if (qdepth < 0) { in getZSLQueueDepth()
4998 qdepth = 2; in getZSLQueueDepth()
5000 return qdepth; in getZSLQueueDepth()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.cpp7208 int qdepth = getInt(KEY_QC_ZSL_QUEUE_DEPTH); in getZSLQueueDepth() local
7209 if (qdepth < 0) { in getZSLQueueDepth()
7210 qdepth = 2; in getZSLQueueDepth()
7212 return qdepth; in getZSLQueueDepth()