HomeSort by relevance Sort by last modified time
    Searched defs:window_size (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/chromeos/
native_dialog_window.cc 146 gfx::Size window_size = window()->non_client_view()->GetPreferredSize(); local
148 window_bounds.set_width(window_size.width());
149 window_bounds.set_height(window_size.height());
  /external/srtp/include/
srtp.h 222 unsigned long window_size; /**< The window size to use for replay member in struct:srtp_policy_t
  /external/zlib/contrib/gcc_gvmat64/
gvmat64.S 156 #define window_size [ rcx + dsWSize] define
267 mov eax, window_size
  /external/zlib/contrib/masmx64/
gvmat64.asm 142 COMM window_size:DWORD
180 window_size equ [ rcx + dsWSize] define
287 mov eax, window_size
  /external/mtpd/
pptp.c 115 uint16_t window_size; member in struct:packet::__anon9751::__anon9752::__anon9754::__anon9756
297 outgoing.ocrq.window_size = htons(8192);
  /external/srec/srec/include/
sample.h 183 int window_size; member in struct:__anon12652
206 void create_sample_buffer(wave_info *wave, int frame_size, int window_size);
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 123 ulg window_size; member in struct:internal_state
  /external/speex/libspeex/
jitter.c 160 int window_size; /**< Total window over which the late frames are counted */ member in struct:JitterBuffer_
203 late_factor = jitter->auto_tradeoff * jitter->window_size/tot_count;
825 jitter->window_size = 100*TOP_DELAY/jitter->max_late_rate;
826 jitter->subwindow_size = jitter->window_size/MAX_BUFFERS;
mdf.c 134 int window_size; member in struct:SpeexEchoState_
425 st->window_size = 2*frame_size;
426 N = st->window_size;
535 N = st->window_size;
708 N = st->window_size;
    [all...]
  /external/zlib/
deflate.h 126 ulg window_size; member in struct:internal_state
  /external/libnfc-nxp/src/
phLlcNfc_DataTypes.h 530 uint8_t window_size; member in struct:phLlcNfc_Frame
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
irda.h 183 unsigned short window_size; member in struct:if_irda_qos
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
irda.h 183 unsigned short window_size; member in struct:if_irda_qos
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
irda.h 183 unsigned short window_size; member in struct:if_irda_qos
  /external/chromium/chrome/browser/ui/
browser.cc 370 const gfx::Size& window_size,
388 if (!window_size.IsEmpty()) {
389 gfx::Rect initial_pos(window_size);
573 gfx::Size window_size; local
575 window_size.SetSize(extension->launch_width(),
578 Browser* browser = Browser::CreateForApp(app_name, window_size, profile,
    [all...]

Completed in 698 milliseconds