Closed Bug 1000664 Opened 10 years ago Closed 6 years ago

[Octopus][meta]

Categories

(Firefox OS Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: octopus.pi168, Unassigned)

References

Details

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 (Beta/Release)
Build ID: 20140218140359
Summary: [Octopus] → [Octopus][meta]
The meta bug of Octopus project
What is Octopus project? Link welcome.
This project is for porting Firefox OS on an open source platform Banana Pi and the information about Banana Pi can be found in the links:
http://www.bananapi.org/
http://www.banana-pi.org/
Depends on: 1012570
I am wondering if the libgralloc allocating RGBA and RGBX with different way. Can you please print the information of stride/usage in both Android and FxOS?
Thanks.
(In reply to Solomon Chiu [:schiu] from comment #4)
> I am wondering if the libgralloc allocating RGBA and RGBX with different
> way. Can you please print the information of stride/usage in both Android
> and FxOS?
Thank you for the question and I suggest to discuss this in bug 1012570.
The following is the parameters using in Android and FxOS:
1)Android SurfaceFlinger:
  alloc(1920, 1080, format=5, usage=00001e02, ....)*3
  alloc(1280, 720, format=1, ....)*5
2)Firefox LayerManager:
  alloc(1920, 1080, format=2, usage=00001a00, ...)*1
  alloc(1920, 1080, format=1, usage=00001e02, ....)*2
Format list:
5==>HAL_PIXEL_FORMAT_BGRA_8888
1==>HAL_PIXEL_FORMAT_RGBA_8888
2==>HAL_PIXEL_FORMAT_RGBX_8888
Usage list:
00001e02==>GRALLOC_USAGE_HW_FB|GRALLOC_USAGE_HW_RENDER|GRALLOC_USAGE_HW_COMPOSER|GRALLOC_USAGE_HW_TEXTURE|GRALLOC_USAGE_SW_READ_RARELY(I guess?)
00001a00==>GRALLOC_USAGE_HW_FB|GRALLOC_USAGE_HW_RENDER|GRALLOC_USAGE_HW_COMPOSER

We tried to use the same parameters in alloc() in FxOS but it does not help
Depends on: 1019614
Depends on: 1019628
No longer depends on: 1019628
Depends on: 1019628
Depends on: 1028807
Depends on: 1028803
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.