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

Commit 3b8798ae authored by Ronghua Wu's avatar Ronghua Wu
Browse files

stagefright: add new MediaCodec callback CB_RESOURCE_RECLAIMED.

Bug: 19620911
Change-Id: I8db19cdbb1b93a7a6401e158f91285e7c395b719
parent 8952c68e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ struct MediaCodec : public AHandler {
        CB_OUTPUT_AVAILABLE = 2,
        CB_ERROR = 3,
        CB_OUTPUT_FORMAT_CHANGED = 4,
        CB_RESOURCE_RECLAIMED = 5,
    };

    struct BatteryNotifier;