HomeSort by relevance Sort by last modified time
    Searched refs:modes (Results 176 - 200 of 348) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/libwebp/enc/
iterator.c 302 void VP8SetIntra4Mode(const VP8EncIterator* const it, const uint8_t* modes) {
306 memcpy(preds, modes, 4 * sizeof(*modes));
308 modes += 4;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.c 170 const struct gl_config *modes = (config != NULL) ? &config->modes : NULL; local
287 if (!driDriverAPI.CreateContext(mesa_api, modes, context,
491 if (!driDriverAPI.CreateBuffer(screen, pdraw, &config->modes, GL_FALSE)) {
  /external/chromium_org/third_party/opus/src/tests/
test_opus_decode.c 63 unsigned char modes[4096]; local
210 fprintf(stdout," dec[all] all 2-byte prefix for length 3 and PLC, all modes (64) OK.\n");
230 /*We only test a subset of the modes here simply because the longer
295 fprintf(stdout," dec[all] random packets, all modes (64), every 8th size from from %d bytes to maximum OK.\n",2+skip);
297 debruijn2(64,modes);
302 packet[0]=modes[i]<<2;
329 packet[0]=modes[i]<<2;
  /external/chromium_org/third_party/sqlite/src/test/
malloc_common.tcl 631 set modes {100000 persistent}
633 set modes {1 transient}
637 set modes [list 0 nofail]
641 foreach {nRepeat zName} $modes {
  /external/kernel-headers/original/linux/
timex.h 107 unsigned int modes; /* mode selector */ member in struct:timex
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 170 const struct gl_config *modes = (config != NULL) ? &config->modes : NULL; local
287 if (!driDriverAPI.CreateContext(mesa_api, modes, context,
491 if (!driDriverAPI.CreateBuffer(screen, pdraw, &config->modes, GL_FALSE)) {
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 139 /* These are the pixel formats for the 32, 24, and 16 bit video modes */
370 SDL_Rect **modes = NULL; local
377 modes = GS_vesa_modes;
399 /* Return the created list of modes */
400 modes = GS_tvout_modes;
406 return(modes);
  /external/tremolo/Tremolo/
codec_internal.h 198 /* modes are the primary means of supporting on-the-fly different
203 int modes; member in struct:codec_setup_info
treminfo.c 249 /* all of the real encoding details are here. The modes, books,
312 ci->modes=oggpack_read(opb,6)+1;
314 (vorbis_info_mode *)_ogg_calloc(ci->modes, sizeof(*ci->mode_param));
316 ci->modes=0;
319 for(i=0;i<ci->modes;i++){
  /external/webp/src/enc/
iterator.c 302 void VP8SetIntra4Mode(const VP8EncIterator* const it, const uint8_t* modes) {
306 memcpy(preds, modes, 4 * sizeof(*modes));
308 modes += 4;
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 675 var modes = []; variable
679 modes.push(['Auto-detect']);
681 modes.push(['PAC script: ' + config.pac_url]);
714 modes.push(lines);
718 if (modes.length < 1) {
719 // If we didn't find any proxy settings modes, we are using DIRECT.
721 } else if (modes.length == 1) {
723 result.push(modes[0].join('\n'));
725 // Otherwise concatenate all of the modes into a numbered list
727 for (var i = 0; i < modes.length; ++i
    [all...]
  /external/chromium_org/third_party/openssl/openssl/
Crypto-config.mk 364 crypto/modes/cbc128.c \
365 crypto/modes/ccm128.c \
366 crypto/modes/cfb128.c \
367 crypto/modes/ctr128.c \
368 crypto/modes/gcm128.c \
369 crypto/modes/ofb128.c \
370 crypto/modes/xts128.c \
540 crypto/modes \
557 crypto/modes/asm/ghash-armv4.S \
592 crypto/modes/asm/ghash-x86.S
    [all...]
  /external/openssl/
Crypto-config.mk 364 crypto/modes/cbc128.c \
365 crypto/modes/ccm128.c \
366 crypto/modes/cfb128.c \
367 crypto/modes/ctr128.c \
368 crypto/modes/gcm128.c \
369 crypto/modes/ofb128.c \
370 crypto/modes/xts128.c \
540 crypto/modes \
557 crypto/modes/asm/ghash-armv4.S \
592 crypto/modes/asm/ghash-x86.S
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 393 const struct native_mode** modes; member in struct:GalliumDXGIOutput
410 modes = 0;
413 modes = parent->display->modeset->get_modes(parent->display, connector, (int*)&num_modes);
414 if(modes && num_modes)
419 dxgi_modes[i].Width = modes[i]->width;
420 dxgi_modes[i].Height = modes[i]->height;
421 dxgi_modes[i].RefreshRate.Numerator = modes[i]->refresh_rate;
429 if(modes)
431 free(modes);
432 modes = 0
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 393 const struct native_mode** modes; member in struct:GalliumDXGIOutput
410 modes = 0;
413 modes = parent->display->modeset->get_modes(parent->display, connector, (int*)&num_modes);
414 if(modes && num_modes)
419 dxgi_modes[i].Width = modes[i]->width;
420 dxgi_modes[i].Height = modes[i]->height;
421 dxgi_modes[i].RefreshRate.Numerator = modes[i]->refresh_rate;
429 if(modes)
431 free(modes);
432 modes = 0
    [all...]
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
frame.js 7 * UI modes.
  /external/chromium_org/chromeos/display/
output_util.cc 337 XRRModeInfo *mode = &screen_resources->modes[m];
355 RRMode mode = output_info->modes[i];
real_output_configurator_delegate.cc 36 return output_info->nmode > 0 ? output_info->modes[0] : None;
236 // TODO: Determine if we need to organize modes in a way which provides
241 if (mode == screen_->modes[i].id) {
242 const XRRModeInfo& info = screen_->modes[i];
353 // - We set the new modes on CRTCs, if they fit in both the old and new
453 // Prefer the modes in the order that X sorts them,
458 external_mode_id = external_info->modes[i];
467 continue; // Allow only aspect ratio preserving modes for mirroring
471 internal_mode_id = internal_info->modes[j];
489 // Also, internal panels don't support fitting interlaced modes
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
tree.c 38 // inter prediction modes
352 uint8_t* modes = dec->imodes_; local
379 *modes++ = ymode;
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
FILES0 3 MODES.DES - A description of the features of the different modes of DES.
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglDisplay.java 55 DisplayMode[] modes = Display.getAvailableDisplayModes(); local
56 for (DisplayMode mode : modes){
  /external/libvorbis/lib/
Makefile.am 3 SUBDIRS = modes books
  /external/openssl/crypto/des/
FILES0 3 MODES.DES - A description of the features of the different modes of DES.
  /external/webp/src/dec/
tree.c 38 // inter prediction modes
352 uint8_t* modes = dec->imodes_; local
379 *modes++ = ymode;
  /external/wpa_supplicant_8/src/ap/
hw_features.c 2 * hostapd / Hardware feature query and different modes
53 struct hostapd_hw_modes *modes; local
57 modes = hostapd_get_hw_feature_data(hapd, &num_modes, &flags);
58 if (modes == NULL) {
69 iface->hw_features = modes;
73 struct hostapd_hw_modes *feature = &modes[i];

Completed in 966 milliseconds

1 2 3 4 5 6 78 91011>>