Home
last modified time | relevance | path

Searched refs:mControl (Results 1 – 1 of 1) sorted by relevance

/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp111 sp<SurfaceControl> mControl; member in __anona475c49d0111::SimplePlayer
150 mControl = mComposerClient->createSurface( in SimplePlayer()
157 CHECK(mControl != nullptr); in SimplePlayer()
158 CHECK(mControl->isValid()); in SimplePlayer()
161 .setLayer(mControl, INT_MAX) in SimplePlayer()
162 .show(mControl) in SimplePlayer()
165 mSurface = mControl->getSurface(); in SimplePlayer()