Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h212 static const char WHITE_BALANCE_MANUAL[]; variable
DQCameraParameters.cpp204 const char QCameraParameters::WHITE_BALANCE_MANUAL[] = "manual"; member in qcamera::QCameraParameters
726 { WHITE_BALANCE_MANUAL, CAM_WB_MODE_MANUAL},
2874 if (strcmp(wb_str, WHITE_BALANCE_MANUAL)) { in setManualWhiteBalance()