HomeSort by relevance Sort by last modified time
    Searched refs:ANativeWindow (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebKit/android/plugins/
ANPNativeWindow_npapi.h 31 struct ANativeWindow;
42 ANativeWindow* (*acquireNativeWindow)(NPP instance);
ANPVideo_npapi.h 46 ANativeWindow* (*acquireNativeWindow)(NPP instance);
54 void (*setWindowDimensions)(NPP instance, const ANativeWindow* window, const ANPRectF* dimensions);
58 void (*releaseNativeWindow)(NPP instance, ANativeWindow* window);
67 typedef void (*ANPVideoFrameCallbackProc)(ANativeWindow* window, int64_t timestamp);
70 /** Set a callback to be notified when an ANativeWindow is composited by
73 void (*setFramerateCallback)(NPP instance, const ANativeWindow* window, ANPVideoFrameCallbackProc);
  /system/media/wilhelm/tests/sandbox/
nativewindow.h 7 extern ANativeWindow *getNativeWindow();
  /development/ndk/platforms/android-9/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format)
    [all...]
native_window_jni.h 29 * Return the ANativeWindow associated with a Java Surface object,
31 * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
  /frameworks/base/native/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
102 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window
    [all...]
native_window_jni.h 29 * Return the ANativeWindow associated with a Java Surface object,
31 * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
39 * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format)
    [all...]
native_window_jni.h 29 * Return the ANativeWindow associated with a Java Surface object,
31 * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format)
    [all...]
native_window_jni.h 29 * Return the ANativeWindow associated with a Java Surface object,
31 * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format)
    [all...]
native_window_jni.h 29 * Return the ANativeWindow associated with a Java Surface object,
31 * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format)
    [all...]
native_window_jni.h 29 * Return the ANativeWindow associated with a Java Surface object,
31 * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format)
    [all...]
native_window_jni.h 29 * Return the ANativeWindow associated with a Java Surface object,
31 * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format)
    [all...]
native_window_jni.h 29 * Return the ANativeWindow associated with a Java Surface object,
31 * on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
MediaLayer.h 50 ANativeWindow* acquireNativeWindowForContent();
53 ANativeWindow* acquireNativeWindowForVideo();
54 void setWindowDimensionsForVideo(const ANativeWindow* window, const SkRect& dimensions);
55 void releaseNativeWindowForVideo(ANativeWindow* window);
56 void setFramerateCallback(const ANativeWindow* window, FramerateCallbackProc callback);
MediaTexture.h 36 typedef void (*FramerateCallbackProc)(ANativeWindow* window, int64_t timestamp);
54 ANativeWindow* getNativeWindowForContent();
55 ANativeWindow* requestNativeWindowForVideo();
57 void releaseNativeWindow(const ANativeWindow* window);
58 void setDimensions(const ANativeWindow* window, const SkRect& dimensions);
59 void setFramerateCallback(const ANativeWindow* window,
66 sp<ANativeWindow> nativeWindow;
83 sp<ANativeWindow> m_newWindow;
  /frameworks/base/native/android/
native_window.cpp 27 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface) {
28 sp<ANativeWindow> win = android_Surface_getNativeWindow(env, surface);
35 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture) {
36 sp<ANativeWindow> win = android_SurfaceTexture_getNativeWindow(env, surfaceTexture);
43 void ANativeWindow_acquire(ANativeWindow* window) {
47 void ANativeWindow_release(ANativeWindow* window) {
51 static int32_t getWindowProp(ANativeWindow* window, int what) {
57 int32_t ANativeWindow_getWidth(ANativeWindow* window) {
61 int32_t ANativeWindow_getHeight(ANativeWindow* window) {
65 int32_t ANativeWindow_getFormat(ANativeWindow* window)
    [all...]
  /frameworks/base/include/ui/
FramebufferNativeWindow.h 48 ANativeWindow,
69 static int setSwapInterval(ANativeWindow* window, int interval);
70 static int dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer);
71 static int lockBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer);
72 static int queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer);
73 static int query(const ANativeWindow* window, int what, int* value);
74 static int perform(ANativeWindow* window, int operation, ...);
  /system/core/include/system/
window.h 117 * Users of the set_buffer_count ANativeWindow method should query this
134 /* Check whether queueBuffer operations on the ANativeWindow send the buffer
136 * to 1 if the ANativeWindow DOES send queued buffers directly to the window
141 * sent to the ANativeWindow. Note, however, that a result of 1 does NOT
149 /* Get the concrete type of a ANativeWindow. See below for the list of
159 * Default width and height of the ANativeWindow, these are the dimensions
295 struct ANativeWindow
298 ANativeWindow()
302 common.version = sizeof(ANativeWindow);
306 /* Implement the methods that sp<ANativeWindow> expects so that i
    [all...]

Completed in 503 milliseconds

1 2 3 4 5