commit | fce0d1883cdbcb7d501625fb43844043cd28a267 | [log] [tgz] |
---|---|---|
author | Lajos Molnar <lajos@google.com> | Thu May 02 16:46:41 2013 -0700 |
committer | Lajos Molnar <lajos@google.com> | Thu Oct 03 09:55:25 2013 -0700 |
tree | 378f7e3451987e2cdf26d5884db41d9291485f4b | |
parent | 56ce726019f700a95ce5b45beebceadae4836e30 [diff] |
stagefright: enable adaptive playback based on codec format key Added support for prepareForAdaptivePlayback() call in configureCodec, if max-width and max-height keys are specified in the format. It is OK for this call to fail, if component does not implement adaptive playback. Change-Id: Ie15892bc666df103b635890a0fda799b204bb06c Signed-off-by: Lajos Molnar <lajos@google.com> Bug: 7093648 Bug: 10192531