Home | History | Annotate | Download | only in encode

Lines Matching full:optarg

757             frame_width = atoi(optarg);
760 frame_height = atoi(optarg);
764 frame_count = atoi(optarg);
767 frame_rate = atoi(optarg);
770 coded_fn = strdup(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);
794 rc_mode = string_to_rc(optarg);
801 srcyuv_fn = strdup(optarg);
804 recyuv_fn = strdup(optarg);
807 srcyuv_fourcc = string_to_fourcc(optarg);
820 misc_priv_type = strtol(optarg, NULL, 0);
823 misc_priv_value = strtol(optarg, NULL, 0);
826 h264_entropy_mode = atoi(optarg) ? 1: 0;
829 if (strncmp(optarg, "BP", 2) == 0)
831 else if (strncmp(optarg, "MP", 2) == 0)
833 else if (strncmp(optarg, "HP", 2) == 0)