Searched refs:extension_type (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_header_extension.h31 explicit HeaderExtension(RTPExtensionType extension_type) argument
32 : type(extension_type), length(0), active(true) {
36 HeaderExtension(RTPExtensionType extension_type, bool active) argument
37 : type(extension_type), length(0), active(active) {
H A Drtp_sender.h191 ExtensionStatus VerifyExtension(RTPExtensionType extension_type,
H A Drtp_sender.cc1481 RTPExtensionType extension_type,
1489 if (rtp_header_extension_map_.GetId(extension_type, &id) != 0)
1493 if (!FindHeaderExtensionPosition(extension_type, rtp_packet,
1480 VerifyExtension( RTPExtensionType extension_type, uint8_t* rtp_packet, size_t rtp_packet_length, const RTPHeader& rtp_header, size_t extension_length_bytes, size_t* extension_offset) const argument
/external/webrtc/webrtc/call/
H A Drampup_tests.h37 const std::string& extension_type,
111 const std::string& extension_type,
H A Drampup_tests.cc34 const std::string& extension_type,
50 extension_type_(extension_type),
319 const std::string& extension_type,
325 extension_type,
31 RampUpTester(size_t num_video_streams, size_t num_audio_streams, unsigned int start_bitrate_bps, const std::string& extension_type, bool rtx, bool red) argument
316 RampUpDownUpTester(size_t num_video_streams, size_t num_audio_streams, unsigned int start_bitrate_bps, const std::string& extension_type, bool rtx, bool red) argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
H A Dbwe_rtp.cc28 DEFINE_string(extension_type,
/external/boringssl/src/ssl/
H A Dt1_lib.cc271 CBS *out, uint16_t extension_type) {
283 if (type == extension_type) {
293 uint16_t extension_type,
297 if (!ssl_client_hello_get_extension(client_hello, &cbs, extension_type)) {
3315 uint16_t extension_type; local
3321 if (!CBS_get_u16(&channel_id, &extension_type) ||
3324 extension_type != TLSEXT_TYPE_channel_id ||
270 ssl_client_hello_get_extension(const SSL_CLIENT_HELLO *client_hello, CBS *out, uint16_t extension_type) argument
292 SSL_early_callback_ctx_extension_get(const SSL_CLIENT_HELLO *client_hello, uint16_t extension_type, const uint8_t **out_data, size_t *out_len) argument
H A Dinternal.h1359 CBS *out, uint16_t extension_type);
/external/aac/libAACdec/src/
H A Daacdecoder.cpp485 EXT_PAYLOAD_TYPE extension_type; local
495 extension_type = (EXT_PAYLOAD_TYPE) FDKreadBits(hBs, 4); /* bs_extension_type */
498 switch (extension_type)
551 Fill elements containing an extension_payload() with an extension_type of EXT_SBR_DATA
552 or EXT_SBR_DATA_CRC shall not contain any other extension_payload of any other extension_type.
637 not have extension_type == EXT_DATA_LENGTH. */
/external/boringssl/include/openssl/
H A Dssl.h3236 const SSL_CLIENT_HELLO *client_hello, uint16_t extension_type,
/external/boringssl/src/include/openssl/
H A Dssl.h3236 const SSL_CLIENT_HELLO *client_hello, uint16_t extension_type,

Completed in 436 milliseconds