summaryrefslogtreecommitdiffstats
path: root/test/CameraHal
Commit message (Collapse)AuthorAgeFilesLines
* Add liblogYing Wang2013-04-091-2/+1
| | | | | Bug: 8580410 Change-Id: If897b4d39c67a49aa590b1692d26db794a53c2a3
* Fix native test's calls to camera libraryEino-Ville Talvala2013-03-222-6/+21
| | | | Change-Id: I816bd24669229c3ff3a8397c516080c7d409455f
* remove Surface uses in favor of IGraphicBufferProducerMathias Agopian2013-03-121-2/+2
| | | | Change-Id: I0d52884fbe80aa7f29f71bfbedd62162601a1360
* Remove obsolete references to libmedia_nativeGlenn Kasten2012-10-301-1/+0
| | | | | Bug: 6654403 Change-Id: I56fbf4925d64670c9d0ce7c8ba78ab6462abee2d
* Use new surface flinger API.Jeff Brown2012-08-241-2/+2
| | | | Change-Id: I90a00bd284a5d800f0f0eac5616ffa9ce14303c0
* Renaming AAC variants to their more technical forms.Dave Burke2012-04-301-3/+1
| | | | | | Bug: 6275957 Change-Id: I3a01cc670b19b2be1ccd5a7196b5c3489d87d11d
* Revert "Use new camera connect api."Wu-cheng Li2012-04-192-6/+6
| | | | This reverts commit ab9ef43721796d6ee4b35ab4614be0210a189fe4.
* Merge "Add libmedia_native"Glenn Kasten2012-03-161-0/+1
|\
| * Add libmedia_nativeGlenn Kasten2012-03-151-0/+1
| | | | | | | | Change-Id: Ib40738349ae1c3d5286c74ddaa353fc194ad330e
* | Use new camera connect api.Wu-cheng Li2012-03-132-6/+6
|/ | | | | | bug:5584464 Change-Id: I7d772ac8bedcf9d0ddcff2466132c91e45c8f0fc
* fix location of libgui headersMathias Agopian2012-02-262-11/+2
| | | | Change-Id: I4c40cee39787a78abcf97058b737603e09c12826
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-6/+6
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I7d131473964d92c62a495d082a1207867f435885
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I551e5a040249a8908251cd8c8d7131287f1f53de
* Camera_test: remove O_SYNC on image filesVladislav Hristov2011-09-141-3/+3
| | | | | | | | | When O_SYNC is set it takes very long time, to save the file. This is unnecessary, so we can remove this flag and have fast capture test. Change-Id: I0edca1445cf5c1a1aa68fed2e127d10dce50535e Signed-off-by: Vladislav Hristov <vhristov@mm-sol.com>
* camera_test: some fixes for resolving segfaults and adding glbceSundar Raman2011-08-253-18/+36
| | | | | Change-Id: I0ba8aa2ad585fee34b29863e71f7f672830802bf Signed-off-by: Sundar Raman <sunds@ti.com>
* Add start and stop face detection for camera_test_script.Tyler Luu2011-08-161-0/+13
| | | | | | | Change-Id: Ic96af72decff081d2cf531febe4f39312df768c7 Original-author: Dimitar Borisov <dborisov@mm-sol.com> Signed-off-by: Dimitar Borisov <dborisov@mm-sol.com> Signed-off-by: Tyler Luu <tluu@ti.com>
* Camera_test: Removes the SurfaceFlinger WATyler Luu2011-08-161-35/+12
| | | | | | | | | | | - Not needed any more. - Adds support for disabling audio during video record. Change-Id: I2eeec1e9cdae0c18fbd72561fe923d998565572a Original-author: Emilian Peev <epeev@mm-sol.com> Signed-off-by: Emilian Peev <epeev@mm-sol.com> Signed-off-by: Tyler Luu <tluu@ti.com>
* Camera Test App: Fix for preview displayTyler Luu2011-08-161-1/+1
| | | | | | | | | | | | Fixes the preview display. Changes the zorder to 0x7fffffff to make sure no one in the system uses this z order for its surface layers. Change-Id: I3098c47e35b607c68ce247ac5d310de23b2654b4 Original-author: Solaiyappan Saravanan <saravanan.s@ti.com> Signed-off-by: Solaiyappan Saravanan <saravanan.s@ti.com> Signed-off-by: Tyler Luu <tluu@ti.com>
* initial commitIliyan Malchev2011-08-084-0/+4098
Change-Id: I8f7a7eeece0e516efa486b77e9d97805c0e65d3e Signed-off-by: Iliyan Malchev <malchev@google.com>