TPEPlatform/2013-06-27: Difference between revisions
Jump to navigation
Jump to search
(→Media) |
|||
Line 54: | Line 54: | ||
**patch submitted and get r+. | **patch submitted and get r+. | ||
*Help Askeing preparing the FOTA test environment /SC | *Help Askeing preparing the FOTA test environment /SC | ||
'''Build''' | |||
* read doc - How Mozilla's build system works / JW |
Revision as of 03:29, 27 June 2013
Media
WebAudio
- bug 882171 - Optimize the AudioNodeEngine.cpp routines for NEON / JW
- study Ne10 library
- write test cases using Ne10 library
- trace code about how NEON is integrated in other module
- trace code - media graph / JW
- how web audio is implemented on top of media graph
Streaming Media
WebRTC
- bug 869869 e10s for UDP socket /SC
- preparing v3 patch according to the latest review comment.
- try merge UDP e10s patch with Steven's performance tweak patch /SC & Steven
- 3 issues are found: 1. incoming audio jitter. 2. incoming video stopped after few seconds 3. outgoing RTP packet cannot be decoded by Firefox desktop.
- bug 884144 - gonk version of nr_stun_get_addrs() doesn't work in WebRTC C++ unit tests /John
- patch - Use private network interface list service when running tests. (Development done and under test)
Graphic
Canvas 2D/SkiaGL bug 858237
- bug 869199 Bad performance of fishie tank/ Peter
- Replace with SkDeferredCanvas but still had problem
- Study SkDeferredCanvas
- bug 875168 Integrate SurfaceTexture/ Peter
- analysis: Consider the gralloc buffer lifecycle
HW Composer
- bug 881170 Camera Preview position changes when touch screen/ Peter
- feedback and review
- bug 884188 High power consumption of youtube/ Peter
- root cause provided and wait for leo confirmation
Stability
Free Agent
GSMA
- Show girls /Cervantes, Steven.
World Internet Developers Summit 2013
- Give a speech/ TingYuang
Env Setup
- Setup environment/ JerryShih
MMS
- review UAProfile for supported image/audio/video mimetype /SC
OTA
- bug 880737 OTA download progress is stopped update after network failure /SC
- OTA download is been restarted by retry timer, therefore, gaia will think the download is aborted.
- patch submitted and get r+.
- Help Askeing preparing the FOTA test environment /SC
Build
- read doc - How Mozilla's build system works / JW