Searched refs:wb_str (Results 1 – 1 of 1) sorted by relevance
2522 const char *wb_str = params.get(KEY_WHITE_BALANCE); in setManualWhiteBalance() local2523 CDBG("%s, current wb mode: %s", __func__, wb_str); in setManualWhiteBalance()2525 if (wb_str != NULL) { in setManualWhiteBalance()2526 if (strcmp(wb_str, WHITE_BALANCE_MANUAL)) { in setManualWhiteBalance()