Home | History | Annotate | Download | only in tests

Lines Matching refs:opus_strerror

1882    if(opus_strerror(-32768)==NULL)test_failed();
1883 if(opus_strerror(32767)==NULL)test_failed();
1884 if(strlen(opus_strerror(0))<1)test_failed();