Home
last modified time | relevance | path

Searched refs:tunneling (Results 1 – 25 of 62) sorted by relevance

123

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
DMediaCodecUtil.java109 public static void warmDecoderInfoCache(String mimeType, boolean secure, boolean tunneling) { in warmDecoderInfoCache() argument
111 getDecoderInfos(mimeType, secure, tunneling); in warmDecoderInfoCache()
141 public static MediaCodecInfo getDecoderInfo(String mimeType, boolean secure, boolean tunneling) in getDecoderInfo() argument
143 List<MediaCodecInfo> decoderInfos = getDecoderInfos(mimeType, secure, tunneling); in getDecoderInfo()
161 String mimeType, boolean secure, boolean tunneling) throws DecoderQueryException { in getDecoderInfos() argument
162 CodecKey key = new CodecKey(mimeType, secure, tunneling); in getDecoderInfos()
169 ? new MediaCodecListCompatV21(secure, tunneling) in getDecoderInfos()
310 if ((!key.tunneling && tunnelingRequired) || (key.tunneling && !tunnelingSupported)) { in getDecoderInfosInternal()
1047 public final boolean tunneling; field in MediaCodecUtil.CodecKey
1049 public CodecKey(String mimeType, boolean secure, boolean tunneling) { in CodecKey() argument
[all …]
DMediaCodecInfo.java82 public final boolean tunneling; field in MediaCodecInfo
177 tunneling = capabilities != null && isTunneling(capabilities); in MediaCodecInfo()
/external/openssh/
DREADME.tun4 OpenSSH contains support for VPN tunneling using the tun(4) network
11 (1) Server: Enable support for SSH tunneling
40 OpenBSD also supports layer 2 tunneling over the tun device by adding
84 combination with layer 2 tunneling and Ethernet bridging.
125 Nevertheless, ssh tunneling requires some packet header overhead and
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DDefaultAudioSink.java306 private boolean tunneling; field in DefaultAudioSink
537 .buildAudioTrack(tunneling, audioAttributes, audioSessionId); in initialize()
781 } else if (tunneling) { in writeBuffer()
904 if (tunneling) { in setAudioAttributes()
941 if (!tunneling || audioSessionId != tunnelingAudioSessionId) { in enableTunnelingV21()
942 tunneling = true; in enableTunnelingV21()
950 if (tunneling) { in disableTunneling()
951 tunneling = false; in disableTunneling()
1491 boolean tunneling, AudioAttributes audioAttributes, int audioSessionId) in buildAudioTrack() argument
1495 audioTrack = createAudioTrackV21(tunneling, audioAttributes, audioSessionId); in buildAudioTrack()
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DMediaCodecVideoRenderer.java143 private boolean tunneling; field in MediaCodecVideoRenderer
314 return getDecoderInfos(mediaCodecSelector, format, requiresSecureDecoder, tunneling); in getDecoderInfos()
358 tunneling = tunnelingAudioSessionId != C.AUDIO_SESSION_ID_UNSET; in onEnabled()
387 || tunneling)) { in isReady()
523 return tunneling && Util.SDK_INT < 23; in getCodecNeedsEosPropagation()
553 if (Util.SDK_INT >= 23 && tunneling) { in configureCodec()
620 if (!tunneling) { in onQueueInputBuffer()
623 if (Util.SDK_INT < 23 && tunneling) { in onQueueInputBuffer()
663 if (tunneling) { in configureOutput()
874 if (!tunneling) { in onProcessedOutputBuffer()
[all …]
/external/exoplayer/tree/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
DEnumerateDecodersTest.java94 private void logDecoderInfos(String mimeType, boolean secure, boolean tunneling) in logDecoderInfos() argument
97 MediaCodecUtil.getDecoderInfos(mimeType, secure, tunneling); in logDecoderInfos()
/external/exoplayer/tree/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DPlayerActivity.java159 boolean tunneling = intent.getBooleanExtra(IntentUtil.TUNNELING_EXTRA, false); in onCreate()
160 if (Util.SDK_INT >= 21 && tunneling) { in onCreate()
DSampleChooserActivity.java141 tunnelingMenuItem = menu.findItem(R.id.tunneling); in onCreateOptionsMenu()
/external/wpa_supplicant_8/wpa_supplicant/
Deap_testing.txt241 limit with AVP encapsulation and TLS tunneling. Note: EAP-PEAP/TLS
/external/usrsctp/
DManual.md621 Set the SCTP/UDP tunneling port. Default: 9899
720 sctp_udp_tunneling_port | Set the SCTP/UDP tunneling port | 9899
DManual.tex789 Set the SCTP/UDP tunneling port. Default: 9899
898 %sctp\_udp\_tunneling\_port&Set the SCTP/UDP tunneling port&9899\tabularnewline \hline
/external/curl/docs/
DFAQ145 authentication, file transfer resume, http proxy tunneling and more!
600 the given HTTP proxy. Proxy tunneling is enabled with a special option (-p)
601 and is generally not available as proxy admins usually disable tunneling to
/external/cpuinfo/test/dmesg/
Dxperia-sl.log346 <6>[ 2.092398] IPv6 over IPv4 tunneling driver
Dnexus-s.log423 <6>[ 3.311671] IPv6 over IPv4 tunneling driver
Dnexus10.log452 <6>[ 1.887072] IPv6 over IPv4 tunneling driver
Diconia-one-10.log281 [ 0.813580] (1)[1:swapper/0]ipip: IPv4 over IPv4 tunneling driver
290 [ 0.818490] (1)[1:swapper/0]sit: IPv6 over IPv4 tunneling driver
Dnexus4.log488 <6>[ 1.624019] IPv6 over IPv4 tunneling driver
Doppo-a37.log703 <6>[ 2.103006] (0)[1:swapper/0]sit: IPv6 over IPv4 tunneling driver
Dnexus9.log857 [ 1.854202] sit: IPv6 over IPv4 tunneling driver
Dmoto-g-gen3.log402 [ 1.140364,0] sit: IPv6 over IPv4 tunneling driver
Dgalaxy-a3-2016-eu.log237 <6>[ 2.282126] [0: swapper/0: 1] sit: IPv6 over IPv4 tunneling driver
Dmoto-g-gen2.log595 [ 1.660114,0] IPv6 over IPv4 tunneling driver
/external/perfetto/docs/design-docs/
Dapi-and-abi.md238 tunneling.
/external/exoplayer/tree/
DRELEASENOTES.md394 * Fix early end-of-stream detection when using video tunneling, on API
792 * Support video tunneling when the decoder is not listed first for the
794 * Query `MediaCodecList.ALL_CODECS` when selecting a tunneling decoder
/external/boringssl/src/crypto/obj/
Dobjects.txt1107 set-certExt 4 : setCext-tunneling

123