/external/libxaac/decoder/ |
D | ixheaacd_aacpluscheck.c | 78 WORD32 extension_type; in ixheaacd_check_for_sbr_payload() local 81 extension_type = ld_sbr_crc_flag ? SBR_EXTENSION_CRC : SBR_EXTENSION; in ixheaacd_check_for_sbr_payload() 83 extension_type = ixheaacd_read_bits_buf(it_bit_buff, 4); in ixheaacd_check_for_sbr_payload() 85 if (((count < MAXSBRBYTES)) && (((extension_type == SBR_EXTENSION)) || in ixheaacd_check_for_sbr_payload() 86 ((extension_type == SBR_EXTENSION_CRC))) && in ixheaacd_check_for_sbr_payload() 100 ptr_stream_sbr->extension_type = extension_type; in ixheaacd_check_for_sbr_payload() 148 } else if (extension_type == EXT_DYNAMIC_RANGE) { in ixheaacd_check_for_sbr_payload()
|
D | ixheaacd_common_lpfuncs.c | 235 WORD32 extension_type; in ixheaacd_read_fill_element() local 237 extension_type = ixheaacd_read_bits_buf(it_bit_buff, 4); in ixheaacd_read_fill_element() 239 if (extension_type == EXT_DYNAMIC_RANGE) { in ixheaacd_read_fill_element()
|
D | ixheaacd_sbrdecoder.h | 48 WORD32 extension_type; member
|
D | ixheaacd_aacdecoder.c | 858 WORD16 extension_type, discard; in ixheaacd_extension_payload() local 863 extension_type = (WORD16)ixheaacd_read_bits_buf(it_bit_buff, 4); in ixheaacd_extension_payload() 864 switch (extension_type) { in ixheaacd_extension_payload()
|
D | ixheaacd_process.c | 152 esbr_bit_str->str_sbr_ele[esbr_bit_str->no_elements].extension_type = in ixheaacd_sbr_ext_data_read()
|
D | ixheaacd_sbrdecoder.c | 393 if (ptr_bit_str_ele->extension_type == SBR_EXTENSION_CRC) { in ixheaacd_applysbr()
|
/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/vulkan-validation-layers/scripts/ |
D | layer_dispatch_table_generator.py | 199 def AddCommandToDispatchList(self, extension_name, extension_type, name, cmdinfo, handle_type): argument 241 ext_type=extension_type, 264 ext_type=extension_type,
|
D | dispatch_table_helper_generator.py | 76 self.extension_type = '' 151 self.extension_type = interface.get('type')
|
D | parameter_validation_generator.py | 210 …self.extension_type = '' # Type of active feature (extension), device or … 430 self.extension_type = interface.get('type') 656 …params=paramsInfo, cdecl=self.makeCDecls(cmdinfo.elem)[0], extension_type=self.extension_type, res… 1227 …if (command.name in self.required_extensions) and (self.extension_type != 'device' or command.para…
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/ |
D | bwe_rtp.cc | 28 DEFINE_string(extension_type,
|
/external/boringssl/src/ssl/ |
D | t1_lib.cc | 268 CBS *out, uint16_t extension_type) { in ssl_client_hello_get_extension() argument 280 if (type == extension_type) { in ssl_client_hello_get_extension() 3715 uint16_t extension_type; in tls1_verify_channel_id() local 3717 if (!CBS_get_u16(&channel_id, &extension_type) || in tls1_verify_channel_id() 3720 extension_type != TLSEXT_TYPE_channel_id || in tls1_verify_channel_id() 3931 uint16_t extension_type, in SSL_early_callback_ctx_extension_get() argument 3935 if (!ssl_client_hello_get_extension(client_hello, &cbs, extension_type)) { in SSL_early_callback_ctx_extension_get()
|
D | internal.h | 1805 CBS *out, uint16_t extension_type);
|
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 809 EXT_PAYLOAD_TYPE extension_type; in CAacDecoder_ExtPayloadParse() local 819 extension_type = in CAacDecoder_ExtPayloadParse() 826 if ((self->flags[0] & AC_ELD) && ((extension_type == EXT_SBR_DATA_CRC) || in CAacDecoder_ExtPayloadParse() 827 (extension_type == EXT_SBR_DATA))) { in CAacDecoder_ExtPayloadParse() 828 extension_type = EXT_FIL; /* skip sbr data */ in CAacDecoder_ExtPayloadParse() 831 switch (extension_type) { in CAacDecoder_ExtPayloadParse()
|
/external/vulkan-validation-layers/layers/ |
D | stateless_validation.h | 797 …date_extension_reqs(const ExtensionState &extensions, const char *vuid, const char *extension_type, in validate_extension_reqs() argument 822 … ((missing.size() > 1) ? "s" : ""), extension_type, extension_name, missing_joined_list.c_str()); in validate_extension_reqs()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 3635 const SSL_CLIENT_HELLO *client_hello, uint16_t extension_type,
|