summaryrefslogtreecommitdiffstats
path: root/libtiutils
Commit message (Collapse)AuthorAgeFilesLines
* [1/3] omap4xxx: Allow custom DOMX source instead of Google DOMX defaultHashcode2013-01-201-2/+10
| | | | | | | | | | | | | | | | | | | | | Part 1 of 3 patches: To allow omap4 devices to use custom "domx" source via a new BoardConfig.mk item: TI_CUSTOM_DOMX_PATH := device/<manufacturer>/<device-name>/domx This setting provides for 3 changes during the build: 1. In hardware/ti/omap4xxx this settings stops standard Google domx source from being built and changes the domx reference for tiutils. 2. In frameworks/base it changes the default openmax references for frameworks/base/media/jni/mediaeditor/Android.mk to the new location 3. In frameworks/av changes the openmax references in 5 places, and adds new includes in ACodec.cpp, CameraSource.cpp and OMXCodec.cpp This commit for hardware/ti/omap4xxx is based on this cherry-pick from omapzoom (with a more descriptive BoardConfig setting name): http://www.omapzoom.org/?p=platform/hardware/ti/omap4xxx.git;a=commitdiff;h=040534d546dbcfcff16ff1afff15c01c2822dfcc Change-Id: I32bf75073278639dc9e4442168c7b35295beb495 Signed-off-by: Hashcode <hashcode0f@gmail.com>
* fix hardcoded include pathsMathias Agopian2012-03-054-4/+3
| | | | Change-Id: Idda63f9af654bf136755efc38e7bb50ba6f8ca24
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
| | | | | | | 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-2/+2
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I551e5a040249a8908251cd8c8d7131287f1f53de
* CameraHAL: Fixed line endings and file attributesAkwasi Boateng2011-12-014-232/+232
| | | | | | | | | | | | Replaced line endings to UNIX in CameraHAL-related sources. No code changes. Signed-off-by: Daniel Levin <x0155538@ti.com> Signed-off-by: Jean Johnson <a0271255@ti.com> Signed-off-by: Iliyan Malchev <malchev@google.com> Change-Id: Id32c429fe7527342cfa2a7b9b1724e5f088dbd3f
* am fef08387: am 7e51020e: am f9df3ee5: CameraHAL: Clear events queue fix, ↵Sundar Raman2011-11-102-0/+20
|\ | | | | | | | | | | | | clear command queue on exit * commit 'fef083876a27ebab9451c0151ce6fbaae0f66ccf': CameraHAL: Clear events queue fix, clear command queue on exit
| * CameraHAL: Clear events queue fix, clear command queue on exitSundar Raman2011-11-102-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 2/3 for b/5593964. 1. The events queue wasn't being cleared correctly inside OMXCameraAdapter as some items were being removed while the index was being formulated based on the original size 2. The command queue should be cleared before posting the EXIT message for the OMX adapter threads so as not to process those messages since we are exiting Change-Id: I0a5eaceb3d1504fee05b064ebb5fe888e129ad44 Signed-off-by: Sundar Raman <sunds@ti.com> Signed-off-by: Iliyan Malchev <malchev@google.com>
* | Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block2011-10-251-4/+4
|/ | | | | | | See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: Ic854588fa661ebcc63395c388bf98af268b709c7
* libtiutils: fix an fd leak I introducedIliyan Malchev2011-09-231-2/+2
| | | | | Change-Id: Ib956613f334c31b20a402bc618cd72a04603d828 Signed-off-by: Iliyan Malchev <malchev@google.com>
* omap4xxx: fix errors and dead code in usage of pipe(2)Iliyan Malchev2011-09-221-2/+2
| | | | | Change-Id: I7134e635316c2a118498d23521248016b73d6496 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Destroy and recreate semaphore in case of timeoutAkwasi Boateng2011-09-091-0/+6
| | | | | | | | Destroy and recreate semaphor during timeout and remove event from event queue. Change-Id: Id9428ff58a55f90a6807776327bfba1961d9089d Signed-off-by: Akwasi Boateng <akwasi.boateng@ti.com>
* Remove unused includes.Jeff Sharkey2011-08-311-1/+0
| | | | Change-Id: Ie19b949f3c6a2b2080400bf76c0ea6501a0cd6b4
* initial commitIliyan Malchev2011-08-088-0/+1051
Change-Id: I8f7a7eeece0e516efa486b77e9d97805c0e65d3e Signed-off-by: Iliyan Malchev <malchev@google.com>