Home | History | Annotate | Download | only in videoprocess

Lines Matching full:algorithm_str

504     char algorithm_str[MAX_LEN], flags_str[MAX_LEN];
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"))