/hardware/bsp/intel/peripheral/displays/Grove_LCD_RGB/ |
D | groveLCD.cpp | 70 int ReadOpts(int argc, char **argv, struct pgm_options *options) { in ReadOpts() argument 77 options->red = 255; in ReadOpts() 81 options->green = 255; in ReadOpts() 85 options->blue = 255; in ReadOpts() 89 options->display_text = optarg; in ReadOpts() 100 options->red = DEFAULT_COLOR_RED; in ReadOpts() 101 options->green = DEFAULT_COLOR_GREEN; in ReadOpts() 102 options->blue = DEFAULT_COLOR_BLUE; in ReadOpts() 104 if (options->display_text.length() == 0) in ReadOpts() 105 options->display_text = DEFAULT_DISPLAY_TEXT; in ReadOpts() [all …]
|
/hardware/bsp/intel/peripheral/examples/mraa/gpio_output/ |
D | OutputGPIO.cpp | 75 int ReadOpts(int argc, char **argv, struct pgm_options *options) { in ReadOpts() argument 81 options->pin = atoi(optarg); in ReadOpts() 84 options->set = true; in ReadOpts() 87 options->clear = true; in ReadOpts() 102 pgm_options options = {kDefaultPinGPIO, false, false}; in main() local 104 if (ReadOpts(argc, argv, &options) < 0) in main() 108 mraa_gpio_context m_gpio = mraa_gpio_init(options.pin); in main() 115 if (options.set) in main() 119 if (options.clear && options.set) in main() 122 if (options.clear) in main()
|
/hardware/bsp/intel/peripheral/displays/SparkFun_OLED/ |
D | SparkFunOLED.cpp | 65 int ReadOpts(int argc, char **argv, struct pgm_options *options) { in ReadOpts() argument 71 options->invert_color = true; in ReadOpts() 74 options->display_text = optarg; in ReadOpts() 84 if (options->display_text.length() == 0) in ReadOpts() 85 options->display_text = DEFAULT_DISPLAY_TEXT; in ReadOpts() 91 pgm_options options = {false, ""}; in main() local 93 if (ReadOpts(argc, argv, &options) < 0) in main() 100 if (options.invert_color) { in main() 105 display->write(options.display_text); in main()
|
/hardware/qcom/audio/msm8909/hal/audio_extn/ |
D | audio_extn.c | 612 out->compr_config.codec->options.flac_dec.min_blk_size = atoi(value); in audio_extn_parse_compress_metadata() 617 out->compr_config.codec->options.flac_dec.max_blk_size = atoi(value); in audio_extn_parse_compress_metadata() 622 out->compr_config.codec->options.flac_dec.min_frame_size = atoi(value); in audio_extn_parse_compress_metadata() 627 out->compr_config.codec->options.flac_dec.max_frame_size = atoi(value); in audio_extn_parse_compress_metadata() 631 out->compr_config.codec->options.flac_dec.min_blk_size, in audio_extn_parse_compress_metadata() 632 out->compr_config.codec->options.flac_dec.max_blk_size, in audio_extn_parse_compress_metadata() 633 out->compr_config.codec->options.flac_dec.min_frame_size, in audio_extn_parse_compress_metadata() 634 out->compr_config.codec->options.flac_dec.max_frame_size); in audio_extn_parse_compress_metadata() 640 out->compr_config.codec->options.alac.frame_length = atoi(value); in audio_extn_parse_compress_metadata() 645 out->compr_config.codec->options.alac.compatible_version = atoi(value); in audio_extn_parse_compress_metadata() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | all_builds.py | 35 options = {"--shard": 0, "--shards": 1} 47 options.update(o) 51 shard = int(options["--shard"]) 52 shards = int(options["--shards"])
|
/hardware/intel/common/libmix/mix_common/ |
D | INSTALL | 76 Some systems require unusual options for compilation or linking that 105 "universal" binaries--by specifying multiple `-arch' options to the 132 options like `--bindir=DIR' to specify different values for particular 143 Some packages pay attention to `--enable-FEATURE' options to 145 They may also pay attention to `--with-PACKAGE' options, where PACKAGE 147 `README' should mention any `--enable-' and `--with-' options that the 152 you can use the `configure' options `--x-includes=DIR' and 159 CC is not installed, it is recommended to use the following options in 240 `configure' recognizes the following options to control how it 245 Print a summary of all of the options to `configure', and exit. [all …]
|
/hardware/libhardware/include/hardware/ |
D | fused_location.h | 367 int (*start_batching)(int id, FlpBatchOptions* options); 760 GeofenceOptions* options; member 810 void (*modify_geofence_option) (int32_t geofence_id, GeofenceOptions* options);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | README | 8 "configuring" with your desired build options, then using GNU make to build 39 $ ../libvpx/configure <options> 42 3. Configuration options 43 The 'configure' script supports a number of options. The --help option can be 44 used to get a list of supported options:
|
/hardware/ti/omap3/dspbridge/inc/ |
D | dynamic_loader.h | 108 unsigned options, /* option flags*/ 140 unsigned options, // option flags
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 51 char options[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_options member 404 static vpx_codec_err_t parse_options(SvcContext *svc_ctx, const char *options) { in parse_options() argument 412 if (options == NULL) return VPX_CODEC_OK; in parse_options() 413 input_string = strdup(options); in parse_options() 457 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options) { in vpx_svc_set_options() argument 459 if (svc_ctx == NULL || options == NULL || si == NULL) { in vpx_svc_set_options() 462 strncpy(si->options, options, sizeof(si->options)); in vpx_svc_set_options() 463 si->options[sizeof(si->options) - 1] = '\0'; in vpx_svc_set_options() 540 res = parse_options(svc_ctx, si->options); in vpx_svc_init()
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/ |
D | options.handlebars | 1 <div id="api-options" hidden>
|
/hardware/qcom/gps/msm8909/core/ |
D | UlpProxyBase.h | 72 inline virtual bool reportBatchingSession(FlpExtBatchOptions &options, in reportBatchingSession() argument
|
/hardware/qcom/gps/msm8996/core/ |
D | UlpProxyBase.h | 72 inline virtual bool reportBatchingSession(FlpExtBatchOptions &options, in reportBatchingSession() argument
|
/hardware/qcom/gps/msm8994/core/ |
D | UlpProxyBase.h | 71 inline virtual bool reportBatchingSession(GpsExtBatchOptions &options, in reportBatchingSession() argument
|
/hardware/qcom/gps/core/ |
D | UlpProxyBase.h | 71 inline virtual bool reportBatchingSession(GpsExtBatchOptions &options, in reportBatchingSession() argument
|
/hardware/qcom/gps/msm8084/core/ |
D | UlpProxyBase.h | 71 inline virtual bool reportBatchingSession(GpsExtBatchOptions &options, in reportBatchingSession() argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/ |
D | README.webm | 11 failures, various options for running the tests, and XML test report
|
/hardware/bsp/intel/peripheral/libupm/docs/ |
D | building.md | 30 Our cmake configure has a number of options, *cmake-gui* or *ccmake* can show 31 you all the options. The interesting ones are detailed below: 71 If you intend to turn on all the options and build everything at once (C++,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | svc_context.h | 59 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | gen_msvs_def.sh | 19 Usage: ${self_basename} [options] file1 [file2 ...]
|
/hardware/ril/rild/ |
D | radiooptions.c | 26 enum options { enum
|
/hardware/bsp/intel/peripheral/libmraa/src/ |
D | doxy2swig.py | 449 options, args = parser.parse_args() 453 convert(args[0], args[1], not options.func_def, options.quiet)
|
/hardware/bsp/intel/peripheral/libupm/src/ |
D | doxy2swig.py | 449 options, args = parser.parse_args() 453 convert(args[0], args[1], not options.func_def, options.quiet)
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/ |
D | helper.js | 156 javascripts: function(options) { argument
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | building.md | 67 Our CMake configuration has a number of options, `cmake-gui` or `ccmake` (`cmake -i` is 68 no longer with us :() can show you all the options. A few of the more common 73 A few recommended options:
|