Searched refs:read_value_float (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp159 read_value_float(FILE *fp, const char* field_name, float* value) function
477 if (read_value_float(g_config_file_fd, "DENOISE_INTENSITY", &intensity)) {
582 if(read_value_float(g_config_file_fd, "SHARPENING_INTENSITY", &intensity)) {
625 status = read_value_float(g_config_file_fd, "COLOR_BALANCE_HUE", &value);
629 status = read_value_float(g_config_file_fd, "COLOR_BALANCE_SATURATION", &value);
633 status = read_value_float(g_config_file_fd, "COLOR_BALANCE_BRIGHTNESS", &value);
637 status = read_value_float(g_config_file_fd, "COLOR_BALANCE_CONTRAST", &value);
677 if (read_value_float(g_config_file_fd, "BLENDING_GLOBAL_ALPHA", &global_alpha)) {

Completed in 5 milliseconds