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

1 2 3 4 56 7 8 91011>>

  /cts/tests/openglperf2/jni/primitive/pixeloutput/
PixelOutputRenderer.h 21 PixelOutputRenderer(ANativeWindow* window, bool offscreen);
  /cts/tests/openglperf2/jni/primitive/shaderperf/
ShaderPerfRenderer.h 21 ShaderPerfRenderer(ANativeWindow* window, bool offscreen);
  /cts/tests/openglperf2/jni/reference/
ReferenceRenderer.h 24 explicit ReferenceRenderer(ANativeWindow* window);
  /device/generic/goldfish/camera/
PreviewWindow.h 22 * of a preview window set via set_preview_window camera HAL API.
29 /* Encapsulates functionality of a preview window set via set_preview_window
52 * window - Preview window to set. This parameter might be NULL, which
53 * indicates preview window reset.
56 * the preview window. If 'window' parameter passed to this method is
61 status_t setPreviewWindow(struct preview_stream_ops* window,
106 /* Adjusts cached dimensions of the preview window frame according to the
114 * properly adjust frame dimensions, used by the preview window
    [all...]
PreviewWindow.cpp 19 * functionality of a preview window set via set_preview_window camera HAL API.
47 status_t PreviewWindow::setPreviewWindow(struct preview_stream_ops* window,
50 ALOGV("%s: current: %p -> new: %p", __FUNCTION__, mPreviewWindow, window);
58 if (window != NULL) {
59 /* The CPU will write each frame to the preview window buffer.
60 * Note that we delay setting preview window buffer geometry until
62 res = window->set_usage(window, GRALLOC_USAGE_SW_WRITE_OFTEN);
64 window = NULL;
66 ALOGE("%s: Error setting preview window usage %d -> %s"
    [all...]
  /external/bart/bart/thermal/
ThermalAssert.py 40 def getThermalResidency(self, temp_range, window, percent=False):
48 :param window: A (start, end) tuple to limit the scope of the
50 :type window: tuple
68 series = Utils.select_window(series, window)
90 window,
121 :param window: A (start, end) tuple to limit the scope of the
123 :type window: tuple
134 residency = self.getThermalResidency(temp_range, window, percent)
  /external/deqp/framework/platform/android/
tcuAndroidNativeActivity.cpp 64 static void onNativeWindowCreatedCallback (ANativeActivity* activity, ANativeWindow* window)
66 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowCreated(window);
69 static void onNativeWindowResizedCallback (ANativeActivity* activity, ANativeWindow* window)
71 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowResized(window);
74 static void onNativeWindowRedrawNeededCallback (ANativeActivity* activity, ANativeWindow* window)
76 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowRedrawNeeded(window);
79 static void onNativeWindowDestroyedCallback (ANativeActivity* activity, ANativeWindow* window)
81 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onNativeWindowDestroyed(window);
173 void NativeActivity::onNativeWindowCreated (ANativeWindow* window)
175 DE_UNREF(window);
    [all...]
  /external/libopus/celt/
modes.h 69 const opus_val16 *window; member in struct:OpusCustomMode
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
__init__.py 51 getbaseclasses(window)
55 getbaseclasses(window)
69 'cwin' : window,
73 'cwin' : window,
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAccessibilityWindowInfoTest.java 18 private AccessibilityWindowInfo window; field in class:ShadowAccessibilityWindowInfoTest
25 window = ShadowAccessibilityWindowInfo.obtain();
26 assertThat(window == null).isEqualTo(false);
27 shadow = shadowOf(window);
ShadowWindowTest.java 12 import android.view.Window;
29 Window window = activity.getWindow(); local
31 assertThat(shadowOf(window).getFlag(WindowManager.LayoutParams.FLAG_FULLSCREEN)).isFalse();
32 window.setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
33 assertThat(shadowOf(window).getFlag(WindowManager.LayoutParams.FLAG_FULLSCREEN)).isTrue();
34 window.setFlags(WindowManager.LayoutParams.FLAG_ALLOW_LOCK_WHILE_SCREEN_ON, WindowManager.LayoutParams.FLAG_ALLOW_LOCK_WHILE_SCREEN_ON);
35 assertThat(shadowOf(window).getFlag(WindowManager.LayoutParams.FLAG_FULLSCREEN)).isTrue();
41 Window window = activity.getWindow() local
49 Window window = activity.getWindow(); local
61 Window window = activity.getWindow(); local
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_capturer.h 24 // Abstract interface for screen and window capturers.
37 // (e.g. the window has been closed).
58 // Sets the window to be excluded from the captured image in the future
59 // Capture calls. Used to exclude the screenshare notification window for
61 virtual void SetExcludedWindow(WindowId window) {}
  /external/webrtc/webrtc/modules/desktop_capture/win/
window_capture_utils.h 17 // Output the window rect, with the left/right/bottom frame border cropped if
18 // the window is maximized. |cropped_rect| is the cropped rect relative to the
21 bool GetCroppedWindowRect(HWND window,
  /external/zlib/src/contrib/infback9/
inflate9.h 36 /* sliding window */
37 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
  /frameworks/base/core/java/android/database/
