Searched defs:nww (Results 1 - 5 of 5) sorted by path

/frameworks/av/media/libmedia/
H A DNdkWrapper.cpp908 const sp<ANativeWindowWrapper> &nww,
918 (nww == NULL ? NULL : nww->getANativeWindow()),
1039 status_t AMediaCodecWrapper::setOutputSurface(const sp<ANativeWindowWrapper> &nww) { argument
1045 (nww == NULL ? NULL : nww->getANativeWindow())));
906 configure( const sp<AMediaFormatWrapper> &format, const sp<ANativeWindowWrapper> &nww, const sp<AMediaCryptoWrapper> &crypto, uint32_t flags) argument
/frameworks/av/media/libmediaplayer2/
H A Dmediaplayer2.cpp654 status_t MediaPlayer2::setVideoSurfaceTexture(const sp<ANativeWindowWrapper>& nww) { argument
655 ANativeWindow *anw = (nww == NULL ? NULL : nww->getANativeWindow());
683 status_t err = mPlayer->setVideoSurfaceTexture(nww);
688 mConnectedWindow = nww;
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2.cpp144 explicit SetSurfaceAction(const sp<ANativeWindowWrapper> &nww) argument
145 : mNativeWindow(nww) {
465 void NuPlayer2::setVideoSurfaceTextureAsync(const sp<ANativeWindowWrapper> &nww) { argument
468 if (nww == NULL || nww->getANativeWindow() == NULL) {
471 msg->setObject("surface", nww);
900 sp<ANativeWindowWrapper> nww = static_cast<ANativeWindowWrapper *>(obj.get()); local
903 (nww == NULL ? NULL : nww->getANativeWindow()),
912 || (mVideoDecoder != NULL && mVideoDecoder->setVideoSurface(nww)
2517 performSetSurface(const sp<ANativeWindowWrapper> &nww) argument
[all...]
H A DNuPlayer2Decoder.cpp65 const sp<ANativeWindowWrapper> &nww,
68 mNativeWindow(nww),
113 status_t NuPlayer2::Decoder::setVideoSurface(const sp<ANativeWindowWrapper> &nww) { argument
114 if (nww == NULL || nww->getANativeWindow() == NULL
121 msg->setObject("surface", nww);
231 sp<ANativeWindowWrapper> nww = local
233 if (nww == NULL || nww->getANativeWindow() == NULL) {
246 err = native_window_api_disconnect(nww
59 Decoder( const sp<AMessage> &notify, const sp<Source> &source, pid_t pid, uid_t uid, const sp<Renderer> &renderer, const sp<ANativeWindowWrapper> &nww, const sp<CCDecoder> &ccDecoder) argument
[all...]
H A DNuPlayer2Driver.cpp214 status_t NuPlayer2Driver::setVideoSurfaceTexture(const sp<ANativeWindowWrapper> &nww) { argument
233 mPlayer->setVideoSurfaceTextureAsync(nww);

Completed in 109 milliseconds