Searched refs:mNativeWindow (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp37 mNativeWindow(nativeWindow) {
85 CHECK(mNativeWindow != NULL);
92 mNativeWindow.get(),
98 mNativeWindow.get(),
103 mNativeWindow.get(),
119 mNativeWindow.get(), transform));
137 if ((err = mNativeWindow->dequeueBuffer(mNativeWindow.get(), &buf)) != 0) {
142 CHECK_EQ(0, mNativeWindow->lockBuffer(mNativeWindow
[all...]
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp130 mNativeWindow = new FramebufferNativeWindow();
131 framebuffer_device_t const * fbDev = mNativeWindow->getDevice();
138 ANativeWindow const * const window = mNativeWindow.get();
140 mDpiX = mNativeWindow->xdpi;
141 mDpiY = mNativeWindow->ydpi;
196 if (mNativeWindow->isUpdateOnDemand()) {
209 surface = eglCreateWindowSurface(display, config, mNativeWindow.get(), NULL);
350 return mNativeWindow->compositionComplete();
354 return mNativeWindow->getCurrentBufferIndex();
374 mNativeWindow
[all...]
H A DDisplayHardware.h118 sp<FramebufferNativeWindow> mNativeWindow; member in class:android::DisplayHardware
/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.h50 sp<NativeWindowWrapper> mNativeWindow; member in struct:android::NuPlayer::Decoder
H A DNuPlayerDecoder.cpp41 mNativeWindow(nativeWindow) {
58 if (mNativeWindow != NULL) {
59 format->setObject("native-window", mNativeWindow);
H A DNuPlayer.h92 sp<NativeWindowWrapper> mNativeWindow; member in struct:android::NuPlayer
H A DNuPlayer.cpp181 mNativeWindow = static_cast<NativeWindowWrapper *>(obj.get());
644 new Decoder(notify, mNativeWindow);
/frameworks/base/media/libstagefright/include/
H A DSoftwareRenderer.h47 sp<ANativeWindow> mNativeWindow; member in class:android::SoftwareRenderer
H A DAwesomePlayer.h156 sp<ANativeWindow> mNativeWindow; member in struct:android::AwesomePlayer
/frameworks/base/core/java/android/view/
H A DTextureView.java127 private int mNativeWindow; field in class:TextureView
598 nLockCanvas(mNativeWindow, mCanvas, dirty);
622 nUnlockCanvasAndPost(mNativeWindow, mCanvas);
/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp763 if (mNativeWindow != NULL
1505 mNativeWindow(
1662 if (mNativeWindow != NULL && portIndex == kPortIndexOutput) {
1820 mNativeWindow.get(), transform);
1838 err = native_window_set_scaling_mode(mNativeWindow.get(),
1846 mNativeWindow.get(),
1880 err = mNativeWindow->query(
1881 mNativeWindow.get(), NATIVE_WINDOW_QUEUES_TO_WINDOW_COMPOSER,
1895 mNativeWindow.get(), usage | GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_EXTERNAL_DISP);
1902 err = mNativeWindow
[all...]
H A DACodec.cpp363 if (mNativeWindow != NULL && portIndex == kPortIndexOutput) {
434 err = native_window_set_scaling_mode(mNativeWindow.get(),
442 mNativeWindow.get(),
463 mNativeWindow.get(),
472 err = mNativeWindow->query(
473 mNativeWindow.get(), NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS,
499 mNativeWindow.get(), def.nBufferCountActual);
514 err = mNativeWindow->dequeueBuffer(mNativeWindow.get(), &buf);
571 int err = mNativeWindow
[all...]
H A DAwesomePlayer.cpp124 : mNativeWindow(nativeWindow) {
131 native_window_set_buffers_timestamp(mNativeWindow.get(), timeUs * 1000);
132 status_t err = mNativeWindow->queueBuffer(
133 mNativeWindow.get(), buffer->graphicBuffer().get());
148 sp<ANativeWindow> mNativeWindow; member in struct:android::AwesomeNativeWindowRenderer
162 mNativeWindow.get(), transform));
1042 if (mNativeWindow == NULL) {
1076 new AwesomeNativeWindowRenderer(mNativeWindow, rotationDegrees);
1082 mVideoRenderer = new AwesomeLocalRenderer(mNativeWindow, meta);
1177 mNativeWindow
[all...]
/frameworks/media/libvideoeditor/lvpp/
H A DNativeWindowRenderer.h86 sp<ANativeWindow> mNativeWindow; member in class:android::NativeWindowRenderer
H A DPreviewPlayerBase.cpp117 : mNativeWindow(nativeWindow) {
122 status_t err = mNativeWindow->queueBuffer(
123 mNativeWindow.get(), buffer->graphicBuffer().get());
138 sp<ANativeWindow> mNativeWindow; member in struct:android::AwesomeNativeWindowRenderer
152 mNativeWindow.get(), transform));
896 if (mNativeWindow == NULL) {
924 new AwesomeNativeWindowRenderer(mNativeWindow, rotationDegrees);
930 mVideoRenderer = new AwesomeLocalRenderer(mNativeWindow, meta);
1022 mNativeWindow = native;
1263 NULL, flags, USE_SURFACE_ALLOC ? mNativeWindow
[all...]
H A DNativeWindowRenderer.cpp131 : mNativeWindow(nativeWindow)
210 mNativeWindow.get(), NULL);
H A DPreviewPlayerBase.h141 sp<ANativeWindow> mNativeWindow; member in struct:android::PreviewPlayerBase
/frameworks/base/include/media/stagefright/
H A DACodec.h112 sp<ANativeWindow> mNativeWindow; member in struct:android::ACodec
H A DOMXCodec.h204 sp<ANativeWindow> mNativeWindow; member in struct:android::OMXCodec

Completed in 306 milliseconds