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

How to use hardware accelerated video decoding on Android?

I need hardware-accelerated H.264 decoding for a research project, to test a self-defined protocol. As I have Search on the …

android video h.264 hardware-acceleration stagefright
How to use hardware acceleration with ffmpeg

I need to have ffmpeg decode my video(e.g. h264) using hardware acceleration. I'm using the usual way of …

c++ c ffmpeg hardware-acceleration
Android Hardware Acceleration - to use or not to use?

I'm developing an app that it functionality very similar to Facebook Android native app: social network that most of the …

android hardware-acceleration android-gui android-hardware
Why does enabling hardware-acceleration in CSS3 slow down performance?

I am moving 6000 small div elements in an css3 experiment using a transition from top: 0 to top: 145px to test …

css css-transitions hardware-acceleration
Is it possible to use GPU acceleration on compiling multiple programs on a gcc compiler?

Is there any way or tool to apply GPU acceleration on compiling programs with GCC compiler? Right now I have …

gcc compiler-construction gpu hardware-acceleration
What is hardware cursor and how does it work?

Is there anyone who can explain how hardware cursor works precisely? How does it relate to the graphics I'm drawing …

opengl graphics cursor hardware-acceleration
What does "hardware acceleration" refer to?

I've seen it used in reference mostly to animations and other visual effects. Fancy CSS3 stuff, flash video playback, things …

flash css video web hardware-acceleration
HW accelerated activity - how to get OpenGL texture size limit?

I'm trying to enable hw acceleration in Honeycomb, and display some Bitmaps on Canvas. All works fine, but for large …

android android-3.0-honeycomb hardware-acceleration
WebView "flashing" with white background if hardware acceleration is enabled (Android 3.0+)

I have an issue with the WebView (Android 3.0+), which the WebView always displays a white background before display my black …

android webview android-3.0-honeycomb android-4.0-ice-cream-sandwich hardware-acceleration
Java Hardware Acceleration

I have been spending some time looking into the hardware acceleration features of Java, and I am still a bit …

java swing graphics hardware-acceleration