Searched refs:mSurface (Results 1 – 2 of 2) sorted by relevance
108 sp<Surface> mSurface; member in __anonf5195c740111::SimplePlayer164 mSurface = mControl->getSurface(); in SimplePlayer()165 CHECK(mSurface != nullptr); in SimplePlayer()166 mSurface->connect(NATIVE_WINDOW_API_CPU, mProducerListener); in SimplePlayer()231 const sp<IGraphicBufferProducer> &igbp = mSurface->getIGraphicBufferProducer(); in play()
137 mSurface(surface) { in C2InputSurfaceWrapper()146 return toStatusT(mSurface->connectToComponent(comp, &mConnection), in connect()165 c2_status_t err = mSurface->getConfigurable()->config({&eos}, C2_MAY_BLOCK, &failures); in signalEndOfInputStream()178 std::shared_ptr<Codec2Client::InputSurface> mSurface; member in android::__anona70df1060111::C2InputSurfaceWrapper