HomeSort by relevance Sort by last modified time
    Searched defs:adaptive (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
unittest.cc 103 template <typename T, bool adaptive>
113 ASSERT_EQ(0, T::EncoderInit(encdec, adaptive ? 0 : 1));
116 if (adaptive)
124 ASSERT_EQ(0, T::EncoderInit(enc, adaptive ? 0 : 1));
126 if (adaptive)
155 if (adaptive)
196 bool adaptive; member in struct:webrtc::__anon27778::IsacTestParam
203 << (itp.adaptive ? "adaptive" : "nonadaptive") << ','
218 if (p.adaptive)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 136 /* tests for adaptive codecs */
137 Test adaptiveEarlyEos = new EarlyEosTest().adaptive();
138 Test adaptiveEosFlushSeek = new EosFlushSeekTest().adaptive();
142 /* DRC tests for adaptive codecs */
143 Test adaptiveReconfigDrc = new ReconfigDrcTest().adaptive();
145 Test adaptiveDrc = new AdaptiveDrcTest(); /* adaptive */
458 * adaptive playback.
511 /* ADAPTIVE-ONLY TESTS - only run on codecs that support adaptive playback */
526 adaptive(); method
606 adaptive(); method
    [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 207 milliseconds