History log of /frameworks/base/media/libstagefright/tests/SurfaceMediaSource_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3814ff4b17165e86d1893fde53025c69583599b4 03-Sep-2011 Pannag Sanketi <psanketi@google.com> Fixing bug in SurfaceMediaSource_test

The test was making EGL calls once disconnected. Instead of calling
"disconnect" directly on the Surface, and EGL calls should be made to that
effect.

Change-Id: I21468ac8cbc2cb3145a49269e32a884736cd452e
/frameworks/base/media/libstagefright/tests/SurfaceMediaSource_test.cpp
e753750a82a3dcffeb36c7661d1c7922fc082a35 31-Aug-2011 Pannag Sanketi <psanketi@google.com> Update SurfaceMediaSource_test to not use pbuffer configs

SurfaceMediaSource_test now does not use pbuffer configs
to create a surface. Always uses a window config.
Also, cleaned up the test a bit.

Change-Id: Idda40dcb8474249eccaa8d2dad20ee840d2dd484
/frameworks/base/media/libstagefright/tests/SurfaceMediaSource_test.cpp
557b7092cc9a1dfe766ac3d0421e1049c653c4ae 19-Aug-2011 Pannag Sanketi <psanketi@google.com> Testing the GL/ CPU encoding w/ Gralloc buffers

This is the test for Gralloc buffers based encoding.
contains a combination of two main changes:

1. GL based encoding tests added to SurfaceMediaSource_test

2. SurfaceMediaSource ::read() colorformat

The SurfaceMediaSource::getformat() sets it to OMX_COLOR_FormatAndroidOpaque.
The omx encoder needs to interpret that colorformat and reads the format
from the Gralloc buffers directly

Change-Id: Iee2fe8901384109a4952e1d6c528c59eb01eb5b1
/frameworks/base/media/libstagefright/tests/SurfaceMediaSource_test.cpp
449eef989e3c4fe1c134926efe335617e8d12ae4 02-Aug-2011 James Dong <jdong@google.com> Start thread pool for binder calls

Change-Id: Ie67f54ba06d7fdb42bcb041c1e0a50d8477ae423
related-to-bug: 5095635
/frameworks/base/media/libstagefright/tests/SurfaceMediaSource_test.cpp
b1f8c266e47554bc45632f021c9e409399e907e7 14-Jul-2011 Pannag Sanketi <psanketi@google.com> Adding Metadata mode to SurfaceMediaSource

SurfaceMediaSource operates in metadata mode only, i.e. just the
metadata is stored in videobuffers. SurfaceMediaSource passes the Gralloc
buffer handle along with a 4 byte 'type' (indicating that the metadata
is of type GrallocSource) to the encoder as opposed to the
GrallocBuffer itself.

Related to bug id: 4529323

Change-Id: I83aebc0dd10f317658cdf70be5802dfc35a1e72d
/frameworks/base/media/libstagefright/tests/SurfaceMediaSource_test.cpp
f48987db6711512173327bc6ec8d253ba914dab1 01-Jul-2011 Pannag Sanketi <psanketi@google.com> Renaming SurfaceEncoder to SurfaceMediaSource

Related to bug id: 4529323

Change-Id: Id820d45a536bd2c65e0a59def564eb5b3ea4a71c
/frameworks/base/media/libstagefright/tests/SurfaceMediaSource_test.cpp