Home | History | Annotate | Download | only in libmediaplayer2

Lines Matching refs:setVideoSurfaceTexture

654 status_t MediaPlayer2::setVideoSurfaceTexture(const sp<ANativeWindowWrapper>& nww) {
656 ALOGV("setVideoSurfaceTexture(%p)", anw);
670 ALOGE("setVideoSurfaceTexture failed: %d", err);
683 status_t err = mPlayer->setVideoSurfaceTexture(nww);