Home
last modified time | relevance | path

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

/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()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraParameters.cpp9125 int qdepth = getInt(KEY_QC_ZSL_QUEUE_DEPTH); in getZSLQueueDepth() local
9126 if (qdepth < 0) { in getZSLQueueDepth()
9127 qdepth = 2; in getZSLQueueDepth()
9129 return (uint8_t)qdepth; in getZSLQueueDepth()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraParameters.cpp9125 int qdepth = getInt(KEY_QC_ZSL_QUEUE_DEPTH); in getZSLQueueDepth() local
9126 if (qdepth < 0) { in getZSLQueueDepth()
9127 qdepth = 2; in getZSLQueueDepth()
9129 return (uint8_t)qdepth; in getZSLQueueDepth()