OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oversion
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/tests/
test_opus_decode.c
378
const char *
oversion
;
local
399
oversion
=opus_get_version_string();
400
if(!
oversion
)test_failed();
401
fprintf(stderr,"Testing %s decoder. Random seed: %u (%.4X)\n",
oversion
, iseed, fast_rand() % 65535);
test_opus_encode.c
414
const char *
oversion
;
local
435
oversion
=opus_get_version_string();
436
if(!
oversion
)test_failed();
437
fprintf(stderr,"Testing %s encoder. Random seed: %u (%.4X)\n",
oversion
, iseed, fast_rand() % 65535);
test_opus_api.c
1794
const char *
oversion
;
local
[
all
...]
Completed in 634 milliseconds