-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
screenrecord: get codec capabilities & limit frame rate configuration
Screenrecord is using display refresh rate and configuring it as framerate for any dimensions (width*height) set. But few devices may not support this fps for given resolution causing encoder config failure. To avoid such issues, obtain corresponding performance point value and limit the frame rate, if its less than display refresh rate. CRs-Fixed: 3602397 Change-Id: I150590d2ce7d458af20a1740efc37efc1eb867be
- Loading branch information
1 parent
88ac00b
commit cceaa8c
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters