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

  /frameworks/av/include/media/stagefright/
NativeWindowWrapper.h 27 // into a NativeWindowWrapper.
29 struct NativeWindowWrapper : RefBase {
30 NativeWindowWrapper(
45 DISALLOW_EVIL_CONSTRUCTORS(NativeWindowWrapper);
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 28 struct NativeWindowWrapper;
87 sp<NativeWindowWrapper> mNativeWindow;
SimplePlayer.cpp 32 #include <media/stagefright/NativeWindowWrapper.h>
77 "native-window", new NativeWindowWrapper(surface));
137 mNativeWindow = static_cast<NativeWindowWrapper *>(obj.get());
sf2.cpp 41 #include <media/stagefright/NativeWindowWrapper.h>
158 "native-window", new NativeWindowWrapper(mSurface));
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 30 const sp<NativeWindowWrapper> &nativeWindow = NULL,
56 sp<NativeWindowWrapper> mNativeWindow;
NuPlayer.h 23 #include <media/stagefright/NativeWindowWrapper.h>
129 sp<NativeWindowWrapper> mNativeWindow;
236 void performSetSurface(const sp<NativeWindowWrapper> &wrapper);
NuPlayer.cpp 99 SetSurfaceAction(const sp<NativeWindowWrapper> &wrapper)
108 sp<NativeWindowWrapper> mWrapper;
300 new NativeWindowWrapper(
543 performSetSurface(static_cast<NativeWindowWrapper *>(obj.get()));
553 static_cast<NativeWindowWrapper *>(obj.get())));
    [all...]
NuPlayerDecoder.cpp 45 const sp<NativeWindowWrapper> &nativeWindow,
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 40 #include <media/stagefright/NativeWindowWrapper.h>
265 new NativeWindowWrapper(nativeWindow));
    [all...]
ACodec.cpp 40 #include <media/stagefright/NativeWindowWrapper.h>
    [all...]

Completed in 124 milliseconds