Home
last modified time | relevance | path

Searched refs:ANativeWindowWrapper (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/libmedia/include/media/
DNdkWrapper.h92 struct ANativeWindowWrapper : public RefBase { struct
93 ANativeWindowWrapper(ANativeWindow *aNativeWindow);
101 virtual ~ANativeWindowWrapper();
106 DISALLOW_EVIL_CONSTRUCTORS(ANativeWindowWrapper);
230 const sp<ANativeWindowWrapper> &nww,
264 status_t setOutputSurface(const sp<ANativeWindowWrapper> &nww);
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Decoder.h37 const sp<ANativeWindowWrapper> &nww = NULL,
43 virtual status_t setVideoSurface(const sp<ANativeWindowWrapper> &nww);
73 sp<ANativeWindowWrapper> mNativeWindow;
DNuPlayer2DecoderBase.h28 struct ANativeWindowWrapper;
44 virtual status_t setVideoSurface(const sp<ANativeWindowWrapper> &) { return INVALID_OPERATION; } in setVideoSurface()
DNuPlayer2.h31 struct ANativeWindowWrapper;
54 void setVideoSurfaceTextureAsync(const sp<ANativeWindowWrapper> &nww);
166 sp<ANativeWindowWrapper> mNativeWindow;
323 void performSetSurface(const sp<ANativeWindowWrapper> &nw);
DNuPlayer2Driver.h37 virtual status_t setVideoSurfaceTexture(const sp<ANativeWindowWrapper> &nww) override;
DNuPlayer2Decoder.cpp65 const sp<ANativeWindowWrapper> &nww, in Decoder()
113 status_t NuPlayer2::Decoder::setVideoSurface(const sp<ANativeWindowWrapper> &nww) { in setVideoSurface()
231 sp<ANativeWindowWrapper> nww = in onMessageReceived()
232 static_cast<ANativeWindowWrapper *>(obj.get()); // non-null in onMessageReceived()
DNuPlayer2.cpp144 explicit SetSurfaceAction(const sp<ANativeWindowWrapper> &nww) in SetSurfaceAction()
153 sp<ANativeWindowWrapper> mNativeWindow;
465 void NuPlayer2::setVideoSurfaceTextureAsync(const sp<ANativeWindowWrapper> &nww) { in setVideoSurfaceTextureAsync()
900 sp<ANativeWindowWrapper> nww = static_cast<ANativeWindowWrapper *>(obj.get()); in onMessageReceived()
2517 void NuPlayer2::performSetSurface(const sp<ANativeWindowWrapper> &nww) { in performSetSurface()
DNuPlayer2Driver.cpp214 status_t NuPlayer2Driver::setVideoSurfaceTexture(const sp<ANativeWindowWrapper> &nww) { in setVideoSurfaceTexture()
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/
Dmediaplayer2.h37 struct ANativeWindowWrapper;
62 status_t setVideoSurfaceTexture(const sp<ANativeWindowWrapper>& nww);
165 sp<ANativeWindowWrapper> mConnectedWindow;
DMediaPlayer2Interface.h44 struct ANativeWindowWrapper;
162 virtual status_t setVideoSurfaceTexture(const sp<ANativeWindowWrapper>& nww) = 0;
/frameworks/av/media/libmedia/
DNdkWrapper.cpp523 ANativeWindowWrapper::ANativeWindowWrapper(ANativeWindow *aNativeWindow) in ANativeWindowWrapper() function in android::ANativeWindowWrapper
530 ANativeWindowWrapper::~ANativeWindowWrapper() { in ~ANativeWindowWrapper()
534 status_t ANativeWindowWrapper::release() { in release()
542 ANativeWindow *ANativeWindowWrapper::getANativeWindow() const { in getANativeWindow()
908 const sp<ANativeWindowWrapper> &nww, in configure()
1039 status_t AMediaCodecWrapper::setOutputSurface(const sp<ANativeWindowWrapper> &nww) { in setOutputSurface()
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer2.cpp425 static sp<ANativeWindowWrapper>
428 return new ANativeWindowWrapper(p); in getVideoSurfaceTexture()
475 mp->setVideoSurfaceTexture(new ANativeWindowWrapper(anw)); in setVideoSurface()
552 sp<ANativeWindowWrapper> st = getVideoSurfaceTexture(env, thiz); in android_media_MediaPlayer2_prepare()
/frameworks/av/media/libmediaplayer2/
Dmediaplayer2.cpp654 status_t MediaPlayer2::setVideoSurfaceTexture(const sp<ANativeWindowWrapper>& nww) { in setVideoSurfaceTexture()