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

  /external/libnl/src/lib/
ct.c 147 } else if (arg_match("origicmpid")) {
150 } else if (arg_match("origicmptype")) {
153 } else if (arg_match("origicmpcode")) {
156 } else if (arg_match("replyicmpid")) {
159 } else if (arg_match("replyicmptype")) {
162 } else if (arg_match("replyicmpcode")) {
  /external/libvpx/libvpx/
vpxdec.c 557 if (arg_match(&arg, &codecarg, argi)) {
561 } else if (arg_match(&arg, &looparg, argi)) {
563 } else if (arg_match(&arg, &outputfile, argi))
565 else if (arg_match(&arg, &use_yv12, argi)) {
569 } else if (arg_match(&arg, &use_i420, argi)) {
573 } else if (arg_match(&arg, &rawvideo, argi)) {
575 } else if (arg_match(&arg, &flipuvarg, argi))
577 else if (arg_match(&arg, &noblitarg, argi))
579 else if (arg_match(&arg, &progressarg, argi))
581 else if (arg_match(&arg, &limitarg, argi)
    [all...]
vpxenc.c     [all...]
args.h 49 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
args.c 36 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) { function
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 218 if (arg_match(&arg, &frames_arg, argi)) {
220 } else if (arg_match(&arg, &width_arg, argi)) {
222 } else if (arg_match(&arg, &height_arg, argi)) {
224 } else if (arg_match(&arg, &timebase_arg, argi)) {
226 } else if (arg_match(&arg, &bitrate_arg, argi)) {
228 } else if (arg_match(&arg, &skip_frames_arg, argi)) {
230 } else if (arg_match(&arg, &spatial_layers_arg, argi)) {
232 } else if (arg_match(&arg, &temporal_layers_arg, argi)) {
235 } else if (arg_match(&arg, &output_rc_stats_arg, argi)) {
238 } else if (arg_match(&arg, &speed_arg, argi))
    [all...]

Completed in 154 milliseconds