History log of /hardware/qcom/display/msm8084/libqdutils/qdMetaData.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
789f042d3c13202286dd213b43535bfd35e084d8 31-Jan-2017 Dan Albert <danalbert@google.com> Fix -Wmacro-redefined werror issues.

The libc++ defines this (wrapped in ifndef, like this should have
been), so including a libc++ header and then defining this results in
a werror failure. Define this in common.mk so we can be sure it does
get defined, but also that it gets defined early enough that anyone
defining this in source wrapped with ifndef doesn't get broken.

Test: mma # on angler
Bug: http://b/34740564
Change-Id: Id7d70a6ad5e530390eb8b37e5e618312d1d7e6dc
/hardware/qcom/display/msm8084/libqdutils/qdMetaData.cpp
01cbebaaabd86eb7674a6d4b6939b0899f7bce3f 05-Mar-2014 Naseer Ahmed <naseer@codeaurora.org> display: Remove VPU related code

Targets in which VPU interacts with display through HWC are no
longer supported.

Change-Id: I65a5348a375ad0c193a8659d0cdfb37c2db6f38e
(cherry picked from commit 330a2820c28355e805cbecd097c839914a6dc1b2)
/hardware/qcom/display/msm8084/libqdutils/qdMetaData.cpp
cf40ec929a1ddf18023dad9647e7be08638b659d 25-Feb-2014 Dileep Kumar Reddi <dkumarre@codeaurora.org> hqd : Use proper type casts

* Remove compilation errors
* Use proper type casts

Change-Id: I1d44c2a2362a1fdd4d6e412ea816d4078e8355c9
:
/hardware/qcom/display/msm8084/libqdutils/qdMetaData.cpp
730ee854b55ad086ef6e3bb380fd9e6cb403df39 29-Jan-2014 Shuzhen Wang <shuzhenw@codeaurora.org> display: Add color space metadata field

Add color space field in gralloc buffer metadata
for buffer producer to propogate color space
information to consumer.

This approach is more flexible in the sense
that gralloc doesn't need to depend on usage
flag to derive color space.

Change-Id: I89d5a85f84a6f36dca7c5fc754dc7eb19581169a
/hardware/qcom/display/msm8084/libqdutils/qdMetaData.cpp
0de84c911980050d32a6bb35836ce099acfc496d 22-Jan-2014 Arun Kumar K.R <akumarkr@codeaurora.org> qdutils/qservice: fix compilation warnings

- fix incorrect type casting.
- remove unused variables.

Change-Id: I4d21fe895b048a9dcb7c43297d44b041ba42d735
/hardware/qcom/display/msm8084/libqdutils/qdMetaData.cpp
ce303ed91045a06e91db1048cb4927cacd1a0719 07-Nov-2013 Ranjith Kagathi Ananda <ranjith@codeaurora.org> libqdutils: Add generic metadata structure for VFM

Defines generic metadata structure for VFM. An array of VFM metadata
structures is used to keep the libqdutils agnostic of the internal
details of VFM metadata.

Change-Id: I5513b5f88b0f18687c0f563f2fe25eb9481887bf
/hardware/qcom/display/msm8084/libqdutils/qdMetaData.cpp
0d530c8c754e9ccb1f122ee2818d9d1d47d7d4da 05-Jun-2013 Ramkumar Radhakrishnan <ramkumar@codeaurora.org> hwc: Add support to smooth streaming feature.

update the source video width and height set by the video decoder
for secure video smooth streaming usecase from metadata.

Change-Id: I73a3804d90557034604142481a232787dbc08f23
/hardware/qcom/display/msm8084/libqdutils/qdMetaData.cpp
81098aa46f24e802567b1a74f38c5781ff852463 30-Apr-2013 Naseer Ahmed <naseer@codeaurora.org> qdutils: Add field for presentation timestamp.

This timestamp can be set by clients who wish to defer
presentation. The behaviour is intended to be similar to the
native window presentation timestamp which is currently not
implemented.

Change-Id: Iabe12f81677093f4c30db2b09deaac7bf063f296
/hardware/qcom/display/msm8084/libqdutils/qdMetaData.cpp
5d50448ce691782fde0c26ec8247b3d5d6b2de82 23-Jan-2013 Saurabh Shah <saurshah@codeaurora.org> hwc: Add MetaData support in overlay path.

DONE:
1. HSIC(SPA) test.
2. IGC R/G/B channel test.
3. QSEED2 sharpening/smooth test verified through register value check.

Change-Id: Ia9472f489c013df22a3411eeaac3c8d1e6e22ac0
/hardware/qcom/display/msm8084/libqdutils/qdMetaData.cpp
591f83eb35f33cf108720d9bb30cb56933e1e724 07-Nov-2012 Ramkumar Radhakrishnan <ramkumar@codeaurora.org> display: Add display metadata in buffer handle

Allocate extra space for metadata in buffer handles
Provide api to map this space in client process and set the metadata

Change-Id: I8bca8448670d4aa88d439320faf402dae30458f8
/hardware/qcom/display/msm8084/libqdutils/qdMetaData.cpp