Searched refs:random_framesize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Dopus_demo.c258 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)
/external/libopus/src/
H A Dopus_demo.c258 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)

Completed in 103 milliseconds