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

  /frameworks/av/media/libstagefright/include/
WVMExtractor.h 38 virtual void setAdaptiveStreamingMode(bool adaptive) = 0;
64 // Set to use adaptive streaming mode by the WV component.
65 // If adaptive == true, adaptive streaming mode will be used.
66 // Default mode is non-adaptive streaming mode.
67 // Should set to use adaptive streaming mode only if widevine:// protocol
69 void setAdaptiveStreamingMode(bool adaptive);
  /frameworks/av/media/libstagefright/
WVMExtractor.cpp 136 void WVMExtractor::setAdaptiveStreamingMode(bool adaptive) {
138 mImpl->setAdaptiveStreamingMode(adaptive);
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 113 /* tests for adaptive codecs */
114 Test adaptiveEarlyEos = new EarlyEosTest().adaptive();
115 Test adaptiveEosFlushSeek = new EosFlushSeekTest().adaptive();
119 /* DRC tests for adaptive codecs */
120 Test adaptiveReconfigDrc = new ReconfigDrcTest().adaptive();
122 Test adaptiveDrc = new AdaptiveDrcTest(); /* adaptive */
391 * adaptive playback.
444 /* ADAPTIVE-ONLY TESTS - only run on codecs that support adaptive playback */
459 adaptive(); method
535 adaptive(); method
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 646 ViewGroup adaptive = (ViewGroup)row.findViewById(R.id.adaptive);
662 contentViewLocal = contentView.apply(mContext, adaptive, mOnClickHandler);
664 bigContentViewLocal = bigContentView.apply(mContext, adaptive, mOnClickHandler);
678 adaptive.addView(contentViewLocal, params);
685 adaptive.addView(bigContentViewLocal, params);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c 86 const Sint32 adaptive[] = { local
105 delta = ((Sint32)state->iDelta * adaptive[nybble])/256;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 19 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 19 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
  /external/libvorbis/doc/
01-introduction.tex 30 Vorbis I is a forward-adaptive monolithic transform CODEC based on the
83 lean toward the extreme of forward adaptive.

Completed in 241 milliseconds