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