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

  /system/media/wilhelm/src/android/
android_GenericMediaPlayer.cpp 180 mVideoSurface(0),
237 if (mVideoSurface.get() == surface.get()) {
243 mVideoSurface = surface;
257 mVideoSurface = NULL;
270 if (mVideoSurface != 0) {
271 mPlayer->setVideoSurface(mVideoSurface);
android_GenericMediaPlayer.h 94 // at most one of mVideoSurface and mVideoSurfaceTexture is non-NULL
95 sp<Surface> mVideoSurface;

Completed in 596 milliseconds