HomeSort by relevance Sort by last modified time
    Searched defs:nww (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.cpp 65 const sp<ANativeWindowWrapper> &nww,
68 mNativeWindow(nww),
113 status_t NuPlayer2::Decoder::setVideoSurface(const sp<ANativeWindowWrapper> &nww) {
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->getANativeWindow()
    [all...]
NuPlayer2.cpp 144 explicit SetSurfaceAction(const sp<ANativeWindowWrapper> &nww)
145 : mNativeWindow(nww) {
465 void NuPlayer2::setVideoSurfaceTextureAsync(const sp<ANativeWindowWrapper> &nww) {
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) == OK))
    [all...]

Completed in 260 milliseconds