Searched refs:config (Results 101 - 125 of 4392) sorted by relevance

1234567891011>>

/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp120 PCE_CONFIGURATION pce_configuration; /*!< Program config element description. */
163 * \brief Get program config element description for existing channel mode.
229 const PCE_CONFIGURATION* config = NULL; local
238 if ((config=getPceEntry(channelMode))==NULL) {
243 pEl_list = &config->el_list[0];
249 FDKwriteBits(hBs, config->num_front_channel_elements, 4); /* Front channel Elements */
250 FDKwriteBits(hBs, config->num_side_channel_elements , 4); /* No Side Channel Elements */
251 FDKwriteBits(hBs, config->num_back_channel_elements , 4); /* No Back channel Elements */
252 FDKwriteBits(hBs, config->num_lfe_channel_elements , 2); /* No Lfe channel elements */
268 for(i=0; i<config
310 const PCE_CONFIGURATION* config = NULL; local
369 transportEnc_writeGASpecificConfig( HANDLE_FDK_BITSTREAM asc, CODER_CONFIG *config, int extFlg, UINT alignAnchor ) argument
409 transportEnc_writeELDSpecificConfig( HANDLE_FDK_BITSTREAM hBs, CODER_CONFIG *config, int epConfig, CSTpCallBacks *cb ) argument
452 transportEnc_writeASC( HANDLE_FDK_BITSTREAM asc, CODER_CONFIG *config, CSTpCallBacks *cb ) argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DAttributeStrategy.java20 public Bitmap get(int width, int height, Bitmap.Config config) { argument
21 final Key key = keyPool.get(width, height, config);
37 public String logBitmap(int width, int height, Bitmap.Config config) { argument
38 return getBitmapString(width, height, config);
55 private static String getBitmapString(int width, int height, Bitmap.Config config) { argument
56 return "[" + width + "x" + height + "], " + config;
60 public Key get(int width, int height, Bitmap.Config config) { argument
62 result.init(width, height, config);
77 private Bitmap.Config config; field in class:AttributeStrategy.Key
83 public void init(int width, int height, Bitmap.Config config) { argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dsctputils_unittest.cc36 const webrtc::DataChannelInit& config) {
49 if (config.ordered) {
50 EXPECT_EQ(config.maxRetransmits > -1 ?
51 0x01 : (config.maxRetransmitTime > -1 ? 0x02 : 0),
54 EXPECT_EQ(config.maxRetransmits > -1 ?
55 0x81 : (config.maxRetransmitTime > -1 ? 0x82 : 0x80),
62 if (config.maxRetransmits > -1 || config.maxRetransmitTime > -1) {
63 EXPECT_EQ(config.maxRetransmits > -1 ?
64 config
34 VerifyOpenMessageFormat(const rtc::Buffer& packet, const std::string& label, const webrtc::DataChannelInit& config) argument
83 webrtc::DataChannelInit config; local
105 webrtc::DataChannelInit config; local
129 webrtc::DataChannelInit config; local
[all...]
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dcdm_video_decoder.cc24 ClearKeyCdmHost* host, const cdm::VideoDecoderConfig& config) {
29 if (!video_decoder->Initialize(config))
34 if (config.codec == cdm::VideoDecoderConfig::kCodecVp8 ||
35 config.codec == cdm::VideoDecoderConfig::kCodecVp9) {
38 if (!video_decoder->Initialize(config))
48 if (!video_decoder->Initialize(config))
23 CreateVideoDecoder( ClearKeyCdmHost* host, const cdm::VideoDecoderConfig& config) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq.cc31 NetEq* NetEq::Create(const NetEq::Config& config) { argument
36 new DelayManager(config.max_packets_in_buffer, delay_peak_detector);
37 delay_manager->SetMaximumDelay(config.max_delay_ms);
38 DtmfBuffer* dtmf_buffer = new DtmfBuffer(config.sample_rate_hz);
40 PacketBuffer* packet_buffer = new PacketBuffer(config.max_packets_in_buffer);
47 return new NetEqImpl(config,
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddoinst.sh.gz
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c16 #include "config.h"
327 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, argument
347 wpa_config_set_blob(config, blob);
360 struct wpa_config *config; local
367 config = cfgp;
369 config = wpa_config_alloc_empty(NULL, NULL);
370 if (config == NULL) {
371 wpa_printf(MSG_ERROR, "Failed to allocate config file "
375 tail = head = config->ssid;
378 cred_tail = cred_head = config
917 wpa_config_write_global(FILE *f, struct wpa_config *config) argument
1201 wpa_config_write(const char *name, struct wpa_config *config) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
H A Dkarma.conf.js4 module.exports = function(config) {
5 config.set({
72 // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
73 logLevel: config.LOG_ERROR,
/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.cpp172 EGLint SortConfig::wantedComponentsSize(const Config &config) const
176 if (mWantRed) total += config.mRedSize;
177 if (mWantGreen) total += config.mGreenSize;
178 if (mWantBlue) total += config.mBlueSize;
179 if (mWantAlpha) total += config.mAlphaSize;
180 if (mWantLuminance) total += config.mLuminanceSize;
248 Config config(desc, minSwapInterval, maxSwapInterval, texWidth, texHeight);
249 mSet.insert(config);
262 for (Iterator config = mSet.begin(); config !
[all...]
/external/openssl/
H A DApps.mk13 include $(LOCAL_PATH)/Apps-config-target.mk
14 include $(LOCAL_PATH)/android-config.mk
15 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Apps.mk
22 include $(LOCAL_PATH)/Apps-config-host.mk
23 include $(LOCAL_PATH)/android-config.mk
24 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Apps.mk
H A DCrypto.mk12 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Crypto.mk
13 include $(LOCAL_PATH)/Crypto-config-target.mk
14 include $(LOCAL_PATH)/android-config.mk
42 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Crypto.mk
43 include $(LOCAL_PATH)/Crypto-config-target.mk
44 include $(LOCAL_PATH)/android-config.mk
55 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Crypto.mk
57 include $(LOCAL_PATH)/Crypto-config-host.mk
58 include $(LOCAL_PATH)/android-config.mk
70 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config
[all...]
H A DSsl.mk15 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Ssl.mk
16 include $(LOCAL_PATH)/Ssl-config-target.mk
17 include $(LOCAL_PATH)/android-config.mk
36 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Ssl.mk
37 include $(LOCAL_PATH)/Ssl-config-target.mk
38 include $(LOCAL_PATH)/android-config.mk
48 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Ssl.mk
49 include $(LOCAL_PATH)/Ssl-config-host.mk
50 include $(LOCAL_PATH)/android-config.mk
63 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/android-config
[all...]
/external/bison/lib/
H A Ddirname.c19 #include <config.h>
H A Ddup-safer.c20 #include <config.h>
H A Dfrexpl.c17 #include <config.h>
H A Dmain.c20 #include <config.h>
H A Dmbchar.c17 #include <config.h>
H A Dspawn_faction_destroy.c17 #include <config.h>
H A Dspawnattr_init.c17 #include <config.h>
H A Dxalloc-die.c19 #include <config.h>
H A Dyyerror.c20 #include <config.h>
/external/bison/src/
H A Dassoc.c21 #include <config.h>
/external/chromium_org/components/cronet/android/test/javatests/src/org/chromium/cronet_test_apk/
H A DHttpUrlRequestFactoryTest.java25 HttpUrlRequestFactoryConfig config = new HttpUrlRequestFactoryConfig();
26 config.enableQUIC(true);
27 config.addQuicHint("www.google.com", 443, 443);
28 config.addQuicHint("www.youtube.com", 443, 443);
29 config.setLibraryName("cronet_tests");
31 CronetTestActivity.CONFIG_KEY, config.toString() };
49 HttpUrlRequestFactoryConfig config = new HttpUrlRequestFactoryConfig();
50 config.enableLegacyMode(true);
53 getInstrumentation().getContext(), config);
/external/chromium_org/remoting/protocol/
H A Dcontent_description_unittest.cc19 scoped_ptr<CandidateSessionConfig> config = local
22 config.Pass(), Authenticator::CreateEmptyAuthenticatorMessage());
28 EXPECT_TRUE(description.config()->control_configs() ==
29 parsed->config()->control_configs());
30 EXPECT_TRUE(description.config()->video_configs() ==
31 parsed->config()->video_configs());
32 EXPECT_TRUE(description.config()->event_configs() ==
33 parsed->config()->event_configs());
34 EXPECT_TRUE(description.config()->audio_configs() ==
35 parsed->config()
[all...]
/external/chromium_org/third_party/webrtc/test/
H A Dfield_trial.h19 // Parses enabled field trials from a string config, such as the one passed
21 // with such a config.
27 // E.g. invalid config:
30 // Note: This method crashes with an error message if an invalid config is
32 void InitFieldTrialsFromString(const std::string& config);

Completed in 3230 milliseconds

1234567891011>>