Home
last modified time | relevance | path

Searched defs:window (Results 301 - 325 of 454) sorted by relevance

1...<<111213141516171819

/test/xts/acts/multimedia/media/media_ndk_standard/AVPlayerNDK/entry/src/main/cpp/
H A Davplayer_ndk_test.cpp138 OHNativeWindow *window = OH_NativeImage_AcquireNativeWindow(image); in GetAVPlayer() local
557 OHNativeWindow *window = OH_NativeImage_AcquireNativeWindow(image); in OhAvPlayerSetVideoSurface() local
/third_party/ffmpeg/libavcodec/mips/
H A Dmpegaudiodsp_mips_float.c65 static void ff_mpadsp_apply_window_mips_float(float *synth_buf, float *window, in ff_mpadsp_apply_window_mips_float() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_dialoguenhance.c40 float *window; member
130 const float *window = s->window; in apply_window() local
[all...]
H A Daf_apsyclip.c50 float *window, *inv_window, *spread_table, *margin_curve; member
83 static void generate_hann_window(float *window, float *inv_window, int size) in generate_hann_window() argument
270 const float *window = s->window; in apply_window() local
334 const float *window = s->window; clip_to_window() local
[all...]
H A Daf_aspectralstats.c63 AVFrame *window; member
400 float *window = (float *)s->window->extended_data[ch]; in filter_channel() local
[all...]
H A Davf_showfreqs.c61 AVFrame *window; member
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsiren.c385 float *window; member
H A Dsonic.c72 int *window; member
509 static void modified_levinson_durbin(int *window, int window_entries, in modified_levinson_durbin() argument
[all...]
/third_party/glfw/examples/
H A Dboing.c217 void reshape( GLFWwindow* window, int w, int h ) in reshape() argument
240 void key_callback( GLFWwindow* window, int key, int scancode, int action, int mods ) in key_callback() argument
276 mouse_button_callback( GLFWwindow* window, int button, int action, int mods ) mouse_button_callback() argument
292 cursor_position_callback( GLFWwindow* window, double x, double y ) cursor_position_callback() argument
626 GLFWwindow* window; main() local
[all...]
/third_party/glfw/src/
H A Dnull_window.c33 static void applySizeLimits(_GLFWwindow* window, int* width, int* height) in applySizeLimits() argument
52 fitToMonitor(_GLFWwindow* window) fitToMonitor() argument
63 acquireMonitor(_GLFWwindow* window) acquireMonitor() argument
68 releaseMonitor(_GLFWwindow* window) releaseMonitor() argument
76 createNativeWindow(_GLFWwindow* window, const _GLFWwndconfig* wndconfig, const _GLFWfbconfig* fbconfig) createNativeWindow() argument
114 _glfwCreateWindowNull(_GLFWwindow* window, const _GLFWwndconfig* wndconfig, const _GLFWctxconfig* ctxconfig, const _GLFWfbconfig* fbconfig) _glfwCreateWindowNull() argument
169 _glfwDestroyWindowNull(_GLFWwindow* window) _glfwDestroyWindowNull() argument
181 _glfwSetWindowTitleNull(_GLFWwindow* window, const char* title) _glfwSetWindowTitleNull() argument
185 _glfwSetWindowIconNull(_GLFWwindow* window, int count, const GLFWimage* images) _glfwSetWindowIconNull() argument
189 _glfwSetWindowMonitorNull(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate) _glfwSetWindowMonitorNull() argument
224 _glfwGetWindowPosNull(_GLFWwindow* window, int* xpos, int* ypos) _glfwGetWindowPosNull() argument
232 _glfwSetWindowPosNull(_GLFWwindow* window, int xpos, int ypos) _glfwSetWindowPosNull() argument
245 _glfwGetWindowSizeNull(_GLFWwindow* window, int* width, int* height) _glfwGetWindowSizeNull() argument
253 _glfwSetWindowSizeNull(_GLFWwindow* window, int width, int height) _glfwSetWindowSizeNull() argument
268 _glfwSetWindowSizeLimitsNull(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight) _glfwSetWindowSizeLimitsNull() argument
278 _glfwSetWindowAspectRatioNull(_GLFWwindow* window, int n, int d) _glfwSetWindowAspectRatioNull() argument
286 _glfwGetFramebufferSizeNull(_GLFWwindow* window, int* width, int* height) _glfwGetFramebufferSizeNull() argument
294 _glfwGetWindowFrameSizeNull(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) _glfwGetWindowFrameSizeNull() argument
322 _glfwGetWindowContentScaleNull(_GLFWwindow* window, float* xscale, float* yscale) _glfwGetWindowContentScaleNull() argument
330 _glfwIconifyWindowNull(_GLFWwindow* window) _glfwIconifyWindowNull() argument
348 _glfwRestoreWindowNull(_GLFWwindow* window) _glfwRestoreWindowNull() argument
365 _glfwMaximizeWindowNull(_GLFWwindow* window) _glfwMaximizeWindowNull() argument
374 _glfwWindowMaximizedNull(_GLFWwindow* window) _glfwWindowMaximizedNull() argument
379 _glfwWindowHoveredNull(_GLFWwindow* window) _glfwWindowHoveredNull() argument
387 _glfwFramebufferTransparentNull(_GLFWwindow* window) _glfwFramebufferTransparentNull() argument
392 _glfwSetWindowResizableNull(_GLFWwindow* window, GLFWbool enabled) _glfwSetWindowResizableNull() argument
397 _glfwSetWindowDecoratedNull(_GLFWwindow* window, GLFWbool enabled) _glfwSetWindowDecoratedNull() argument
402 _glfwSetWindowFloatingNull(_GLFWwindow* window, GLFWbool enabled) _glfwSetWindowFloatingNull() argument
407 _glfwSetWindowMousePassthroughNull(_GLFWwindow* window, GLFWbool enabled) _glfwSetWindowMousePassthroughNull() argument
411 _glfwGetWindowOpacityNull(_GLFWwindow* window) _glfwGetWindowOpacityNull() argument
416 _glfwSetWindowOpacityNull(_GLFWwindow* window, float opacity) _glfwSetWindowOpacityNull() argument
421 _glfwSetRawMouseMotionNull(_GLFWwindow *window, GLFWbool enabled) _glfwSetRawMouseMotionNull() argument
430 _glfwShowWindowNull(_GLFWwindow* window) _glfwShowWindowNull() argument
435 _glfwRequestWindowAttentionNull(_GLFWwindow* window) _glfwRequestWindowAttentionNull() argument
439 _glfwHideWindowNull(_GLFWwindow* window) _glfwHideWindowNull() argument
450 _glfwFocusWindowNull(_GLFWwindow* window) _glfwFocusWindowNull() argument
473 _glfwWindowFocusedNull(_GLFWwindow* window) _glfwWindowFocusedNull() argument
478 _glfwWindowIconifiedNull(_GLFWwindow* window) _glfwWindowIconifiedNull() argument
483 _glfwWindowVisibleNull(_GLFWwindow* window) _glfwWindowVisibleNull() argument
504 _glfwGetCursorPosNull(_GLFWwindow* window, double* xpos, double* ypos) _glfwGetCursorPosNull() argument
512 _glfwSetCursorPosNull(_GLFWwindow* window, double x, double y) _glfwSetCursorPosNull() argument
518 _glfwSetCursorModeNull(_GLFWwindow* window, int mode) _glfwSetCursorModeNull() argument
538 _glfwSetCursorNull(_GLFWwindow* window, _GLFWcursor* cursor) _glfwSetCursorNull() argument
567 _glfwGetEGLNativeWindowNull(_GLFWwindow* window) _glfwGetEGLNativeWindowNull() argument
720 _glfwCreateWindowSurfaceNull(VkInstance instance, _GLFWwindow* window, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface) _glfwCreateWindowSurfaceNull() argument
[all...]
H A Dwindow.c43 void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused) in _glfwInputWindowFocus() argument
75 _glfwInputWindowPos(_GLFWwindow* window, int x, int y) _glfwInputWindowPos() argument
86 _glfwInputWindowSize(_GLFWwindow* window, int width, int height) _glfwInputWindowSize() argument
98 _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) _glfwInputWindowIconify() argument
109 _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized) _glfwInputWindowMaximize() argument
121 _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) _glfwInputFramebufferSize() argument
134 _glfwInputWindowContentScale(_GLFWwindow* window, float xscale, float yscale) _glfwInputWindowContentScale() argument
148 _glfwInputWindowDamage(_GLFWwindow* window) _glfwInputWindowDamage() argument
158 _glfwInputWindowCloseRequest(_GLFWwindow* window) _glfwInputWindowCloseRequest() argument
170 _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor) _glfwInputWindowMonitor() argument
188 _GLFWwindow* window; glfwCreateWindow() local
472 _GLFWwindow* window = (_GLFWwindow*) handle; glfwDestroyWindow() local
506 _GLFWwindow* window = (_GLFWwindow*) handle; glfwWindowShouldClose() local
516 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowShouldClose() local
526 _GLFWwindow* window = (_GLFWwindow*) handle; glfwGetWindowTitle() local
538 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowTitle() local
558 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowIcon() local
591 _GLFWwindow* window = (_GLFWwindow*) handle; glfwGetWindowPos() local
601 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowPos() local
619 _GLFWwindow* window = (_GLFWwindow*) handle; glfwGetWindowSize() local
632 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowSize() local
647 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowSizeLimits() local
693 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowAspectRatio() local
725 _GLFWwindow* window = (_GLFWwindow*) handle; glfwGetFramebufferSize() local
746 _GLFWwindow* window = (_GLFWwindow*) handle; glfwGetWindowFrameSize() local
762 _GLFWwindow* window = (_GLFWwindow*) handle; glfwGetWindowContentScale() local
772 _GLFWwindow* window = (_GLFWwindow*) handle; glfwGetWindowOpacity() local
786 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowOpacity() local
802 _GLFWwindow* window = (_GLFWwindow*) handle; glfwIconifyWindow() local
812 _GLFWwindow* window = (_GLFWwindow*) handle; glfwRestoreWindow() local
822 _GLFWwindow* window = (_GLFWwindow*) handle; glfwMaximizeWindow() local
835 _GLFWwindow* window = (_GLFWwindow*) handle; glfwShowWindow() local
851 _GLFWwindow* window = (_GLFWwindow*) handle; glfwRequestWindowAttention() local
861 _GLFWwindow* window = (_GLFWwindow*) handle; glfwHideWindow() local
874 _GLFWwindow* window = (_GLFWwindow*) handle; glfwFocusWindow() local
884 _GLFWwindow* window = (_GLFWwindow*) handle; glfwGetWindowAttrib() local
947 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowAttrib() local
993 _GLFWwindow* window = (_GLFWwindow*) handle; glfwGetWindowMonitor() local
1010 _GLFWwindow* window = (_GLFWwindow*) wh; glfwSetWindowMonitor() local
1043 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowUserPointer() local
1053 _GLFWwindow* window = (_GLFWwindow*) handle; glfwGetWindowUserPointer() local
1064 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowPosCallback() local
1076 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowSizeCallback() local
1088 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowCloseCallback() local
1100 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowRefreshCallback() local
1112 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowFocusCallback() local
1124 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowIconifyCallback() local
1136 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowMaximizeCallback() local
1148 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetFramebufferSizeCallback() local
1160 _GLFWwindow* window = (_GLFWwindow*) handle; glfwSetWindowContentScaleCallback() local
[all...]
/third_party/backends/backend/
H A Dteco1.c646 unsigned char window[99]; in teco_set_window() local
[all...]
H A Dleo.c494 unsigned char window[48]; in leo_set_window() local
[all...]
H A Dteco3.c466 unsigned char window[255]; in teco_set_window() local
[all...]
H A Dkvs1025_low.c412 unsigned char *window; in CMD_set_window() local
H A Dsceptre.c982 unsigned char window[82]; in sceptre_set_window() local
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java623 private byte window; global() field in CharsetSCSU.CharsetEncoderSCSU
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnvscsu.cpp910 int8_t window=scsu->windowUse[scsu->nextWindowUseIndex]; getNextDynamicWindow() local
924 useDynamicWindow(SCSUData *scsu, int8_t window) useDynamicWindow() argument
1034 int8_t window; _SCSUFromUnicodeWithOffsets() local
1539 int8_t window; _SCSUFromUnicode() local
[all...]
/third_party/mbedtls/library/
H A Dbignum_core.c809 mbedtls_mpi_uint window = 0; in mbedtls_mpi_core_exp_mod() local
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.h119 Bytef *window; member
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvscsu.cpp910 int8_t window=scsu->windowUse[scsu->nextWindowUseIndex]; getNextDynamicWindow() local
924 useDynamicWindow(SCSUData *scsu, int8_t window) useDynamicWindow() argument
1034 int8_t window; _SCSUFromUnicodeWithOffsets() local
1539 int8_t window; _SCSUFromUnicode() local
[all...]
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.h131 xcb_window_t window; member
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.h113 Bytef *window; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp247 const de::UniquePtr<Window> window; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp801 createWindowSurface(const egl::SurfaceState &state, EGLNativeWindowType window, const egl::AttributeMap &attribs) createWindowSurface() argument

Completed in 25 milliseconds

1...<<111213141516171819