Champs
I know that Qt uses the SGX accelator but not sure if it uses the DSP and the video accelators on the OMAP3530? I thought it should but like to make sure that it does.
Regards
Mohsen
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Champs
I know that Qt uses the SGX accelator but not sure if it uses the DSP and the video accelators on the OMAP3530? I thought it should but like to make sure that it does.
Regards
Mohsen
Mohsen,
as far as I know Qt is not aware about the DSP or video acceleration on our devices by default. You may add that in a package by using TI gstreamer and integrate into Qt's multi-media framework but I don't have the latest status on that. This is still a moving target also from the Qt side I think.
SGX can be used with Qt if OpenGL support is configured. Again something that is not the default case for most configurations.
Regards.
To use gstreamer with Qt, look at the Phonon module, in the Nokia documentation.
The SGX will only be used from Qt if you access OpenGL ES through the QGLWidget, QtOpenGL and QGLPaint classes, rather than using QWidget and QPaint .
Regards, Clay