Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_aldch_v21_module.cpp153 XCamReturn sample_aldch_v21_bic_weight_table(const rk_aiq_sys_ctx_t* ctx, bool isSwitch) in sample_aldch_v21_bic_weight_table() argument
163 if (isSwitch) in sample_aldch_v21_bic_weight_table()
247 static bool isSwitch = false; in sample_aldch_v21_module() local
248 isSwitch = !isSwitch; in sample_aldch_v21_module()
249 sample_aldch_v21_bic_weight_table(ctx, isSwitch); in sample_aldch_v21_module()
250 printf("aldch switch bic weight table to %s\n\n", isSwitch ? "0x20" : "default"); in sample_aldch_v21_module()