diff options
-rw-r--r-- | current.txt | 2 | ||||
-rw-r--r-- | media/omx/1.0/IGraphicBufferSource.hal | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/current.txt b/current.txt index 8a3649097f..aac6414f19 100644 --- a/current.txt +++ b/current.txt @@ -114,7 +114,7 @@ cc7925a78c0ab022515f48840d3dae76f384ed3a1287abadcb461a5cd5396163 android.hardwar d4ed2f0e14f9e914d0b1275d2e0363192fe30aca9059c84edb5fad15995f9ec4 android.hardware.light@2.0::ILight d9584bfcaedd6e62cf337881748246b23e36cbc2bc3aa84c01b6a1e622061400 android.hardware.light@2.0::types 16c0cf0f73de1e5208a95020c6c6474903e7094f76b2d782651afaca0e5fd86f android.hardware.media@1.0::types -f65c927479a4cde505326773681217cde4ebe9191b66d8b7a422e463bee24161 android.hardware.media.omx@1.0::IGraphicBufferSource +3f6801c6bb8a67c77c2c4fa71b6082cd3f84bb7a45d12365bf3749d56b726e02 android.hardware.media.omx@1.0::IGraphicBufferSource 0d3de9cd89d4718ea3b772f2d8b93be004feb3abb7e7dc5402e37047cc730d05 android.hardware.media.omx@1.0::IOmx 32002e1c358c64de106c977a6dc6af7da27be4803a5bb66fd6f891a5ba0a1617 android.hardware.media.omx@1.0::IOmxBufferSource 81ad8d8bb1cf6f41923cf11dd39354a8fe433db284a234cc675de7e75a82224c android.hardware.media.omx@1.0::IOmxNode diff --git a/media/omx/1.0/IGraphicBufferSource.hal b/media/omx/1.0/IGraphicBufferSource.hal index 62073adccc..49383c0c44 100644 --- a/media/omx/1.0/IGraphicBufferSource.hal +++ b/media/omx/1.0/IGraphicBufferSource.hal @@ -43,6 +43,8 @@ interface IGraphicBufferSource { setStopTimeUs(int64_t stopTimeUs) generates (Status status); + getStopTimeOffsetUs() generates (Status status, int64_t stopTimeOffsetUs); + setColorAspects(ColorAspects aspects) generates (Status status); setTimeOffsetUs(int64_t timeOffsetUs) generates (Status status); |