summaryrefslogtreecommitdiff
path: root/va/va_android.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix build issue on Androidww40.3_androidAustin Yuan2010-09-281-2/+2
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* remove g++ from Android.mk, move declaration of vaGetDisplay out of '#ifdef ↵Ren Zhaohan2010-05-271-2/+11
| | | | __cplusplus{} #endif'
* update va_android.h to make sure it could be safely include in a C or C++ file20100526_5.3.0.0009Ren Zhaohan2010-05-261-11/+5
|
* Pass down ISurface instead of SurfaceRen Zhaohan2010-05-181-2/+2
|
* Remove and redifine some Xlib Macros, use void* instead of Surface* for ↵Ren Zhaohan2010-05-071-5/+0
| | | | VAStatus (*vaPutSurface)
* move va_android.c => va_android.cpp, use sp<Surface> instead of void*.Ren Zhaohan2010-05-061-5/+11
|
* restore old va_DisplayContextGetDriverNameRen Zhaohan2010-05-061-3/+1
|
* use Surface* instead of void*Ren Zhaohan2010-05-061-1/+4
|
* add new va_DisplayContextGetDriverName, remove 'x11/XX' include folder namePO-ww19.3-newRen Zhaohan2010-05-051-2/+1
|
* remove udevRen Zhaohan2010-05-041-3/+3
|
* Merge branch 'va_backend' into POAustin Yuan2010-04-291-26/+2
|\ | | | | | | | | | | | | | | | | Conflicts: va/android/va_android.c va/va_android.h va/va_backend.h Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
| * libva backendRen Zhaohan2010-04-271-4/+4
| |
* | saveAustin Yuan2010-04-161-19/+27
| | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* | Add vaPutSurfaceBuf for AndroidIMG_Drop_20100507_MDFLD20100517_5.3.0.000820100512_5.3.0.000720100510_5.3.0.0006_mdfld_eng_120100505_5.3.0.000520100428_5.3.0.000420100421_5.3.0.000320100414_5.3.0.0002Ren Zhaohan2010-04-081-0/+18
| |
* | pass moblin compileRen Zhaohan2010-04-011-0/+2
|/
* Initial android backendAustin Yuan2010-03-311-0/+46
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>