Home | History | Annotate | Download | only in sfplugin

Lines Matching defs:mSource

177 //    explicit GraphicBufferSourceWrapper(const sp<BGraphicBufferSource> &source) : mSource(source) {}
182 : mSource(source), mWidth(width), mHeight(height) {}
191 mSource->configure(mNode, dataSpace);
238 return GetStatus(mSource->signalEndOfInputStream());
251 status_t res = GetStatus(mSource->setRepeatPreviousFrameDelayUs(us));
266 status_t res = GetStatus(mSource->setMaxFps(config.mMaxFps));
276 status_t res = GetStatus(mSource->setTimeOffsetUs(config.mTimeOffsetUs));
289 status_t res = GetStatus(mSource->setStartTimeUs(config.mStartAtUs));
301 status_t res = GetStatus(mSource->setSuspend(config.mSuspended, config.mSuspendAtUs));
313 status_t res = GetStatus(mSource->setStopTimeUs(config.mStopAtUs));
320 res = GetStatus(mSource->getStopTimeOffsetUs(&config.mInputDelayUs));
340 sp<BGraphicBufferSource> mSource;