Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ad0d00d authored by Hangyu Kuang's avatar Hangyu Kuang Committed by Pawin Vongmasa
Browse files

media: Update IGraphicBufferSource interface for the timestamp support.

Test: Manual recording
Bug: 32765698

	modified:   1.0/IGraphicBufferSource.hal

Change-Id: I87935c67d161a1812629af3e0a9185bc025ce472
parent adbf844a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ interface IGraphicBufferSource {

    configure(IOmxNode omxNode, Dataspace dataspace);

    setSuspend(bool suspend);
    setSuspend(bool suspend, int64_t timeUs);

    setRepeatPreviousFrameDelayUs(int64_t repeatAfterUs);

@@ -41,6 +41,8 @@ interface IGraphicBufferSource {

    setStartTimeUs(int64_t startTimeUs);

    setStopTimeUs(int64_t stopTimeUs);

    setColorAspects(ColorAspects aspects);

    setTimeOffsetUs(int64_t timeOffsetUs);