TPEPlatform/2013-11-14: Difference between revisions
Jump to navigation
Jump to search
Line 48: | Line 48: | ||
* Study CSS 2.1 spec /Chiajung | * Study CSS 2.1 spec /Chiajung | ||
* {{Bug|920921}} - [Flatfish]: Flatfish has bad performance on Homescreen wiping /Jerry | |||
**Trace layer building flow. | |||
***nsDisplayList::PaintRoot() | |||
****FrameLayerBuilder::BuildContainerLayerFor() | |||
* {{Bug|937630}} - lockscreen fade-out animation is < 60fps /Jerry | |||
**Use systrace to get profiler data | |||
***Try to build b2g18 on JB 4.2 | |||
==Input== | ==Input== |
Revision as of 07:00, 14 November 2013
Media
Media Recording
- bug 879669 - Support Video Encoder module in MediaEncoder framewrok / Shelly
- Part 1: VideoTrackEncoder and some refactor in AudioTrackEncoder
- Accumulate the duration of duplicated chunks.
- Create an black image for null chunks.
- Has finally reached to a stable stage, ready to add documentation.
- Part 1: VideoTrackEncoder and some refactor in AudioTrackEncoder
- bug 879668 - [MediaEncoder] Implement VideoOmxEncoder on B2G / Shelly
- Part 1: Add OMXCodecWrapper
- Part 2: Add OmxTrackEncoder
- Deal with null chunks, and condition of EOS.
Web Audio
- bug 926838 - [B2G] Convolver node run very slow on unagi/buri / JW
- fix build errors on emulators
- port FFTW to ARM device, write perf test code
- peak perf data, loop=1000, fft size=4096
forward fft: kissfft=0.422585(100%), openmaxdl=0.219870(52.03%), fftw=0.178985(42.35%) inverse fft: kissfft=0.557688(100%), openmaxdl=0.241888(43.37%), fftw=0.344252(61.73%) fwd + inv: kissfft=0.980273(100%), openmaxdl=0.461758(47.11%), fftw=0.523237(53.38%) fwd fftw + inv openmaxdl = 0.420873(42.93%)
- bug 916392 - AudioBufferSourceNode output channel count should not drop after playback stops / JW
- run test cases
- discuss with Karl about the lifetime of audio nodes
Streaming Media
Graphic
- bug 933711 - [B2G][Helix][stability][fengximing]When the Firefox phone goes to sleep, wait for long time, if you wake up the phone, it took too much time to enter the lock screen.
- The screen blank because re-paint event not triggered. Try to find why re-paint event not triggered
- CSS transform and layout study / Peter
- bug 929432 - [B2G][Helix][Browser][ChenHoulai] Open youtube in the browser, there is an extra horizontal line on the top when in full-screen mode /Peter
- trace layout for videocontrol resize handling
- bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements / Chiajung
- first version done, need clean up and more test
- Write camera native to I420 GPU based color space converter / Chiajung
- debugging
- Study Miracast on Android /Chiajung
- Study CSS 2.1 spec /Chiajung
- bug 920921 - [Flatfish]: Flatfish has bad performance on Homescreen wiping /Jerry
- Trace layer building flow.
- nsDisplayList::PaintRoot()
- FrameLayerBuilder::BuildContainerLayerFor()
- nsDisplayList::PaintRoot()
- Trace layer building flow.
- bug 937630 - lockscreen fade-out animation is < 60fps /Jerry
- Use systrace to get profiler data
- Try to build b2g18 on JB 4.2
- Use systrace to get profiler data
Input
Input
- bug 924692 - Add support for selecting using touch / Phoebe
- first version WIP upload
- trace nsCSSFrameConstructor.cpp, nsPresShell.cpp to understand layout frame construction processes.
- try to add CreateAnonymousContent functionality in viewportFrame.
Stability
Free Agent
- review web audio article translation. / JW