Top "Hardware-acceleration" questions

the use of computer hardware to perform some function faster than is possible in software running on the general-purpose CPU

using ffmpeg hwaccel from C++

How do I decode a file with hardware acceleration with ffmpeg? I have written a working video player that uses …

c++ ffmpeg hardware-acceleration
Setting android:hardwareAccelerated="true" in <activity> or in <application>

I want my app, which relies heavily on GPU, to use hardware acceleration. On some forums I've been suggested to …

android android-manifest hardware-acceleration
How to use the new GPU accelerated avd?

Google has announced that the Android emulator finally uses the GPU, as written here However, I can't find a tutorial …

android emulation gpu avd hardware-acceleration
How does one disable hardware acceleration in wpf?

What is the procedure for disabling hardware acceleration in WPF? What is it exactly? Is it a Windows setting, a …

wpf hardware-acceleration
Software rendering mode - WPF

I have a WPF user control for which I need to force rendering in RenderMode.SoftwareOnly. Since I am using .…

c# .net wpf .net-3.5 hardware-acceleration
How to decode a H.264 frame on iOS by hardware decoding?

I have been used ffmpeg to decode every single frame that I received from my ip cam. The brief code …

ios ffmpeg avfoundation h.264 hardware-acceleration
Work around Canvas.clipPath() that is not supported in android any more

From android 3.0 the clipPath() method is no longer supported in devices with hardware acceleration turned on.(Read this article for …

android android-canvas hardware-acceleration
How do I use Hardware accelerated video/H.264 decoding with directx 11 and windows 7?

I've been researching all day and not gotten very far. I'm on windows 7, using directx 11. (My final output is to …

directx h.264 directx-11 hardware-acceleration dxva
Android: Enable hardware acceleration

I want my animations in android 4.0 is very slow and lacks. So I want to enable hardware acceleration and have …

android hardware-acceleration
Test if Hardware Acceleration has been enabled for a CSS animation?

How can I tell (for testing purposes) if Hardware Acceleration has been enabled for a CSS animation? I have the …

jquery css css-animations hardware-acceleration