/external/avahi/avahi-ui/ |
bssh.c | 21 #include <config.h> 48 typedef struct Config { 51 } Config; 64 static int parse_command_line(Config *c, int argc, char *argv[]) { 110 Config config; local 122 config.command = COMMAND_SHELL; 124 config.command = COMMAND_VNC; 126 config.command = COMMAND_SSH; 129 config.domain = NULL [all...] |
/external/avahi/avahi-utils/ |
avahi-resolve.c | 21 #include <config.h> 53 typedef struct Config { 57 } Config; 170 static int parse_command_line(Config *c, const char *argv0, int argc, char *argv[]) { 229 Config config; local 240 if (parse_command_line(&config, argv0, argc, argv) < 0) 243 switch (config.command) { 276 if (config.verbose) { 296 if (config.command == COMMAND_RESOLVE_HOST_NAME) [all...] |
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/tasks/support/ |
gl-matrix.rb | 25 class Jasmine::Config
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DebugCheckers.cpp | 176 const Table &Config = mgr.options.Config; 179 for (Table::const_iterator I = Config.begin(), E = Config.end(); I != E; 184 llvm::errs() << "[config]\n";
|
/external/dbus/test/ |
dbus-daemon.c | 27 #include <config.h> 175 } Config; 181 const Config *config = context; local 189 if (config != NULL && config->config_file != NULL) 194 config->config_file); 200 "--config-file=%s/%s", 201 g_getenv ("DBUS_TEST_DATA"), config->config_file); 205 arg = g_strdup_printf ("--config-file=%s/dbus-1/session.conf" 256 const Config *config = context; local [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
LruBitmapPool.java | 22 private static final Bitmap.Config DEFAULT_CONFIG = Bitmap.Config.ARGB_8888; 94 public synchronized Bitmap get(int width, int height, Bitmap.Config config) { 95 Bitmap result = getDirty(width, height, config); 108 public synchronized Bitmap getDirty(int width, int height, Bitmap.Config config) { 109 // Config will be null for non public config types, which can lead to transformations naively passing in 110 // null as the requested config here. See issue #194 [all...] |
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
xvmc_bench.c | 51 struct Config 62 void ParseArgs(int argc, char **argv, struct Config *config); 64 void ParseArgs(int argc, char **argv, struct Config *config) 69 config->input_width = DEFAULT_INPUT_WIDTH; 70 config->input_height = DEFAULT_INPUT_HEIGHT; 71 config->output_width = 0; 72 config->output_height = 0; 73 config->pipeline = 0 177 struct Config config; local [all...] |
/external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/ |
HwuiPictureView.java | 66 Bitmap.Config.ARGB_8888);
|
/external/skia/platform_tools/android/examples/hello_skia_app/src/com/example/ |
HelloSkiaActivity.java | 59 fSkiaBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
|
/external/toybox/kconfig/ |
Makefile | 5 KCONFIG_TOP = Config.in 8 PHONY += clean help oldconfig menuconfig config silentoldconfig \ 14 config: $(obj)/conf $(KCONFIG_TOP) 37 @echo ' config - Update current config utilising a line-oriented program' 38 @echo ' menuconfig - Update current config utilising a menu based program' 39 @echo ' oldconfig - Update current config utilising a provided .config as base' 41 @echo ' randconfig - New config with random answer to all options' 42 @echo ' defconfig - New config with default answer to all options [all...] |
/external/webrtc/talk/app/webrtc/ |
mediacontroller.cc | 69 webrtc::Call::Config config; local 70 config.audio_state = media_engine->GetAudioState(); 71 config.bitrate_config.min_bitrate_bps = kMinBandwidthBps; 72 config.bitrate_config.start_bitrate_bps = kStartBandwidthBps; 73 config.bitrate_config.max_bitrate_bps = kMaxBandwidthBps; 74 call_.reset(webrtc::Call::Create(config));
|
/external/webrtc/webrtc/audio/ |
audio_send_stream.cc | 31 std::string AudioSendStream::Config::Rtp::ToString() const { 47 std::string AudioSendStream::Config::ToString() const { 51 // TODO(solenberg): Encoder config. 60 const webrtc::AudioSendStream::Config& config, 63 : config_(config), audio_state_(audio_state) { 76 channel_proxy_->SetLocalSSRC(config.rtp.ssrc); 77 channel_proxy_->SetRTCP_CNAME(config.rtp.c_name); 79 for (const auto& extension : config.rtp.extensions) { 208 const webrtc::AudioSendStream::Config& AudioSendStream::config() const function in class:webrtc::internal::AudioSendStream [all...] |
/external/webrtc/webrtc/ |
audio_receive_stream.h | 19 #include "webrtc/config.h" 63 struct Config { 101 // AudioDecoder instances once the Config is submitted to 106 // TODO(pbos): Remove config option once combined A/V BWE is always on.
|
/external/webrtc/webrtc/call/ |
call.cc | 31 #include "webrtc/config.h" 49 const int Call::Config::kDefaultStartBitrateBps = 300000; 56 explicit Call(const Call::Config& config); 62 const webrtc::AudioSendStream::Config& config) override; 66 const webrtc::AudioReceiveStream::Config& config) override; 71 const webrtc::VideoSendStream::Config& config, [all...] |
congestion_controller.h | 26 class Config;
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
neteq_ilbc_quality_test.cc | 54 AudioEncoderIlbc::Config config; variable 55 config.frame_size_ms = FLAGS_frame_size_ms; 56 encoder_.reset(new AudioEncoderIlbc(config));
|
neteq_pcmu_quality_test.cc | 54 AudioEncoderPcmU::Config config; variable 55 config.frame_size_ms = FLAGS_frame_size_ms; 56 encoder_.reset(new AudioEncoderPcmU(config));
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
neteq_external_decoder_test.cc | 26 NetEq::Config config; local 27 config.sample_rate_hz = sample_rate_hz_; 28 neteq_.reset(NetEq::Create(config));
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
TestAllCodecs.h | 22 class Config;
|
/external/webrtc/webrtc/test/ |
encoder_settings.cc | 57 const VideoSendStream::Config::EncoderSettings& encoder_settings) {
|
/external/webrtc/webrtc/video/ |
video_capture_input.h | 33 class Config;
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ColorDrawable.java | 21 import android.content.pm.ActivityInfo.Config; 74 public @Config int getChangingConfigurations() { 296 @Config int mChangingConfigurations; 330 public @Config int getChangingConfigurations() {
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
UploadedTexture.java | 20 import android.graphics.Bitmap.Config; 87 public Config config; field in class:UploadedTexture.BorderKey 92 int x = config.hashCode() ^ length; 101 && config == o.config && length == o.length; 119 boolean vertical, Config config, int length) { 122 key.config = config; 233 Config config = bitmap.getConfig(); local [all...] |
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/ |
HelloComputeNDK.java | 58 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
|
/hardware/intel/common/utils/media_resource_manager/test/ |
MediaResourceManager_test.cpp | 30 mArbitrator->Config(NULL); 98 TEST_F(MediaResourceManagerTest, config) {
|