Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodec.cpp1015 config->mInputSurface = surface; in setupInputSurface()
1115 if (config->mInputSurface) { in start()
1116 err2 = config->mInputSurface->start(); in start()
1199 if (config->mInputSurface) { in stop()
1200 config->mInputSurface->disconnect(); in stop()
1201 config->mInputSurface = nullptr; in stop()
1247 if (config->mInputSurface) { in initiateRelease()
1248 config->mInputSurface->disconnect(); in initiateRelease()
1249 config->mInputSurface = nullptr; in initiateRelease()
1404 … && (config->mDomain & Config::IS_ENCODER) && config->mInputSurface && config->mISConfig) { in setParameters()
[all …]
DCCodecBufferChannel.cpp1603 mInputSurface = surface; in setInputSurface()
1604 return mInputSurface->connect(mComponent); in setInputSurface()
1608 if (mInputSurface == nullptr) { in signalEndOfInputStream()
1611 return mInputSurface->signalEndOfInputStream(); in signalEndOfInputStream()
2167 if (mInputSurface) { in start()
2406 if (mInputSurface) { in requestInitialInputBuffers()
2482 if (mInputSurface != nullptr) { in stop()
2483 mInputSurface.reset(); in stop()
DCCodecBufferChannel.h259 std::shared_ptr<InputSurfaceWrapper> mInputSurface; variable
DCCodecConfig.h122 std::shared_ptr<InputSurfaceWrapper> mInputSurface; member