Searched refs:extension_type (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_header_extension.h | 31 explicit HeaderExtension(RTPExtensionType extension_type) in HeaderExtension() 32 : type(extension_type), length(0), active(true) { in HeaderExtension() 36 HeaderExtension(RTPExtensionType extension_type, bool active) in HeaderExtension() 37 : type(extension_type), length(0), active(active) { in HeaderExtension()
|
D | rtp_sender.cc | 1481 RTPExtensionType extension_type, in VerifyExtension() argument 1489 if (rtp_header_extension_map_.GetId(extension_type, &id) != 0) in VerifyExtension() 1493 if (!FindHeaderExtensionPosition(extension_type, rtp_packet, in VerifyExtension()
|
D | rtp_sender.h | 191 ExtensionStatus VerifyExtension(RTPExtensionType extension_type,
|
/external/webrtc/webrtc/call/ |
D | rampup_tests.h | 37 const std::string& extension_type, 111 const std::string& extension_type,
|
D | rampup_tests.cc | 34 const std::string& extension_type, in RampUpTester() argument 50 extension_type_(extension_type), in RampUpTester() 319 const std::string& extension_type, in RampUpDownUpTester() argument 325 extension_type, in RampUpDownUpTester()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/ |
D | bwe_rtp.cc | 28 DEFINE_string(extension_type,
|
/external/boringssl/src/ssl/ |
D | t1_lib.c | 271 CBS *out, uint16_t extension_type) { in ssl_client_hello_get_extension() argument 283 if (type == extension_type) { in ssl_client_hello_get_extension() 293 uint16_t extension_type, in SSL_early_callback_ctx_extension_get() argument 297 if (!ssl_client_hello_get_extension(client_hello, &cbs, extension_type)) { in SSL_early_callback_ctx_extension_get() 3368 uint16_t extension_type; in tls1_verify_channel_id() local 3374 if (!CBS_get_u16(&channel_id, &extension_type) || in tls1_verify_channel_id() 3377 extension_type != TLSEXT_TYPE_channel_id || in tls1_verify_channel_id()
|
D | internal.h | 1254 CBS *out, uint16_t extension_type); in OPENSSL_MSVC_PRAGMA()
|
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 485 EXT_PAYLOAD_TYPE extension_type; in CAacDecoder_ExtPayloadParse() local 495 extension_type = (EXT_PAYLOAD_TYPE) FDKreadBits(hBs, 4); /* bs_extension_type */ in CAacDecoder_ExtPayloadParse() 498 switch (extension_type) in CAacDecoder_ExtPayloadParse()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 3183 const SSL_CLIENT_HELLO *client_hello, uint16_t extension_type,
|