/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/ |
D | MediaCodecUtil.java | 109 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 …]
|
D | MediaCodecInfo.java | 82 public final boolean tunneling; field in MediaCodecInfo 177 tunneling = capabilities != null && isTunneling(capabilities); in MediaCodecInfo()
|
/external/openssh/ |
D | README.tun | 4 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/ |
D | DefaultAudioSink.java | 306 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/ |
D | MediaCodecVideoRenderer.java | 143 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/ |
D | EnumerateDecodersTest.java | 94 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/ |
D | PlayerActivity.java | 159 boolean tunneling = intent.getBooleanExtra(IntentUtil.TUNNELING_EXTRA, false); in onCreate() 160 if (Util.SDK_INT >= 21 && tunneling) { in onCreate()
|
D | SampleChooserActivity.java | 141 tunnelingMenuItem = menu.findItem(R.id.tunneling); in onCreateOptionsMenu()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | eap_testing.txt | 241 limit with AVP encapsulation and TLS tunneling. Note: EAP-PEAP/TLS
|
/external/usrsctp/ |
D | Manual.md | 621 Set the SCTP/UDP tunneling port. Default: 9899 720 sctp_udp_tunneling_port | Set the SCTP/UDP tunneling port | 9899
|
D | Manual.tex | 789 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/ |
D | FAQ | 145 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/ |
D | xperia-sl.log | 346 <6>[ 2.092398] IPv6 over IPv4 tunneling driver
|
D | nexus-s.log | 423 <6>[ 3.311671] IPv6 over IPv4 tunneling driver
|
D | nexus10.log | 452 <6>[ 1.887072] IPv6 over IPv4 tunneling driver
|
D | iconia-one-10.log | 281 [ 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
|
D | nexus4.log | 488 <6>[ 1.624019] IPv6 over IPv4 tunneling driver
|
D | oppo-a37.log | 703 <6>[ 2.103006] (0)[1:swapper/0]sit: IPv6 over IPv4 tunneling driver
|
D | nexus9.log | 857 [ 1.854202] sit: IPv6 over IPv4 tunneling driver
|
D | moto-g-gen3.log | 402 [ 1.140364,0] sit: IPv6 over IPv4 tunneling driver
|
D | galaxy-a3-2016-eu.log | 237 <6>[ 2.282126] [0: swapper/0: 1] sit: IPv6 over IPv4 tunneling driver
|
D | moto-g-gen2.log | 595 [ 1.660114,0] IPv6 over IPv4 tunneling driver
|
/external/perfetto/docs/design-docs/ |
D | api-and-abi.md | 238 tunneling.
|
/external/exoplayer/tree/ |
D | RELEASENOTES.md | 394 * 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/ |
D | objects.txt | 1107 set-certExt 4 : setCext-tunneling
|