Fix aspect ratio for recorded content

The pixel aspect ratio for recorded content is not stored.
The pixel aspect ratio is applied to the width and the
modified width is stored.

Bug: 133364485
Change-Id: I8f6de7a9719167fa3e6c47e403e2f21b494159c3
Test: manual
3 files changed
tree: dbd50ee67907fc5be392956de73bb6dcee56cd28
  1. assets/
  2. common/
  3. jni/
  4. libs/
  5. material_res/
  6. partner_support/
  7. res/
  8. src/
  9. tests/
  10. tuner/
  11. .gitignore
  12. Android.bp
  13. AndroidManifest.xml
  14. build.gradle
  15. gradle.properties
  16. open_source_project.LICENSE
  17. open_source_project.README
  18. OWNERS
  19. proguard.flags
  20. README.md
  21. settings.gradle
  22. version.mk
README.md

Live TV

Live TV is the Open Source reference application for watching TV on Android TVs.

AOSP instructions

To install LiveTv

echo "Compiling"
m -j LiveTv
echo  "Installing"
adb install -r ${OUT}/system/priv-app/LiveTv/LiveTv.apk

If it is your first time installing LiveTv you will need to do

adb root
adb remount
adb push ${OUT}/system/priv-app/LiveTv/LiveTv.apk /system/priv-app/LiveTv/LiveTv.apk
adb reboot