Home
last modified time | relevance | path

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

/external/v4l-utils/lib/libv4lconvert/processing/
Dlibv4lprocessing.c175 data->lookup_table_update_counter == V4L2PROCESSING_UPDATE_RATE) { in v4lprocessing_processing()
177 data->lookup_table_update_counter = 0; in v4lprocessing_processing()
182 data->lookup_table_update_counter++; in v4lprocessing_processing()
Dlibv4lprocessing-priv.h39 int lookup_table_update_counter; member
Dwhitebalance.c102 if (throttling && data->lookup_table_update_counter == 0) in whitebalance_calculate_lookup_tables_generic()
103 data->lookup_table_update_counter = in whitebalance_calculate_lookup_tables_generic()
Dautogain.c199 data->lookup_table_update_counter = V4L2PROCESSING_UPDATE_RATE - 2; in autogain_calculate_lookup_tables()