Home
last modified time | relevance | path

Searched refs:extension_type (Results 1 – 20 of 20) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_aacpluscheck.c78 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()
Dixheaacd_common_lpfuncs.c235 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()
Dixheaacd_sbrdecoder.h48 WORD32 extension_type; member
Dixheaacd_aacdecoder.c858 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()
Dixheaacd_process.c152 esbr_bit_str->str_sbr_ele[esbr_bit_str->no_elements].extension_type = in ixheaacd_sbr_ext_data_read()
Dixheaacd_sbrdecoder.c393 if (ptr_bit_str_ele->extension_type == SBR_EXTENSION_CRC) { in ixheaacd_applysbr()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_header_extension.h31 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()
Drtp_sender.cc1481 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()
Drtp_sender.h191 ExtensionStatus VerifyExtension(RTPExtensionType extension_type,
/external/webrtc/webrtc/call/
Drampup_tests.h37 const std::string& extension_type,
111 const std::string& extension_type,
Drampup_tests.cc34 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/
Dlayer_dispatch_table_generator.py199 def AddCommandToDispatchList(self, extension_name, extension_type, name, cmdinfo, handle_type): argument
241 ext_type=extension_type,
264 ext_type=extension_type,
Ddispatch_table_helper_generator.py76 self.extension_type = ''
151 self.extension_type = interface.get('type')
Dparameter_validation_generator.py210 …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/
Dbwe_rtp.cc28 DEFINE_string(extension_type,
/external/boringssl/src/ssl/
Dt1_lib.cc268 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()
Dinternal.h1805 CBS *out, uint16_t extension_type);
/external/aac/libAACdec/src/
Daacdecoder.cpp809 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/
Dstateless_validation.h797 …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/
Dssl.h3635 const SSL_CLIENT_HELLO *client_hello, uint16_t extension_type,