Searched defs:ZSLStr (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp1705 const char *ZSLStr = NULL; local
1752 ZSLStr = mParams.get(CameraContext::KEY_ZSL);
1753 if (NULL != ZSLStr) {
1754 ZSLStrSize = strlen(ZSLStr);
1755 if (!strncmp(ZSLStr, "on", ZSLStrSize)) {
1757 } else if (!strncmp(ZSLStr, "off", ZSLStrSize)) {
3364 const char *ZSLStr = NULL; local
3570 ZSLStr = currentCamera->getZSL();
3572 if (NULL != ZSLStr) {
3573 ZSLStrSize = strlen(ZSLStr);
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp1705 const char *ZSLStr = NULL; local
1752 ZSLStr = mParams.get(CameraContext::KEY_ZSL);
1753 if (NULL != ZSLStr) {
1754 ZSLStrSize = strlen(ZSLStr);
1755 if (!strncmp(ZSLStr, "on", ZSLStrSize)) {
1757 } else if (!strncmp(ZSLStr, "off", ZSLStrSize)) {
3364 const char *ZSLStr = NULL; local
3570 ZSLStr = currentCamera->getZSL();
3572 if (NULL != ZSLStr) {
3573 ZSLStrSize = strlen(ZSLStr);
[all...]

Completed in 43 milliseconds