HomeSort by relevance Sort by last modified time
    Searched full: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/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 31 const sp<NativeWindowWrapper> &nativeWindow = NULL);
50 sp<NativeWindowWrapper> mNativeWindow;
NuPlayer.h 23 #include <media/stagefright/NativeWindowWrapper.h>
93 sp<NativeWindowWrapper> mNativeWindow;
NuPlayerDecoder.cpp 37 const sp<NativeWindowWrapper> &nativeWindow)
NuPlayer.cpp 133 msg->setObject("native-window", new NativeWindowWrapper(surfaceTextureClient));
207 mNativeWindow = static_cast<NativeWindowWrapper *>(obj.get());
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 28 struct NativeWindowWrapper;
87 sp<NativeWindowWrapper> mNativeWindow;
SimplePlayer.cpp 31 #include <media/stagefright/NativeWindowWrapper.h>
76 "native-window", new NativeWindowWrapper(surfaceTextureClient));
136 mNativeWindow = static_cast<NativeWindowWrapper *>(obj.get());
sf2.cpp 36 #include <media/stagefright/NativeWindowWrapper.h>
114 "native-window", new NativeWindowWrapper(mSurface));
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 35 #include <media/stagefright/NativeWindowWrapper.h>
146 new NativeWindowWrapper(nativeWindow));
811 static_cast<NativeWindowWrapper *>(obj.get())
    [all...]
ACodec.cpp 31 #include <media/stagefright/NativeWindowWrapper.h>
    [all...]

Completed in 1471 milliseconds