Searched refs:options (Results 1 - 22 of 22) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dall_builds.py35 options = {"--shard": 0, "--shards": 1}
47 options.update(o)
51 shard = int(options["--shard"])
52 shards = int(options["--shards"])
H A Dftfy.sh10 options are given, then the modified files are left in the working tree.
141 # Handle options
/hardware/qcom/gps/core/
H A DUlpProxyBase.h71 inline virtual bool reportBatchingSession(GpsExtBatchOptions &options, argument
/hardware/libhardware/include/hardware/
H A Dfused_location.h283 * options - See FlpBatchOptions struct definition.
288 int (*start_batching)(int id, FlpBatchOptions* options);
671 GeofenceOptions* options; member in struct:__anon1219
716 * options - Various options associated with the geofence. See
719 void (*modify_geofence_option) (int32_t geofence_id, GeofenceOptions* options);
/hardware/ti/omap3/dspbridge/inc/
H A Ddynamic_loader.h84 * options Option flags DLOAD_*
108 unsigned options, /* option flags*/
121 * options Option flags DLOAD_*
140 unsigned options, // option flags
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_def.sh19 Usage: ${self_basename} [options] file1 [file2 ...]
45 echo "See ${self_basename} --help for available options."
H A Dgen_msvs_sln.sh20 Usage: ${self_basename} [options] file1 [file2 ...]
42 echo "See ${self_basename} --help for available options." >&2
H A Drtcd.pl398 Usage: rtcd.pl [options] FILE
H A Dconfigure.sh18 echo "See $0 --help for available options."
28 echo "toolchains, improper options selected, or another problem. If you"
73 Usage: configure [options]
76 Build options:
93 Install options:
111 All boolean options can be negated. The default value is the opposite
956 # options that were put in above
980 # some gcc specific options such as -lm and -lpthread.
H A Dgen_msvs_proj.sh20 Usage: ${self_basename} --name=projname [options] file1 [file2 ...]
53 echo "See ${self_basename} --help for available options." >&2
H A Dgen_msvs_vcxproj.sh20 Usage: ${self_basename} --name=projname [options] file1 [file2 ...]
54 echo "See ${self_basename} --help for available options." >&2
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dsvc_context.h40 // public interface to svc_command options
52 * Set SVC options
53 * options are supplied as a single string separated by spaces
59 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options);
/hardware/ril/rild/
H A Dradiooptions.c26 enum options { enum
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c51 char options[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_options member in struct:SvcInternal
398 * Parse SVC encoding options
404 static vpx_codec_err_t parse_options(SvcContext *svc_ctx, const char *options) { argument
412 if (options == NULL) return VPX_CODEC_OK;
413 input_string = strdup(options);
457 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options) { argument
459 if (svc_ctx == NULL || options == NULL || si == NULL) {
462 strncpy(si->options, options, sizeof(si->options));
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_audio.h254 union snd_codec_options options; member in struct:snd_codec
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dcompress_params.h289 union snd_codec_options options; member in struct:snd_codec
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dcompress_params.h257 /* Encoder options */
283 * These options were extracted from the OpenMAX IL spec and Gstreamer vorbisenc
304 * These options were extracted from the OpenMAX IL spec
319 * These options were extracted from the FLAC online documentation
323 * profiles. Additional options that affect encoding quality and speed can
419 * @options: encoder-specific settings
438 union snd_codec_options options; member in struct:snd_codec
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dconfigure22 Advanced options:
/hardware/intel/img/libdrm/
H A Dconfig.guess1004 if test -f /usr/options/cb.name; then
1005 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
H A Dltmain.sh234 # Standard options:
695 # Parse options once, thoroughly. This comes as soon as possible in
787 # Separate optargs to long options:
817 # Having warned about all mis-specified options, bail out if
1130 # Accept any command-line options.
1468 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
1481 This mode accepts the following additional options:
1504 This mode accepts the following additional options:
1544 BSD-compatible install options are recognized)."
1590 All other options (argument
[all...]
H A Dconfigure901 # Initialize some variables set by options.
906 # The variables have the same names as the options, with
923 # Installation directory options.
965 # Accept the important Cygnus configure options, so we can diagnose typos.
1316 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1317 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1437 # Omit some internal or obsolete options to make the list less imposing.
1447 Defaults for the options are specified in brackets.
1451 --help=short display options specific to this package
1471 For better control, use the options belo
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
H A Dx86inc.asm204 ; PROLOGUE can also be invoked by adding the same options to cglobal

Completed in 562 milliseconds