Searched refs:maxPlaybackFps (Results 1 – 1 of 1) sorted by relevance
2081 float maxPlaybackFps = mFrameRate; // assume video is only played back at normal speed in setupVideoEncoder() local2090 } else if (mCaptureFps > maxPlaybackFps) { // slow-mo in setupVideoEncoder()2091 maxPlaybackFps = mCaptureFps; // assume video will be played back at full capture speed in setupVideoEncoder()2114 float baseLayerFps = maxPlaybackFps / (1 << (tryLayers - 1)); in setupVideoEncoder()