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

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

Completed in 1847 milliseconds