Home
last modified time | relevance | path

Searched defs:_window (Results 1 – 6 of 6) sorted by relevance

/external/libopus/celt/
Dmdct.h86 #define clt_mdct_forward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \ argument
96 #define clt_mdct_backward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \ argument
103 #define clt_mdct_forward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \ argument
106 #define clt_mdct_backward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \ argument
/external/libopus/celt/arm/
Dmdct_arm.h52 #define clt_mdct_forward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \ argument
54 #define clt_mdct_backward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \ argument
/external/webrtc/webrtc/modules/video_render/mac/
Dcocoa_full_screen_window.h23 NSWindow* _window; variable
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.h72 Window _window; variable
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc208 Window _window = XCreateWindow(_display, DefaultRootWindow(_display), in WebRtcCreateWindow() local
/external/lzma/CPP/Windows/
DWindow.h60 CWindow(HWND newWindow = NULL): _window(newWindow){}; in _window() function