Searched refs:mNativeWindow (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 48 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/ |
D | TextureView.java | 128 private long mNativeWindow; field in TextureView 678 if (!nLockCanvas(mNativeWindow, mCanvas, dirty)) { in lockCanvas() 704 nUnlockCanvasAndPost(mNativeWindow, mCanvas); in unlockCanvasAndPost()
|
/frameworks/rs/ |
D | rsGrallocConsumer.cpp | 52 ret = AImageReader_getWindow(mImgReader, &mNativeWindow); in GrallocConsumer() 53 if (ret != AMEDIA_OK || mNativeWindow == nullptr) { in GrallocConsumer() 84 return mNativeWindow; in getNativeWindow()
|
D | rsGrallocConsumer.h | 61 ANativeWindow* mNativeWindow; variable
|
/frameworks/av/media/libstagefright/include/ |
D | SoftwareRenderer.h | 52 sp<ANativeWindow> mNativeWindow; variable
|
D | ACodec.h | 250 sp<ANativeWindow> mNativeWindow; member
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 120 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(),
|
D | DisplayDevice.h | 219 sp<ANativeWindow> mNativeWindow; variable
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 691 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 …]
|