Home
last modified time | relevance | path

Searched refs:win_type (Results 1 – 13 of 13) sorted by relevance

/external/libopus/silk/float/
Dapply_sine_window_FLP.c41 …const opus_int win_type, /* I Selects a window type … in silk_apply_sine_window_FLP() argument
48 silk_assert( win_type == 1 || win_type == 2 ); in silk_apply_sine_window_FLP()
59 if( win_type < 2 ) { in silk_apply_sine_window_FLP()
Dmain_FLP.h270 …const opus_int win_type, /* I Selects a window type …
/external/chromium_org/third_party/opus/src/silk/float/
Dapply_sine_window_FLP.c41 …const opus_int win_type, /* I Selects a window type … in silk_apply_sine_window_FLP() argument
48 silk_assert( win_type == 1 || win_type == 2 ); in silk_apply_sine_window_FLP()
59 if( win_type < 2 ) { in silk_apply_sine_window_FLP()
Dmain_FLP.h270 …const opus_int win_type, /* I Selects a window type …
/external/chromium_org/third_party/opus/src/silk/fixed/
Dapply_sine_window_FIX.c53 …const opus_int win_type, /* I Selects a window type … in silk_apply_sine_window() argument
60 silk_assert( win_type == 1 || win_type == 2 ); in silk_apply_sine_window()
76 if( win_type == 1 ) { in silk_apply_sine_window()
/external/libopus/silk/fixed/
Dapply_sine_window_FIX.c53 …const opus_int win_type, /* I Selects a window type … in silk_apply_sine_window() argument
60 silk_assert( win_type == 1 || win_type == 2 ); in silk_apply_sine_window()
76 if( win_type == 1 ) { in silk_apply_sine_window()
/external/chromium_org/chrome/browser/ui/webui/ntp/
Dntp_resource_cache.h41 base::RefCountedMemory* GetNewTabHTML(WindowType win_type);
42 base::RefCountedMemory* GetNewTabCSS(WindowType win_type);
Dntp_resource_cache.cc229 base::RefCountedMemory* NTPResourceCache::GetNewTabHTML(WindowType win_type) { in GetNewTabHTML() argument
231 if (win_type == GUEST) { in GetNewTabHTML()
235 } else if (win_type == INCOGNITO) { in GetNewTabHTML()
249 base::RefCountedMemory* NTPResourceCache::GetNewTabCSS(WindowType win_type) { in GetNewTabCSS() argument
251 if (win_type == GUEST) { in GetNewTabCSS()
255 } else if (win_type == INCOGNITO) { in GetNewTabCSS()
Dnew_tab_ui.cc344 NTPResourceCache::WindowType win_type = NTPResourceCache::GetWindowType( in StartDataRequest() local
348 GetNewTabHTML(win_type)); in StartDataRequest()
/external/chromium_org/chrome/browser/ui/webui/
Dapp_launcher_page_ui.cc108 NTPResourceCache::WindowType win_type = NTPResourceCache::GetWindowType( in StartDataRequest() local
111 resource->GetNewTabHTML(win_type)); in StartDataRequest()
Dtheme_source.cc46 NTPResourceCache::WindowType win_type = NTPResourceCache::GetWindowType( in ThemeSource() local
49 NTPResourceCacheFactory::GetForProfile(profile)->GetNewTabCSS(win_type); in ThemeSource()
/external/libopus/silk/
DSigProc_FIX.h220 …const opus_int win_type, /* I Selects a window type …
/external/chromium_org/third_party/opus/src/silk/
DSigProc_FIX.h220 …const opus_int win_type, /* I Selects a window type …