Descriptionrendering_helper - Schedule RenderContent() based on VSync.
When we schedule the RenderContent() faster than the VSync signals.
The program will be blocked at SwapBuffer() and affect the performance of
both video decoding and rendering.
Now we change the code to schedule the RenderContent() base on the
VSync signals so that we won't be blocked at SwapBuffer().
BUG=415901
TEST=Run the vda_unittest on link and peach_pit
Committed: https://crrev.com/15d0c0042f6e84a036908b3912bc97864420215f
Cr-Commit-Position: refs/heads/master@{#300654}
Patch Set 1 #Patch Set 2 : schedule base on vsync #
Total comments: 10
Patch Set 3 : address review comments #Patch Set 4 : rebase #
Messages
Total messages: 17 (5 generated)
|