HomeSort by relevance Sort by last modified time
    Searched refs:arg_def_t (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/
vpxenc.c 126 static const arg_def_t help =
128 static const arg_def_t debugmode =
130 static const arg_def_t outputfile =
132 static const arg_def_t use_yv12 =
134 static const arg_def_t use_i420 =
136 static const arg_def_t use_i422 =
138 static const arg_def_t use_i444 =
140 static const arg_def_t use_i440 =
142 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use");
143 static const arg_def_t passes
    [all...]
vpxdec.c 50 static const arg_def_t help =
52 static const arg_def_t looparg =
54 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use");
55 static const arg_def_t use_yv12 =
57 static const arg_def_t use_i420 =
59 static const arg_def_t flipuvarg =
61 static const arg_def_t rawvideo =
63 static const arg_def_t noblitarg =
65 static const arg_def_t progressarg =
67 static const arg_def_t limitarg
    [all...]
args.h 40 } arg_def_t; typedef in typeref:struct:arg_def
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 35 static const arg_def_t skip_frames_arg =
37 static const arg_def_t frames_arg =
39 static const arg_def_t threads_arg =
42 static const arg_def_t output_rc_stats_arg =
45 static const arg_def_t width_arg = ARG_DEF("w", "width", 1, "source width");
46 static const arg_def_t height_arg = ARG_DEF("h", "height", 1, "source height");
47 static const arg_def_t timebase_arg =
49 static const arg_def_t bitrate_arg = ARG_DEF(
51 static const arg_def_t spatial_layers_arg =
53 static const arg_def_t temporal_layers_arg
    [all...]

Completed in 116 milliseconds