Home
last modified time | relevance | path

Searched refs:TUNNELING_SUPPORTED (Results 1 – 6 of 6) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DRendererCapabilities.java122 @IntDef({TUNNELING_SUPPORTED, TUNNELING_NOT_SUPPORTED})
130 int TUNNELING_SUPPORTED = 0b100000; field
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/audio/
DDecoderAudioRendererTest.java21 import static com.google.android.exoplayer2.RendererCapabilities.TUNNELING_SUPPORTED;
98 .isEqualTo(ADAPTIVE_NOT_SEAMLESS | TUNNELING_SUPPORTED | FORMAT_HANDLED); in supportsFormatAtApi21()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DDecoderAudioRenderer.java201 int tunnelingSupport = Util.SDK_INT >= 21 ? TUNNELING_SUPPORTED : TUNNELING_NOT_SUPPORTED; in supportsFormat()
DMediaCodecAudioRenderer.java218 int tunnelingSupport = Util.SDK_INT >= 21 ? TUNNELING_SUPPORTED : TUNNELING_NOT_SUPPORTED; in supportsFormat()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DMediaCodecVideoRenderer.java301 tunnelingSupport = TUNNELING_SUPPORTED; in supportsFormat()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelector.java2288 != RendererCapabilities.TUNNELING_SUPPORTED) {