On Wednesday, September 12, 2012 12:36:15 PM UTC+5:30, devu wrote: > > Hi Vishveshwar Bhat, > > I have ported the Android ICS to devkit800 without sgx support its working > fine, But when i run video player application i an getting below mentioned > error and not able to play the video only blank screen. I have some > question. > 1. Do we need sgx support for video playback in ICS. if not what may be > the problem can anybody suggest me. >
In our experience, SGX is required for video playback. > 2. What is the minimum RAM need for Android ics. > The CDD recommends >300MB RAM. Basic AOSP is usable with 256MB but use any "heavy" app and you will probably get crashes. With enough tinkering you might perhaps have it working with 128 MB too. But it may not be usable. -Vishveshwar > > > > W/GraphicBufferAllocator( 1141): alloc(320, 240, 842094169, 00002930, ...) > failed -22 (Invalid argument) > E/SurfaceFlinger( 1141): GraphicBufferAlloc:: >> >> createGraphicBuffer(w=320, h=240) failed (Invalid argument), handle=0x0 >> E/SurfaceTexture( 1141): [SurfaceView] dequeueBuffer: >> SurfaceComposer::createGraphicBuffer failed >> W/SoftwareRenderer( 1023): Surface::dequeueBuffer returned error -22 >> W/GraphicBufferAllocator( 1141): alloc(320, 240, 842094169, 00002930, >> ...) failed -22 (Invalid argument) >> E/SurfaceFlinger( 1141): GraphicBufferAlloc::createGraphicBuffer(w=320, >> h=240) failed (Invalid argument), handle=0x0 >> E/SurfaceTexture( 1141): [SurfaceView] dequeueBuffer: >> SurfaceComposer::createGraphicBuffer failed >> W/SoftwareRenderer( 1023): Surface::dequeueBuffer returned error -22 >> W/GraphicBufferAllocator( 1141): alloc(320, 240, 842094169, 00002930, >> ...) failed -22 (Invalid argument) >> E/SurfaceFlinger( 1141): GraphicBufferAlloc::createGraphicBuffer(w=320, >> h=240) failed (Invalid argument), handle=0x0 >> E/SurfaceTexture( 1141): [SurfaceView] dequeueBuffer: >> SurfaceComposer::createGraphicBuffer failed >> W/SoftwareRenderer( 1023): Surface::dequeueBuffer returned error -22 >> W/GraphicBufferAllocator( 1141): alloc(320, 240, 842094169, 00002930, >> ...) failed -22 (Invalid argument) >> E/SurfaceFlinger( 1141): GraphicBufferAlloc::createGraphicBuffer(w=320, >> h=240) failed (Invalid argument), handle=0x0 >> E/SurfaceTexture( 1141): [SurfaceView] dequeueBuffer: >> SurfaceComposer::createGraphicBuffer failed >> W/SoftwareRenderer( 1023): Surface::dequeueBuffer returned error -22 >> W/GraphicBufferAllocator( 1141): alloc(320, 240, 842094169, 00002930, >> ...) failed -22 (Invalid argument) >> E/SurfaceFlinger( 1141): GraphicBufferAlloc::createGraphicBuffer(w=320, >> h=240) failed (Invalid argument), handle=0x0 >> E/SurfaceTexture( 1141): [SurfaceView] dequeueBuffer: >> SurfaceComposer::createGraphicBuffer failed >> W/SoftwareRenderer( 1023): Surface::dequeueBuffer returned error -22 >> > > > Thanks and Regards, > Devindrappa Handraki -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
