Loading include/media/stagefright/MediaCodec.h +7 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,13 @@ struct MediaCodec : public AHandler { CB_OUTPUT_AVAILABLE = 2, CB_ERROR = 3, CB_OUTPUT_FORMAT_CHANGED = 4, CB_RESOURCE_RECLAIMED = 5, CB_CODEC_RELEASED = 5, }; // used by CB_CODEC_RELEASED to tell the upper layer the cause of the release. enum ReleaseReason { REASON_UNKNOWN = 0, REASON_RECLAIMED, // resources reclaimed by resource manager }; struct BatteryNotifier; Loading Loading
include/media/stagefright/MediaCodec.h +7 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,13 @@ struct MediaCodec : public AHandler { CB_OUTPUT_AVAILABLE = 2, CB_ERROR = 3, CB_OUTPUT_FORMAT_CHANGED = 4, CB_RESOURCE_RECLAIMED = 5, CB_CODEC_RELEASED = 5, }; // used by CB_CODEC_RELEASED to tell the upper layer the cause of the release. enum ReleaseReason { REASON_UNKNOWN = 0, REASON_RECLAIMED, // resources reclaimed by resource manager }; struct BatteryNotifier; Loading