HomeSort by relevance Sort by last modified time
    Searched refs:window (Results 176 - 200 of 1995) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libxcam/xcore/base/
xcam_params.h 33 XCam3AWindow window; member in struct:_XCamAeParam
58 XCam3AWindow window; member in struct:_XCamAwbParam
  /external/lzma/CPP/Windows/Control/
PropertyPage.h 20 CPropertyPage(HWND window = NULL): CDialog(window){};
  /frameworks/av/camera/ndk/impl/
ACaptureRequest.h 25 explicit ACameraOutputTarget(ANativeWindow* window) : mWindow(window) {};
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.cpp 15 android::sp<ANativeWindow> window; local
51 window = android::android_view_Surface_getNativeWindow(_env, win);
53 if (window == NULL)
59 (EGLNativeWindowType)window.get(),
88 android::sp<ANativeWindow> window; local
115 window = new android::Surface(producer, true);
117 if (window == NULL)
141 (EGLNativeWindowType)window.get(),
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.h 33 static void logFrameDurations(const String8& window,
77 void doLogFrameDurations(const String8& window, const int32_t* durations,
  /hardware/intel/img/psb_video/src/android/
psb_gralloc.h 32 #include <system/window.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
xtestext1.h 69 Window window; member in struct:__anon62022
81 Window window; member in struct:__anon62023
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_messagebox.h 90 * \brief MessageBox structure containing title, text, window, etc.
95 SDL_Window *window; /**< Parent window, can be NULL */ member in struct:__anon231
115 * window, or on the main thread if the messagebox has no parent. It will
127 * \param window The parent window, or NULL for no parent
133 extern DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_messagebox.h 90 * \brief MessageBox structure containing title, text, window, etc.
95 SDL_Window *window; /**< Parent window, can be NULL */ member in struct:__anon340
115 * window, or on the main thread if the messagebox has no parent. It will
127 * \param window The parent window, or NULL for no parent
133 extern DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window);
  /prebuilts/misc/windows/sdl2/include/
SDL_messagebox.h 90 * \brief MessageBox structure containing title, text, window, etc.
95 SDL_Window *window; /**< Parent window, can be NULL */ member in struct:__anon419
115 * window, or on the main thread if the messagebox has no parent. It will
127 * \param window The parent window, or NULL for no parent
133 extern DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_messagebox.h 90 * \brief MessageBox structure containing title, text, window, etc.
95 SDL_Window *window; /**< Parent window, can be NULL */ member in struct:__anon513
115 * window, or on the main thread if the messagebox has no parent. It will
127 * \param window The parent window, or NULL for no parent
133 extern DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window);
  /prebuilts/ndk/r16/sources/android/ndk_helper/
GLContext.h 92 bool Init( ANativeWindow* window );
97 EGLint Resume( ANativeWindow* window );
  /system/tools/hidl/c2hal/test/
simple.h 47 int (*setSwapInterval)(struct simple_t* window,
53 int (*setUpdateRect)(struct simple_t* window,
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_mac.mm 32 // Returns true if the window exists.
63 // The window being captured.
90 // Check windows to make sure they have an id, title, and use window layer
94 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
97 CFDictionaryGetValue(window, kCGWindowName));
99 CFDictionaryGetValue(window, kCGWindowNumber));
101 CFDictionaryGetValue(window, kCGWindowLayer));
111 WindowCapturer::Window window;
112 window.id = id
    [all...]
  /external/brotli/java/org/brotli/wrapper/enc/
EncoderTest.java 72 for (int window = 10; window <= 22; window++) {
74 Encoder.compress(original, new Encoder.Parameters().setQuality(6).setWindow(window));
  /external/clang/test/FixIt/
typo.c 18 struct Window {
23 struct Window window = { variable in typeref:struct:Window
24 .bunds. // expected-error{{field designator 'bunds' does not refer to any field in type 'struct Window'; did you mean 'bounds'?}}
  /external/libopus/celt/
mdct.h 67 const opus_val16 *window, int overlap,
74 const opus_val16 * OPUS_RESTRICT window,
83 kiss_fft_scalar * OPUS_RESTRICT out, const opus_val16 *window,
93 kiss_fft_scalar * OPUS_RESTRICT out, const opus_val16 *window,
  /external/pdfium/fxjs/xfa/
cjx_datawindow.h 19 explicit CJX_DataWindow(CScript_DataWindow* window);
  /external/skia/tools/sk_app/android/
RasterWindowContext_android.cpp 39 RasterWindowContext_android::RasterWindowContext_android(ANativeWindow* window,
42 fNativeWindow = window;
98 WindowContext* NewRasterForAndroid(ANativeWindow* window, const DisplayParams& params) {
99 WindowContext* ctx = new RasterWindowContext_android(window, params);
Window_android.h 11 #include "../Window.h"
16 class Window_android : public Window {
18 Window_android() : Window() {}
22 void initDisplay(ANativeWindow* window);
  /external/skqp/tools/sk_app/android/
RasterWindowContext_android.cpp 39 RasterWindowContext_android::RasterWindowContext_android(ANativeWindow* window,
42 fNativeWindow = window;
98 WindowContext* NewRasterForAndroid(ANativeWindow* window, const DisplayParams& params) {
99 WindowContext* ctx = new RasterWindowContext_android(window, params);
Window_android.h 11 #include "../Window.h"
16 class Window_android : public Window {
18 Window_android() : Window() {}
22 void initDisplay(ANativeWindow* window);
  /external/swiftshader/src/Main/
FrameBufferOzone.hpp 25 FrameBufferOzone(intptr_t display, intptr_t window, int width, int height);
  /external/tensorflow/tensorflow/core/util/
util.h 34 explicit MovingAverage(int window);
47 int count_; // # of valid data elements in window
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_mac_cocoa_impl.mm 24 void* window,
29 _ptrWindow(window)
71 VideoRenderMacCocoaImpl::ChangeWindow(void* window)
75 WEBRTC_TRACE(kTraceInfo, kTraceVideoRenderer, _id, "%s changing ID to ", __FUNCTION__, window);
77 if (window == NULL)
81 _ptrWindow = window;
84 _ptrWindow = window;
246 int32_t VideoRenderMacCocoaImpl::FullScreenRender(void* window, const bool enable)

Completed in 1300 milliseconds

1 2 3 4 5 6 78 91011>>