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

  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 91 static void check_encoder_option(int decode_only, const char *opt)
93 if (decode_only)
263 int encode_only=0, decode_only=0; local
296 decode_only = 1;
299 if (!decode_only && argc < 7 )
305 if (!decode_only)
322 if (!decode_only)
353 check_encoder_option(decode_only, "-cbr");
357 check_encoder_option(decode_only, "-bandwidth");
376 check_encoder_option(decode_only, "-framesize")
    [all...]

Completed in 126 milliseconds