Closed
Bug 1079251
Opened 10 years ago
Closed 10 years ago
Fix ConvertOmxYUVFormatToRGB565() does not care about gralloc buffer height in HAL_PIXEL_FORMAT_YV12 case
Categories
(Core :: Graphics: Layers, defect, P1)
Tracking
()
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
(Keywords: verifyme)
Attachments
(2 files, 1 obsolete file)
(deleted),
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
sotaro
:
review+
fabrice
:
approval-mozilla-b2g34+
|
Details | Diff | Splinter Review |
ConvertOmxYUVFormatToRGB565() does not care about gralloc buffer height. Therefore, if gralloc buffer size and valid size is different, it failed to to convert color correctly.
Assignee | ||
Comment 1•10 years ago
|
||
This seems to fix the problem.
Assignee | ||
Comment 2•10 years ago
|
||
The change of attachment 8501056 [details] [diff] [review] is going to be handled as part of bug 1075077.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•10 years ago
|
||
It seems better to handle this bug as separate from Bug 1075077.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8501056 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Attachment #8501803 -
Flags: review?(nical.bugzilla)
Assignee | ||
Comment 5•10 years ago
|
||
nical, can you review the patch soon?
Flags: needinfo?(nical.bugzilla)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sotaro.ikeda.g
Updated•10 years ago
|
Attachment #8501803 -
Flags: review?(nical.bugzilla) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(nical.bugzilla)
Assignee | ||
Comment 7•10 years ago
|
||
Assignee | ||
Comment 8•10 years ago
|
||
Nominate to b2g-v2.0M+. This bug blocks b2g-v2.0M+ bug.
blocking-b2g: --- → 2.0M?
Assignee | ||
Updated•10 years ago
|
Comment 9•10 years ago
|
||
Hi Sotaro,
Thanks for the nomination, I make it a 2.0M+
blocking-b2g: 2.0M? → 2.0M+
Updated•10 years ago
|
Blocks: Woodduck_Blocker
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Comment 11•10 years ago
|
||
Comment 12•10 years ago
|
||
Correct tracking flag status.
Updated•10 years ago
|
status-b2g-v2.0:
--- → affected
Comment 14•10 years ago
|
||
Hi Norry,
qawanted for Woodduck 2.0M. Thanks!
Flags: needinfo?(fan.luo)
Keywords: verifyme
Comment 16•10 years ago
|
||
Does this need to land on v2.1 as well? Please nominate it if so :)
Flags: needinfo?(sotaro.ikeda.g)
Assignee | ||
Comment 17•10 years ago
|
||
A patch for b2g v2.1. Carry "r=nical".
Flags: needinfo?(sotaro.ikeda.g)
Attachment #8509458 -
Flags: review+
Assignee | ||
Comment 18•10 years ago
|
||
Comment on attachment 8509458 [details] [diff] [review]
patch for b2gv2.1 - fix CbCr buffer address
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
[Approval Request Comment]
Bug caused by (feature/regressing bug #): none
User impact if declined: Some hardware's video thumbnail's color becomes incorrect.
Testing completed: locally tested.
Risk to taking this patch (and alternatives if risky): low
String or UUID changes made by this patch: none.
Attachment #8509458 -
Flags: approval-mozilla-b2g34?
Updated•10 years ago
|
Attachment #8509458 -
Flags: approval-mozilla-b2g34? → approval-mozilla-b2g34+
Comment 19•10 years ago
|
||
Comment 20•10 years ago
|
||
No steps to reproduce, unable to perform bug verification.
QA Whiteboard: [QAnalyst-Triage?][QAnalyst-Verify-]
Flags: needinfo?(ktucker)
Updated•10 years ago
|
QA Whiteboard: [QAnalyst-Triage?][QAnalyst-Verify-] → [QAnalyst-Triage+][QAnalyst-verify-]
Flags: needinfo?(ktucker)
Updated•10 years ago
|
Blocks: Woodduck_P2
Updated•10 years ago
|
Priority: -- → P1
Updated•10 years ago
|
No longer blocks: Woodduck_P2
You need to log in
before you can comment on or make changes to this bug.
Description
•