mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
media: Add getStopTimeOffsetUs in GraphicBufferSource.
Test: Compiles Bug: 35925528 Change-Id: Ie469e42c986211540880f04a5e47efc090817ba8
This commit is contained in:
committed by
Pawin Vongmasa
parent
de173893c8
commit
171bbf5ecb
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user