HomeSort by relevance Sort by last modified time
    Searched refs:mNativeWindow (Results 1 - 23 of 23) sorted by null

  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 40 mNativeWindow(nativeWindow) {
92 CHECK(mNativeWindow != NULL);
99 mNativeWindow.get(),
105 mNativeWindow.get(),
110 mNativeWindow.get(),
126 mNativeWindow.get(), transform));
144 if ((err = mNativeWindow->dequeueBuffer(mNativeWindow.get(), &buf)) != 0) {
149 CHECK_EQ(0, mNativeWindow->lockBuffer(mNativeWindow.get(), buf))
    [all...]
  /frameworks/av/media/libstagefright/include/
SoftwareRenderer.h 47 sp<ANativeWindow> mNativeWindow;
AwesomePlayer.h 155 sp<ANativeWindow> mNativeWindow;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 50 sp<NativeWindowWrapper> mNativeWindow;
NuPlayerDecoder.cpp 39 mNativeWindow(nativeWindow) {
56 if (mNativeWindow != NULL) {
57 format->setObject("native-window", mNativeWindow);
NuPlayer.h 93 sp<NativeWindowWrapper> mNativeWindow;
NuPlayer.cpp 207 mNativeWindow = static_cast<NativeWindowWrapper *>(obj.get());
694 new Decoder(notify, mNativeWindow);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 151 mNativeWindow = new FramebufferNativeWindow();
152 framebuffer_device_t const * fbDev = mNativeWindow->getDevice();
159 ANativeWindow const * const window = mNativeWindow.get();
161 mDpiX = mNativeWindow->xdpi;
162 mDpiY = mNativeWindow->ydpi;
259 if (mNativeWindow->isUpdateOnDemand()) {
272 surface = eglCreateWindowSurface(display, config, mNativeWindow.get(), NULL);
431 return mNativeWindow->compositionComplete();
451 mNativeWindow->setUpdateRectangle(dirty.getBounds());
480 mNativeWindow->dump(res)
    [all...]
DisplayHardware.h 147 sp<FramebufferNativeWindow> mNativeWindow;
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 87 sp<NativeWindowWrapper> mNativeWindow;
SimplePlayer.cpp 136 mNativeWindow = static_cast<NativeWindowWrapper *>(obj.get());
323 mNativeWindow->getSurfaceTextureClient(),
410 mNativeWindow.clear();
  /frameworks/av/media/libstagefright/
ACodec.cpp 411 if (mNativeWindow != NULL && portIndex == kPortIndexOutput) {
503 mNativeWindow.get(),
533 err = mNativeWindow->query(
534 mNativeWindow.get(), NATIVE_WINDOW_QUEUES_TO_WINDOW_COMPOSER,
547 mNativeWindow.get(),
556 err = mNativeWindow->query(
557 mNativeWindow.get(), NATIVE_WINDOW_MIN_UNDEQUEUED_BUFFERS,
583 mNativeWindow.get(), def.nBufferCountActual);
598 err = mNativeWindow->dequeueBuffer(mNativeWindow.get(), &buf)
    [all...]
OMXCodec.cpp 597 if (mNativeWindow != NULL
    [all...]
AwesomePlayer.cpp 123 : 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;
162 mNativeWindow.get(), transform));
1075 if (mNativeWindow == NULL) {
    [all...]
MediaCodec.cpp 607 && mNativeWindow != NULL) {
629 new SoftwareRenderer(mNativeWindow, meta);
    [all...]
  /frameworks/base/core/java/android/view/
TextureView.java 129 private int mNativeWindow;
650 nLockCanvas(mNativeWindow, mCanvas, dirty);
674 nUnlockCanvasAndPost(mNativeWindow, mCanvas);
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.h 86 sp<ANativeWindow> mNativeWindow;
NativeWindowRenderer.cpp 130 : mNativeWindow(nativeWindow)
209 mNativeWindow.get(), NULL);
PreviewPlayer.h 131 sp<ANativeWindow> mNativeWindow;
PreviewPlayer.cpp     [all...]
  /frameworks/av/include/media/stagefright/
MediaCodec.h 174 sp<SurfaceTextureClient> mNativeWindow;
ACodec.h 150 sp<ANativeWindow> mNativeWindow;
OMXCodec.h 216 sp<ANativeWindow> mNativeWindow;

Completed in 289 milliseconds