HomeSort by relevance Sort by last modified time
    Searched full:read_value_float (Results 1 - 1 of 1) sorted by null

  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 159 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)) {
    [all...]

Completed in 144 milliseconds