summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2015-06-19 17:40:28 -0700
committerLajos Molnar <lajos@google.com>2015-06-19 18:08:18 -0700
commite421a32aa696cd8abbf8fdc97cc8f37dbf372cac (patch)
tree2f0b96e90c447fcc480455e5733d2510b6c3078f /include
parentecf7bdb0c5a9914564f8a8c91ffc4bd24ebfb0ac (diff)
downloadframeworks_av-e421a32aa696cd8abbf8fdc97cc8f37dbf372cac.zip
frameworks_av-e421a32aa696cd8abbf8fdc97cc8f37dbf372cac.tar.gz
frameworks_av-e421a32aa696cd8abbf8fdc97cc8f37dbf372cac.tar.bz2
stagefright: allow state change while handling OMX message list
Bug: 21724210 Bug: 21925253 Change-Id: Id1c055ce611d4632ae13fbc69d79b65caf657a2a
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/ACodec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index f9ea38e..a4b24d7 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -110,6 +110,9 @@ private:
enum {
kWhatSetup = 'setu',
kWhatOMXMessage = 'omx ',
+ // same as kWhatOMXMessage - but only used with
+ // handleMessage during OMX message-list handling
+ kWhatOMXMessageItem = 'omxI',
kWhatOMXMessageList = 'omxL',
kWhatInputBufferFilled = 'inpF',
kWhatOutputBufferDrained = 'outD',