HomeSort by relevance Sort by last modified time
    Searched refs:modes (Results 301 - 325 of 433) sorted by null

<<1112131415161718

  /device/lge/hammerhead/original-kernel-headers/sound/
compress_params.h 92 * Profile and modes are listed with bit masks. This allows for a
99 /* MP3 modes are only useful for encoders */
107 /* AMR modes are only useful for encoders */
122 /* AMRWB modes are only useful for encoders */
131 /* AAC modes are required for encoders and decoders */
209 * IEC modes are mandatory for decoders. Format autodetection
351 * @modes: Supported modes. See SND_AUDIOMODE defines
356 * This structure provides a scalar value for profiles, modes and stream
373 __u32 modes; member in struct:snd_codec_desc
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 12 import org.bouncycastle.crypto.modes.CBCBlockCipher;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DESede.java 34 import org.bouncycastle.crypto.modes.CBCBlockCipher;
DES.java 32 import org.bouncycastle.crypto.modes.CBCBlockCipher;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
jsbundler.py 288 help=('File to output result to for modes that output '
  /external/chromium_org/remoting/host/
desktop_resizer_linux.cc 92 const XRRModeInfo& mode = resources_->modes[i];
  /external/kernel-headers/original/uapi/sound/
compress_params.h 79 * Profile and modes are listed with bit masks. This allows for a
86 /* MP3 modes are only useful for encoders */
94 /* AMR modes are only useful for encoders */
109 /* AMRWB modes are only useful for encoders */
118 /* AAC modes are required for encoders and decoders */
196 * IEC modes are mandatory for decoders. Format autodetection
334 * @modes: Supported modes. See SND_AUDIOMODE defines
339 * This structure provides a scalar value for profiles, modes and stream
357 __u32 modes; member in struct:snd_codec_desc
    [all...]
  /hardware/intel/img/libdrm/libdrm/
xf86drmMode.h 261 drmModeModeInfoPtr modes; member in struct:_drmModeConnector
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 112 /* This sets the modes that are available */
116 } modes[] = { variable in typeref:struct:__anon26025
331 fprintf(stderr, "modes: (-m option)\n");
332 for(i=0;i<(sizeof(modes)/sizeof(modes[0]));i++) {
333 fprintf(stderr, " %-9s ", modes[i].name);
334 if (modes[i].alt_name) {
335 fprintf(stderr, "/ %-9s", modes[i].alt_name);
339 fprintf(stderr, " %s\n", modes[i].desc);
    [all...]
  /external/chromium_org/ash/display/
display_manager.cc 455 const std::vector<DisplayMode>& modes = display_info.display_modes(); local
456 DCHECK_NE(0u, modes.size());
458 std::find_if(modes.begin(), modes.end(), DisplayModeMatcher(resolution));
459 if (iter == modes.end()) {
    [all...]
  /external/libvorbis/lib/
vorbisenc.c 31 all the modes a little less annoying. If we use a residue backend
155 #include "modes/setup_44.h"
156 #include "modes/setup_44u.h"
157 #include "modes/setup_44p51.h"
158 #include "modes/setup_32.h"
159 #include "modes/setup_8.h"
160 #include "modes/setup_11.h"
161 #include "modes/setup_16.h"
162 #include "modes/setup_22.h"
163 #include "modes/setup_X.h
593 int i,j,is=s,modes=2; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 6313 struct hostapd_hw_modes *modes; member in struct:phy_info_arg
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 623 const struct hostapd_hw_modes *mode = NULL, *modes; local
631 modes = wpa_s->hw.modes;
632 if (modes == NULL) {
642 for (j = 0; j < modes[i].num_channels; j++) {
643 int freq = modes[i].channels[j].freq;
649 mode = &modes[i];
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api_implementation.js 136 * @param {number=} queueMode Valid modes are 0 for flush; 1 for queue.
154 * @param {number=} queueMode Valid modes are 0 for flush; 1 for queue.
171 * @param {number=} queueMode Valid modes are 0 for flush; 1 for queue.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 1431 GLuint modes[4]; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 421 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
440 if (modes[type])
448 modes[type] = rw;
452 if (!modes[type])
458 if (modes[type] != rw)
465 modes[type] = 0;
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 1431 GLuint modes[4]; local
    [all...]
  /external/openssl/ssl/
ssltest.c 421 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
440 if (modes[type])
448 modes[type] = rw;
452 if (!modes[type])
458 if (modes[type] != rw)
465 modes[type] = 0;
    [all...]
  /external/blktrace/btt/
globals.h 65 long long *modes; member in struct:mode
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 1 package org.bouncycastle.crypto.modes;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMUtil.java 1 package org.bouncycastle.crypto.modes.gcm;
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 35 // intra prediction modes
36 enum { B_DC_PRED = 0, // 4x4 modes
48 // Luma16 or UV modes
351 void VP8SetIntra4Mode(const VP8EncIterator* const it, const uint8_t* modes);
458 uint8_t* preds_; // predictions modes: (4*mb_w+1) * (4*mb_h+1)
477 // Writes the partition #0 modes (that is: all intra modes)
518 // Assigns a first guess for Intra16 and uvmode_ prediction modes.
524 // Pick best modes and fills the levels. Returns true if skipped.
  /external/chromium_org/third_party/skia/src/core/
SkShader.cpp 331 TileMode modes[]) const {
  /external/skia/src/core/
SkShader.cpp 337 TileMode modes[]) const {
  /external/webp/src/enc/
vp8enci.h 35 // intra prediction modes
36 enum { B_DC_PRED = 0, // 4x4 modes
48 // Luma16 or UV modes
351 void VP8SetIntra4Mode(const VP8EncIterator* const it, const uint8_t* modes);
458 uint8_t* preds_; // predictions modes: (4*mb_w+1) * (4*mb_h+1)
477 // Writes the partition #0 modes (that is: all intra modes)
518 // Assigns a first guess for Intra16 and uvmode_ prediction modes.
524 // Pick best modes and fills the levels. Returns true if skipped.

Completed in 2108 milliseconds

<<1112131415161718