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

Commit b6026e0b authored by Robert Shih's avatar Robert Shih
Browse files

NdkMediaCodec: expose surface APIs in manifest

Bug: 32746065
Change-Id: Ie2c9ce33c839f38fffb1d96f92a773b1c3357249
parent 9470b9e3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -69,6 +69,11 @@ LIBMEDIANDK {
    AMediaCodec_releaseOutputBuffer;
    AMediaCodec_releaseOutputBufferAtTime;
    AMediaCodec_setOutputSurface; # introduced=24
    AMediaCodec_setParameters; # introduced=26
    AMediaCodec_setInputSurface; # introduced=26
    AMediaCodec_createInputSurface; # introduced=26
    AMediaCodec_signalEndOfInputStream; # introduced=26
    AMediaCodec_createPersistentInputSurface; # introduced=26
    AMediaCodec_start;
    AMediaCodec_stop;
    AMediaCrypto_delete;