DescriptionSupport low latency mode decoding in the H/W video decoder on Windows.
This is enabled via an attribute CODECAPI_AVLowLatencyMode set on the decoder transform.
From testing I could see a reduction in the number of input packets before the first output frame was delivered
by the decoder. On vimeo, with this attribute, the first output frame came after 9-10 input packets. Without it
after 25-30 input packets. On the HTML5 quirksmode site, with this attribute the first output frame came after 9-11 input
packets. Without it it came after 16-17 input packets.
We can enable this on Canary to see how this fares in the wild.
BUG=456359
Committed: https://crrev.com/6e74dc46d6f01a95661a74be30465ef7978bfb80
Cr-Commit-Position: refs/heads/master@{#315151}
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|