Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DInputSurfaceWrapper.h66 float mCaptureFps; // capture fps member
DCCodec.cpp307 if (config.mCaptureFps != mConfig.mCaptureFps || config.mCodedFps != mConfig.mCodedFps) { in configure()
309 GetStatus(mSource->setTimeLapseConfig(config.mCodedFps, config.mCaptureFps)); in configure()
310 status << " timeLapse " << config.mCaptureFps << "fps as " << config.mCodedFps << "fps"; in configure()
315 mConfig.mCaptureFps = config.mCaptureFps; in configure()
743 config->mISConfig->mCaptureFps = value; in configure()