summaryrefslogtreecommitdiffstats
path: root/camera/VendorTagDescriptor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* camera: fix vendortags section malloc failureGaurav Batra2014-11-031-1/+1
| | | | | | | | | | | size_t type variables should be initialized properly especially on 64-bit archs if they are type casted to shorter datatypes for some operation and then later used in entirety. The results may be unpredictable since the most significant bytes may contain garbage. Bug 18222311 Change-Id: Iced82e964cf8c98f6856d257fc1534a5237a9064
* libcamera_client: 64-bit compile issue (part deux)Mark Salyzyn2014-06-091-8/+10
| | | | | | | | - %p print warning message - size_t print warning messages - unused parameter warning messages Change-Id: I5de3564b27c65fe1a27c0bcc18ac1b72fca040e2
* resolved conflicts for merge of f285c91e to masterElliott Hughes2014-05-221-4/+4
| | | | Change-Id: I4c995e297d09c0854a42142cc57dce8b771acf65
* Camera: Don't enable log spew by default for eng buildZhijun He2014-05-121-3/+4
| | | | | | Also replace assert with LOG_ALWAYS_FATAL_IF. Change-Id: I528b97d9bc7a93dc3575ded28f6bf7e294d0a1e6
* camera3: Update CameraMetadata vendor tag handling.Ruben Brunk2014-05-021-13/+151
| | | | | Bug: 12134423 Change-Id: I97dc955ee9dd78ace93a7946296d6d9b0e407d43
* Revert "camera3: Update CameraMetadata vendor tag handling."Ruben Brunk2014-05-031-150/+12
| | | | | | This reverts commit 4764324d2704f1b08bb7407014bf203924ff2363. Change-Id: I86d7fcc11423502b73fab2a82af6aa89804f0b76
* camera3: Update CameraMetadata vendor tag handling.Ruben Brunk2014-05-021-12/+150
| | | | | Bug: 12134423 Change-Id: I1d1be6792b6a4c9f08e042a8b2c89146bde5665e
* camera2: Don't log vendor tag errors when camera HAL too oldIgor Murashkin2014-03-171-1/+1
| | | | Change-Id: Iac3d23284230c95c85ee404abbf9b22df1ae721c
* camera3: Pass vendor tags through binder.Ruben Brunk2014-03-131-0/+319
Bug: 12134423 - Adds a class for parceling vendor tag definitions. - Passes vendor tag definitions to clients of the camera service. - Switches over to new vendor tag mechanism when reading from HAL. Change-Id: Icef3fe9e67160767bdb8244ac49c85b68b497123