Home | History | Annotate | Download | only in putsurface

Lines Matching full:optarg

549                 ret = sscanf(optarg, "%dx%d+%d+%d", &win_width, &win_height, &win_x, &win_y);
558 frame_rate = atoi(optarg);
561 surface_width = atoi(optarg);
564 surface_height = atoi(optarg);
567 frame_num_total = atoi(optarg);
570 box_width = atoi(optarg);
586 if (atoi(optarg) == 1) {
589 } else if (atoi(optarg) == 2) {
596 sscanf(optarg, "%s", str_src_fmt);
605 sscanf(optarg, "%s", str_dst_fmt);