Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DInputSurfaceWrapper.h76 int64_t mInputDelayUs; // delay between encoder input and surface input member
DCCodec.cpp352 res = GetStatus(mSource->getStopTimeOffsetUs(&config.mInputDelayUs)); in configure()
356 status << "=" << config.mInputDelayUs << "us"; in configure()
358 mConfig.mInputDelayUs = config.mInputDelayUs; in configure()
1423 "android._stop-time-offset-us", config->mISConfig->mInputDelayUs); in setParameters()