Lines Matching full:atoi
757 frame_width = atoi(optarg);
760 frame_height = atoi(optarg);
764 frame_count = atoi(optarg);
767 frame_rate = atoi(optarg);
776 frame_bitrate = atoi(optarg);
779 minimal_qp = atoi(optarg);
782 initial_qp = atoi(optarg);
785 intra_period = atoi(optarg);
788 intra_idr_period = atoi(optarg);
791 ip_period = atoi(optarg);
826 h264_entropy_mode = atoi(optarg) ? 1: 0;