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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testprogram.c 96 float outtime; local
306 outtime = (float)((float)blockcount*
310 printf("\nLength of speech file: %.1f s\n", outtime);
315 (100*(runtime1+runtime2)/outtime));
  /build/soong/third_party/zip/
zip_test.go 60 outTime := fh.ModTime()
61 if !outTime.Equal(testTime) {
62 t.Errorf("times don't match: got %s, want %s", outTime, testTime)
  /prebuilts/go/darwin-x86/src/archive/zip/
zip_test.go 63 outTime := fh.ModTime()
64 if !outTime.Equal(testTime) {
65 t.Errorf("times don't match: got %s, want %s", outTime, testTime)
  /prebuilts/go/linux-x86/src/archive/zip/
zip_test.go 63 outTime := fh.ModTime()
64 if !outTime.Equal(testTime) {
65 t.Errorf("times don't match: got %s, want %s", outTime, testTime)
  /cts/tests/tests/media/src/android/media/cts/
VpxCodecTestBase.java 647 ". OutTime: " + (outPresentationTimeUs + 500)/1000);
    [all...]

Completed in 471 milliseconds