History log of /packages/services/Car/evs/sampleDriver/EvsEnumerator.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
14f0f7bc8d9acf432e5f5dd60b30f3566c47b676 08-Jun-2017 Scott Randolph <randolphs@google.com> Move LOG_TAG #define into .mk file

Put the LOG_TAG definition into the make file so that one value
is shared among all source files within each module.

Test: Build and run
Change-Id: I665b937e79964eb281dabfbfe7948a5d855e3e70
/packages/services/Car/evs/sampleDriver/EvsEnumerator.cpp
fcde9da7aef6231cdb60975ccf06997444783de5 06-May-2017 Scott Randolph <randolphs@google.com> Don't use V4L2_PIX_FMT_ARGB32 if its not defined

Fixes the build for targets using headers from pre 3.17 kernels
Test: lunch bullhead-userdebug & m -j android.hardware.automotive.evs@1.0-sample

Change-Id: Ic830d6c89b733d6cd6aa83c1b294731123f7506c
/packages/services/Car/evs/sampleDriver/EvsEnumerator.cpp
f937fa507d10ecc4e09f7b44af9a9df2c4040226 04-May-2017 Scott Randolph <randolphs@google.com> Consider each /dev/video* device for EVS use

This increases the start up time of the sample driver, and might not be
the ideal technique for a production driver, but allows the sample to
work without source changes on different platforms.

Test: run against the evs_app
Change-Id: I9a389c9d84770026967a101653b8c209e342e956
/packages/services/Car/evs/sampleDriver/EvsEnumerator.cpp
b342cb163393317d8af77339ff8ff5e921bd4a8f 26-Apr-2017 Scott Randolph <randolphs@google.com> V4L2 & Surface Flinger based EVS driver

This provides a functional driver, although not suitable for use at
early boot because of the SurfaceFlinger dependency. This is enough to
get a demo application running, however, and to illustrate the necessary
behaviors.

Test: Build and run against evs_app
Change-Id: I5492a7818018319bdf7e00f147d387e14acf4993
/packages/services/Car/evs/sampleDriver/EvsEnumerator.cpp