Home
last modified time | relevance | path

Searched defs:window (Results 1 – 25 of 167) sorted by relevance

1234567

/external/flac/libFLAC/
Dwindow.c46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
65 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett_hann()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
84 void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman_harris_4term_92db_sidelobe()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
115 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) in FLAC__window_gauss()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
145 void FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L) in FLAC__window_kaiser_bessel()
[all …]
/external/deqp/framework/platform/android/
DtcuAndroidWindow.cpp35 Window::Window (ANativeWindow* window) in Window()
124 Window* const window = *winIter; in ~WindowRegistry() local
136 void WindowRegistry::addWindow (ANativeWindow* window) in addWindow()
146 Window* const window = m_windows[ndx]; in destroyWindow() local
170 Window* const window = m_windows[ndx]; in tryAcquireWindow() local
183 Window* const window = m_windows[ndx]; in garbageCollect() local
DtcuAndroidNativeActivity.cpp64 static void onNativeWindowCreatedCallback (ANativeActivity* activity, ANativeWindow* window) in onNativeWindowCreatedCallback()
69 static void onNativeWindowResizedCallback (ANativeActivity* activity, ANativeWindow* window) in onNativeWindowResizedCallback()
74 static void onNativeWindowRedrawNeededCallback (ANativeActivity* activity, ANativeWindow* window) in onNativeWindowRedrawNeededCallback()
79 static void onNativeWindowDestroyedCallback (ANativeActivity* activity, ANativeWindow* window) in onNativeWindowDestroyedCallback()
173 void NativeActivity::onNativeWindowCreated (ANativeWindow* window) in onNativeWindowCreated()
178 void NativeActivity::onNativeWindowResized (ANativeWindow* window) in onNativeWindowResized()
183 void NativeActivity::onNativeWindowRedrawNeeded (ANativeWindow* window) in onNativeWindowRedrawNeeded()
188 void NativeActivity::onNativeWindowDestroyed (ANativeWindow* window) in onNativeWindowDestroyed()
DtcuAndroidTestActivity.cpp61 void TestThread::onWindowCreated (ANativeWindow* window) in onWindowCreated()
66 void TestThread::onWindowDestroyed (ANativeWindow* window) in onWindowDestroyed()
71 void TestThread::onWindowResized (ANativeWindow* window) in onWindowResized()
DtcuAndroidRenderActivity.cpp328 void RenderActivity::onNativeWindowCreated (ANativeWindow* window) in onNativeWindowCreated()
334 void RenderActivity::onNativeWindowResized (ANativeWindow* window) in onNativeWindowResized()
340 void RenderActivity::onNativeWindowRedrawNeeded (ANativeWindow* window) in onNativeWindowRedrawNeeded()
345 void RenderActivity::onNativeWindowDestroyed (ANativeWindow* window) in onNativeWindowDestroyed()
DtcuAndroidPlatform.cpp109 NativeWindow::NativeWindow (Window* window, int width, int height, int32_t format) in NativeWindow()
164 Window* window = m_windowRegistry.tryAcquireWindow(); in createWindow() local
/external/clang/test/SemaObjCXX/
Dwarn-strict-selector-match.mm5 - (id) window; // expected-note {{using}} method
10 - (Base *) window; // expected-note {{also found}} method
/external/linux-tools-perf/src/tools/perf/ui/gtk/
Dannotate.c88 static int perf_gtk__annotate_symbol(GtkWidget *window, struct symbol *sym, in perf_gtk__annotate_symbol()
161 GtkWidget *window; in symbol__gtk_annotate() local
231 GtkWidget *window; in perf_gtk__show_annotations() local
/external/zlib/src/examples/
Dzran.c71 unsigned char window[WINSIZE]; /* preceding 32K of uncompressed data */ member
93 off_t in, off_t out, unsigned left, unsigned char *window) in addpoint()
152 unsigned char window[WINSIZE]; in build_index() local
/external/skia/experimental/FileReaderApp/
DFileReaderAppDelegate.h11 SkNSWindow *window; variable
/external/skia/experimental/SimpleiOSApp/iPhone/
DAppDelegate_iPhone.h12 UIWindow *window; variable
/external/skia/experimental/SimpleiOSApp/iPad/
DAppDelegate_iPad.h12 UIWindow *window; variable
/external/skia/experimental/iOSSampleApp/iPad/
DAppDelegate_iPad.h13 UIWindow* window; variable
/external/zlib/src/contrib/infback9/
Dinfback9.h31 #define inflateBack9Init(strm, window) \ argument
Dinfback9.c19 int ZEXPORT inflateBack9Init_(strm, window, version, stream_size) in inflateBack9Init_() argument
232 unsigned char FAR *window; /* allocated sliding window, if needed */ local
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/view/
DTestWindowTest.java13 TestWindow window = new TestWindow(null); in windowManager__shouldNotBeNull() local
/external/skia/src/views/unix/
Dskia_unix.cpp13 SkOSWindow* window = create_sk_window(NULL, argc, argv); in main() local
/external/clang/test/SemaObjC/
Dpedantic-dynamic-test.m7 int window; field
Derr-ivar-access-in-class-method.m9 @property (strong, nonatomic) UIWindow *window; property
Daccess-property-getter.m44 @property (copy) id window; property
/external/clang/test/CodeGenObjC/
Ddebug-info-crash-2.m6 @property (strong, nonatomic) Bar *window; property
/external/aac/libAACdec/src/
Dstereo.cpp158 int window, group, scaleFactorBandsTransmitted; in CJointStereo_ApplyMS() local
232 for (int window=0,group=0; group<windowGroups; group++) in CJointStereo_ApplyIS() local
Daacdec_tns.cpp135 UCHAR window; in CTns_Read() local
341 int window,index,start,stop,size; in CTns_Apply() local
/external/aac/libAACdec/src/arm/
Dblock_arm.cpp107 int window) in CBlock_ScaleSpectralData_func1()
/external/libopus/celt/
Dentenc.c194 ec_window window; in ec_enc_bits() local
245 ec_window window; in ec_enc_done() local

1234567