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

  /frameworks/base/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 37 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.get(), buf))
    [all...]
  /frameworks/base/media/libstagefright/include/
SoftwareRenderer.h 47 sp<ANativeWindow> mNativeWindow;
AwesomePlayer.h 156 sp<ANativeWindow> mNativeWindow;
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 130 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->setUpdateRectangle(dirty.getBounds())
    [all...]
DisplayHardware.h 118 sp<FramebufferNativeWindow> mNativeWindow;
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 50 sp<NativeWindowWrapper> mNativeWindow;
NuPlayerDecoder.cpp 41 mNativeWindow(nativeWindow) {
58 if (mNativeWindow != NULL) {
59 format->setObject("native-window", mNativeWindow);
NuPlayer.h 92 sp<NativeWindowWrapper> mNativeWindow;
NuPlayer.cpp 181 mNativeWindow = static_cast<NativeWindowWrapper *>(obj.get());
644 new Decoder(notify, mNativeWindow);
  /frameworks/base/core/java/android/view/
TextureView.java 127 private int mNativeWindow;
598 nLockCanvas(mNativeWindow, mCanvas, dirty);
622 nUnlockCanvasAndPost(mNativeWindow, mCanvas);
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 763 if (mNativeWindow != NULL
    [all...]
ACodec.cpp 363 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->cancelBuffer
    [all...]
AwesomePlayer.cpp 124 : 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));
1042 if (mNativeWindow == NULL) {
1076 new AwesomeNativeWindowRenderer(mNativeWindow, rotationDegrees);
1082 mVideoRenderer = new AwesomeLocalRenderer(mNativeWindow, meta);
    [all...]
  /frameworks/media/libvideoeditor/lvpp/
NativeWindowRenderer.h 86 sp<ANativeWindow> mNativeWindow;
PreviewPlayerBase.cpp 117 : mNativeWindow(nativeWindow) {
122 status_t err = mNativeWindow->queueBuffer(
123 mNativeWindow.get(), buffer->graphicBuffer().get());
138 sp<ANativeWindow> mNativeWindow;
152 mNativeWindow.get(), transform));
896 if (mNativeWindow == NULL) {
924 new AwesomeNativeWindowRenderer(mNativeWindow, rotationDegrees);
930 mVideoRenderer = new AwesomeLocalRenderer(mNativeWindow, meta);
1022 mNativeWindow = native;
    [all...]
NativeWindowRenderer.cpp 131 : mNativeWindow(nativeWindow)
210 mNativeWindow.get(), NULL);
PreviewPlayerBase.h 141 sp<ANativeWindow> mNativeWindow;
  /frameworks/base/include/media/stagefright/
ACodec.h 112 sp<ANativeWindow> mNativeWindow;
OMXCodec.h 204 sp<ANativeWindow> mNativeWindow;

Completed in 273 milliseconds