BulkCursorDescriptor.java 48 public CursorWindow window; field in class:BulkCursorDescriptor
61 if (window != null) {
63 window.writeToParcel(out, flags);
75 window = CursorWindow.CREATOR.createFromParcel(in);
  /frameworks/native/include/android/
native_window_jni.h 65 jobject ANativeWindow_toSurface(JNIEnv* env, ANativeWindow* window);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
BaseInputView.java 23 import android.view.Window;
49 * Called when the window containing has change its visibility.
71 Window window = mOptionsDialog.getWindow(); local
72 WindowManager.LayoutParams dialogLayoutParams = window.getAttributes();
75 window.setAttributes(dialogLayoutParams);
76 window.addFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
__init__.py 51 getbaseclasses(window)
55 getbaseclasses(window)
69 'cwin' : window,
73 'cwin' : window,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
__init__.py 51 getbaseclasses(window)
55 getbaseclasses(window)
69 'cwin' : window,
73 'cwin' : window,
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/
SdkManagerAction.java 48 IWorkbenchWindow window = PlatformUI.getWorkbench().getActiveWorkbenchWindow(); local
49 if (window != null) {
51 window.getShell(),
77 public void init(IWorkbenchWindow window) {
  /toolchain/binutils/binutils-2.27/zlib/contrib/infback9/
inflate9.h 36 /* sliding window */
37 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
ActivityLaunchUtils.java 48 // Make sure we get window events, so we'll know when the window appears
64 final AccessibilityWindowInfo window =
66 if (window == null) return false;
67 window.getBoundsInScreen(bounds);
91 final AccessibilityWindowInfo window = windows.get(i); local
92 if (TextUtils.equals(title, window.getTitle())) {
93 returnValue = window;
95 window.recycle();
  /external/deqp/external/openglcts/modules/runner/
glcAndroidTestActivity.cpp 31 #include <android/window.h>
81 void TestThread::onWindowCreated(ANativeWindow* window)
83 m_platform.getWindowRegistry().addWindow(window);
86 void TestThread::onWindowDestroyed(ANativeWindow* window)
88 m_platform.getWindowRegistry().destroyWindow(window);
91 void TestThread::onWindowResized(ANativeWindow* window)
94 DE_UNREF(window);
95 tcu::print("Warning: Native window was resized, results may be undefined");
118 // Set up window flags.
  /external/aac/libAACdec/src/
stereo.cpp 203 * window sequences and vice versa */
553 int window, group, band; local
610 /* 0.1. window lengths */
612 /* get length of short window for current configuration */
631 ->icsInfo.WindowSequence) { /* current window sequence */
677 ->icsInfo.WindowSequence) { /* current window sequence */
705 for (window = 0, group = 0; group < windowGroups; group++) {
707 groupwin++, window++) {
708 SHORT *leftScale = &SFBleftScale[window * 16];
709 SHORT *rightScale = &SFBrightScale[window * 16]
    [all...]
  /external/webrtc/webrtc/common_audio/
lapped_transform_unittest.cc 99 // Rectangular window.
100 float window[kBlockLength]; local
101 std::fill(window, &window[kBlockLength], 1.0f);
103 LappedTransform trans(kChannels, kChannels, kChunkLength, window,
136 // Identity window for |overlap = block_size / 2|.
137 float window[kBlockLength]; local
138 std::fill(window, &window[kBlockLength], std::sqrt(0.5f));
140 LappedTransform trans(1, 1, kChunkLength, window, kBlockLength, kShiftAmount
167 float window[kBlockLength]; local
188 const float window[kBlockLength] = {}; local
    [all...]

Completed in 1321 milliseconds

1 2 3 4 56 7 8 91011>>