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

/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp504 char algorithm_str[MAX_LEN], flags_str[MAX_LEN]; local
509 if (!read_value_string(g_config_file_fd, "DEINTERLACING_ALGORITHM", algorithm_str)) {
510 printf("Deinterlacing algorithm in config: %s \n", algorithm_str);
511 if (!strcmp(algorithm_str, "VAProcDeinterlacingBob"))
513 else if (!strcmp(algorithm_str, "VAProcDeinterlacingWeave"))
515 else if (!strcmp(algorithm_str, "VAProcDeinterlacingMotionAdaptive"))
517 else if (!strcmp(algorithm_str, "VAProcDeinterlacingMotionCompensated"))

Completed in 19 milliseconds