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 enable hardware support for H.264 encoding on raspberry Pi 4B

I am trying to enable the hardware support for H264 encoding on raspberry pi 4B model. Compiling FFmpeg source enabling …

ffmpeg h.264 hardware-acceleration raspberry-pi4
Does iPhone support hardware-accelerated AES Encryption?

I could find references to "hardware-accelerated AES encryption" on an iPhone/iPad. But the APIs that I could find to …

ios aes hardware-acceleration cryptography
Are CSS3 properties like animate too CPU intensive?

will this repetitive animation code slow down my system?: @-webkit-keyframes animate {-webkit-animation-iteration-count:infinite;...} Are all CSS3 properties CPU intensive ? Thanks.

css css-transitions hardware-acceleration
Hardware accelerated FFmpeg on android?

I compiled an older version of FFmpeg for Android (if I recall correctly it was 0.6.X). FFmpeg decodes a video …

android ffmpeg live-wallpaper hardware-acceleration video-codecs
Is it possible to enable hardware acceleration with Java FX on Windows 2008 server?

As discussed in this question, it's possible to detect whether Java FX is using hardware acceleration by passing -Dprism.verbose=…

java graphics javafx-2 javafx hardware-acceleration
Canvas in SurfaceView - hardware acceleration

I'm developing on ICS and trying to understand why a Canvas.isHardwareAccelerated() will always return FALSE when using a Canvas …

android canvas surfaceview hardware-acceleration
Android WebView Hardware Acceleration Artefact Workarounds

So there's a known bug with WebView hardware acceleration in Android, see here for example: https://code.google.com/p/…

android css webview hardware-acceleration
List of hardware accelerated CSS properties for mobile safari

I went across change logs of MobileSafari in iOS 6 where it states: WebKit no longer always creates hardware-accelerated layers for …

css ios6 hardware-acceleration
QGLWidget and hardware acceleration?

Greetings all, Does simply subclassing QGLWidget and reimplementing paintEvent() make use of OpenGL and hardware acceleration? I create a QPainter …

qt opengl qt4 hardware-acceleration qglwidget
Slow page transitions on Android with hardware acceleration on

I'm trying to run the ionic-angular-cordova-seed project on Android 4.3.1 with Cordova. One thing I've noticed is that page transitions (for …

android cordova hardware-acceleration ionic-framework