Confirmed users
770
edits
Line 27: | Line 27: | ||
====Vincent Chen==== | ====Vincent Chen==== | ||
====Chiahung Tai==== | ====Chiahung Tai==== | ||
* | * bug 985785 - Video tag memory leak while the video frame are not displayed on B2G | ||
** Resolved invalid. | ** Resolved invalid. | ||
** This bug can't reproduce in latest codebase. | ** This bug can't reproduce in latest codebase. | ||
* Bug 968707 - Cavas.ToBlob is slow on B2G | |||
*Bug 992842 - [Camera][B2G][Nexus 5] No camera preview in Nexus 5 FX OS build. | |||
** WIP | |||
** Try to find root cause. Might be caused by Gecko, Gaia or Qualcomm driver. | |||
* bug 968707 - Cavas.ToBlob is slow on B2G | |||
** WIP | ** WIP | ||
** Canvas.ToBlob is used in FX OS Gallery APP. This bug is trying to improve the processing time of JPEG encoding from canvas to JPEG. OpenMAX JPEG is not working in Qualcomm solutions. So try to use OpenCL to accelerate JPEG encoding/decoding. MAIDAI can support OCL. This bug could fully utilize the multiple cores HW for encoding/decoding. I focused on tracing JPEG source code now. | ** Canvas.ToBlob is used in FX OS Gallery APP. This bug is trying to improve the processing time of JPEG encoding from canvas to JPEG. OpenMAX JPEG is not working in Qualcomm solutions. So try to use OpenCL to accelerate JPEG encoding/decoding. MAIDAI can support OCL. This bug could fully utilize the multiple cores HW for encoding/decoding. I focused on tracing JPEG source code now. |