Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpmux.c537 int num_frame_args; in ValidateCommandLine() local
564 num_frame_args = CountOccurrences(cmd_args, "-frame"); in ValidateCommandLine()
576 if ((num_frame_args == 0) && (num_loop_args + num_bgcolor_args > 0)) { in ValidateCommandLine()
580 if (num_durations_args > 0 && num_frame_args != 0) { in ValidateCommandLine()
588 } else if (num_frame_args == 0) { in ValidateCommandLine()
593 *num_feature_args = num_frame_args + num_loop_args + num_bgcolor_args; in ValidateCommandLine()

Completed in 2 milliseconds