/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_header_extension.h | 31 explicit HeaderExtension(RTPExtensionType extension_type) 32 : type(extension_type), length(0), active(true) { 36 HeaderExtension(RTPExtensionType extension_type, bool active) 37 : type(extension_type), length(0), active(active) {
|
rtp_sender.h | 191 ExtensionStatus VerifyExtension(RTPExtensionType extension_type,
|
rtp_sender.cc | [all...] |
/external/webrtc/webrtc/call/ |
rampup_tests.h | 37 const std::string& extension_type, 111 const std::string& extension_type,
|
rampup_tests.cc | 34 const std::string& extension_type, 50 extension_type_(extension_type), 319 const std::string& extension_type, 325 extension_type,
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/ |
bwe_rtp.cc | 28 DEFINE_string(extension_type,
|
/external/aac/libAACdec/src/ |
aacdecoder.cpp | 485 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. */ [all...] |
/external/boringssl/src/ssl/ |
s3_srvr.c | 2174 uint16_t extension_type; local [all...] |
t1_lib.c | 312 const struct ssl_early_callback_ctx *ctx, uint16_t extension_type, 328 if (type == extension_type) { [all...] |
/external/boringssl/src/include/openssl/ |
ssl.h | [all...] |