Searched refs:maxPlaybackFps (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1699 float maxPlaybackFps = mFrameRate; // assume video is only played back at normal speed local
1708 } else if (mCaptureFps > maxPlaybackFps) { // slow-mo
1709 maxPlaybackFps = mCaptureFps; // assume video will be played back at full capture speed
1719 float baseLayerFps = maxPlaybackFps / (1 << (tryLayers - 1));

Completed in 595 milliseconds