Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp48 mNativeWindow(nativeWindow), in SoftwareRenderer()
150 CHECK(mNativeWindow != NULL); in resetFormatIfChanged()
157 mNativeWindow.get(), in resetFormatIfChanged()
163 mNativeWindow.get(), in resetFormatIfChanged()
168 mNativeWindow.get(), in resetFormatIfChanged()
172 mNativeWindow.get(), in resetFormatIfChanged()
184 CHECK_EQ(0, native_window_set_crop(mNativeWindow.get(), &crop)); in resetFormatIfChanged()
200 mNativeWindow.get(), transform)); in resetFormatIfChanged()
215 int err = mNativeWindow->dequeueBuffer(mNativeWindow.get(), &buf, &fenceFd); in render()
362 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
678 if (!nLockCanvas(mNativeWindow, mCanvas, dirty)) { in lockCanvas()
704 nUnlockCanvasAndPost(mNativeWindow, mCanvas); in unlockCanvasAndPost()
/frameworks/rs/
DrsGrallocConsumer.cpp52 ret = AImageReader_getWindow(mImgReader, &mNativeWindow); in GrallocConsumer()
53 if (ret != AMEDIA_OK || mNativeWindow == nullptr) { in GrallocConsumer()
84 return mNativeWindow; in getNativeWindow()
DrsGrallocConsumer.h61 ANativeWindow* mNativeWindow; variable
/frameworks/av/media/libstagefright/include/
DSoftwareRenderer.h52 sp<ANativeWindow> mNativeWindow; variable
DACodec.h250 sp<ANativeWindow> mNativeWindow; member
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp120 mNativeWindow = surface = new Surface(producer, false); in DisplayDevice()
121 ANativeWindow* const window = mNativeWindow.get(); in DisplayDevice()
509 ANativeWindow* const window = mNativeWindow.get();
620 mLayerStack, mDisplayWidth, mDisplayHeight, mNativeWindow.get(),
DDisplayDevice.h219 sp<ANativeWindow> mNativeWindow; variable
/frameworks/av/media/libstagefright/
DACodec.cpp691 if (mNativeWindow != NULL) { in handleSetSurface()
699 if (mNativeWindow == NULL) { in handleSetSurface()
707 mNativeWindow = surface; in handleSetSurface()
808 pushBlankBuffersToNativeWindow(mNativeWindow.get()); in handleSetSurface()
811 mNativeWindow = nativeWindow; in handleSetSurface()
842 if (mNativeWindow != NULL && portIndex == kPortIndexOutput) { in allocateBuffersOnPort()
1137 mNativeWindow.get(), &mNativeWindowUsageBits, in configureOutputBuffersFromNativeWindow()
1161 err = mNativeWindow->query( in configureOutputBuffersFromNativeWindow()
1162 mNativeWindow.get(), NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS, in configureOutputBuffersFromNativeWindow()
1204 mNativeWindow.get(), def.nBufferCountActual); in configureOutputBuffersFromNativeWindow()
[all …]