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

  /frameworks/base/include/media/stagefright/
NativeWindowWrapper.h 33 struct NativeWindowWrapper : RefBase {
34 NativeWindowWrapper(
38 NativeWindowWrapper(
57 DISALLOW_EVIL_CONSTRUCTORS(NativeWindowWrapper);
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 31 const sp<NativeWindowWrapper> &nativeWindow = NULL);
50 sp<NativeWindowWrapper> mNativeWindow;
NuPlayer.h 23 #include <media/stagefright/NativeWindowWrapper.h>
92 sp<NativeWindowWrapper> mNativeWindow;
NuPlayerDecoder.cpp 39 const sp<NativeWindowWrapper> &nativeWindow)
NuPlayer.cpp 107 msg->setObject("native-window", new NativeWindowWrapper(surfaceTextureClient));
181 mNativeWindow = static_cast<NativeWindowWrapper *>(obj.get());
  /frameworks/base/cmds/stagefright/
sf2.cpp 32 #include <media/stagefright/NativeWindowWrapper.h>
111 "native-window", new NativeWindowWrapper(mSurface));
  /frameworks/base/media/libstagefright/
ACodec.cpp 30 #include <media/stagefright/NativeWindowWrapper.h>
    [all...]

Completed in 2141 milliseconds