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

  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 258 int random_framesize=0, newsize=0, delayed_celt=0; local
433 } else if( strcmp( argv[ args ], "-random_framesize" ) == 0 ) {
434 check_encoder_option(decode_only, "-random_framesize");
435 random_framesize = 1;
628 } else if (random_framesize && rand()%20==0)
    [all...]
  /external/libopus/src/
opus_demo.c 258 int random_framesize=0, newsize=0, delayed_celt=0; local
433 } else if( strcmp( argv[ args ], "-random_framesize" ) == 0 ) {
434 check_encoder_option(decode_only, "-random_framesize");
435 random_framesize = 1;
628 } else if (random_framesize && rand()%20==0)
    [all...]

Completed in 286 milliseconds