Home
last modified time | relevance | path

Searched refs:mNativeWindow (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp46 mNativeWindow(nativeWindow), in SoftwareRenderer()
148 CHECK(mNativeWindow != NULL); in resetFormatIfChanged()
155 mNativeWindow.get(), in resetFormatIfChanged()
161 mNativeWindow.get(), in resetFormatIfChanged()
166 mNativeWindow.get(), in resetFormatIfChanged()
170 mNativeWindow.get(), in resetFormatIfChanged()
182 CHECK_EQ(0, native_window_set_crop(mNativeWindow.get(), &crop)); in resetFormatIfChanged()
198 mNativeWindow.get(), transform)); in resetFormatIfChanged()
213 int err = mNativeWindow->dequeueBuffer(mNativeWindow.get(), &buf, &fenceFd); in render()
360 if ((err = native_window_set_buffers_timestamp(mNativeWindow.get(), in render()
[all …]
/frameworks/base/core/java/android/view/
DTextureView.java128 private long mNativeWindow; field in TextureView
675 if (!nLockCanvas(mNativeWindow, mCanvas, dirty)) { in lockCanvas()
701 nUnlockCanvasAndPost(mNativeWindow, mCanvas); in unlockCanvasAndPost()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp107 mNativeWindow = surface = new Surface(producer, false); in DisplayDevice()
108 ANativeWindow* const window = mNativeWindow.get(); in DisplayDevice()
479 ANativeWindow* const window = mNativeWindow.get();
590 mLayerStack, mDisplayWidth, mDisplayHeight, mNativeWindow.get(),
DDisplayDevice.h210 sp<ANativeWindow> mNativeWindow; variable
/frameworks/av/media/libstagefright/
DACodec.cpp650 if (mNativeWindow != NULL) { in handleSetSurface()
658 if (mNativeWindow == NULL) { in handleSetSurface()
666 mNativeWindow = surface; in handleSetSurface()
769 pushBlankBuffersToNativeWindow(mNativeWindow.get()); in handleSetSurface()
772 mNativeWindow = nativeWindow; in handleSetSurface()
784 if (mNativeWindow != NULL && portIndex == kPortIndexOutput) { in allocateBuffersOnPort()
1010 mNativeWindow.get(), &mNativeWindowUsageBits, preregister /* reconnect */); in configureOutputBuffersFromNativeWindow()
1033 err = mNativeWindow->query( in configureOutputBuffersFromNativeWindow()
1034 mNativeWindow.get(), NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS, in configureOutputBuffersFromNativeWindow()
1076 mNativeWindow.get(), def.nBufferCountActual); in configureOutputBuffersFromNativeWindow()
[all …]
/frameworks/av/media/libstagefright/include/
DSoftwareRenderer.h52 sp<ANativeWindow> mNativeWindow; variable
/frameworks/av/include/media/stagefright/
DACodec.h251 sp<ANativeWindow> mNativeWindow; member