Your message is pretty vague. You should try describing the problem
in more detail if you would like a useful answer.
> --
> Chromium Developers mailing list: chromi...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-dev
>
Chromium Developers mailing list: chromi...@chromium.org
As you explained, this also requires putting in place an IPC interface
between renderer and GPU process.
So if you can share with us any details regarding changes in the media
pipeline, we can develop against them.
We are also interested to improve the rendering performance when
FFMpeg(fallback to SW when OMX doesn't support the codec) decoder is
used. Please let me know if you have any plans for the same.
> To be clear, there is already an (in-progress) IPC interface in placeSo is there a plan to connect GpuVideoServiceHost to the media
pipeline? Or you only targeting Pepper at the moment?
What about vendor-specific OMX features? Since you are doing OMX "for
real" this time, do you have a plan to support them (for example, via
configuration vectors or ifdefs), or are you going to stick to vanilla
Khronos OpenMAX IL?
Are there any plans to move HW accelerated video rendering to GPU
process as well?
BTW, is there a plan to have a video decoder factory in the media
pipeline?
And I guess there is no time frame attached to this feature, right? ;)
So I was just wondering if SOME_VENDOR_OMX_IMPLEMENTATIONdefines will be allowed in Chromium code base.
Basically, I'm looking for something that will allow to keep the decoded frame in theGPU process, and render it through a custom renderer.
--
Chromium Developers mailing list: chromi...@chromium.org