Searched defs:mSurface (Results 1 - 4 of 4) sorted by relevance

/external/opencore/android/
H A Dandroid_surface_output.h305 sp<ISurface> mSurface; member in class:AndroidSurfaceOutput
H A Dplayerdriver.h188 PlayerCommand(PLAYER_SET_VIDEO_SURFACE, cbf, cookie), mSurface(surface) {}
189 ~PlayerSetVideoSurface() { mSurface.clear(); }
190 android::sp<android::ISurface> surface() const { return mSurface; }
193 android::sp<android::ISurface> mSurface; member in class:PlayerSetVideoSurface
H A Dplayerdriver.cpp316 android::sp<android::ISurface> mSurface; member in class:PlayerDriver
346 mSurface = NULL;
1553 mSurface = surface;
1583 if (mSurface != NULL) {
1585 ret = mPlayerDriver->enqueueCommand(new PlayerSetVideoSurface(mSurface,0,0));
1636 if (p->mSurface == NULL) {
1639 p->mPlayerDriver->enqueueCommand(new PlayerSetVideoSurface(p->mSurface, run_set_audio_output, cookie));
1749 mSurface.clear();
/external/opencore/android/author/
H A Dandroid_camera_input.h502 sp<android::ISurface> mSurface; member in class:AndroidCameraInput

Completed in 74 milliseconds