summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2015-05-05 17:53:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-05 17:53:24 +0000
commitebea5e7d0697c024c1ddf6001dcd33036e9bd95f (patch)
tree7ea222cc326292376cfac6331793a1186d7bdddb /media/libstagefright/include
parent48d41f651f4ef761a7477eac404e195a7fac0c8f (diff)
parentfafcc219184223ab584eac3b03ee807e2798207a (diff)
downloadframeworks_av-ebea5e7d0697c024c1ddf6001dcd33036e9bd95f.zip
frameworks_av-ebea5e7d0697c024c1ddf6001dcd33036e9bd95f.tar.gz
frameworks_av-ebea5e7d0697c024c1ddf6001dcd33036e9bd95f.tar.bz2
Merge "Stagefright: propagate InsufficientResources error" into mnc-dev
Diffstat (limited to 'media/libstagefright/include')
-rw-r--r--media/libstagefright/include/OMXNodeInstance.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/include/OMXNodeInstance.h b/media/libstagefright/include/OMXNodeInstance.h
index f31af7b..03c9a8a 100644
--- a/media/libstagefright/include/OMXNodeInstance.h
+++ b/media/libstagefright/include/OMXNodeInstance.h
@@ -29,6 +29,8 @@ class IOMXObserver;
struct OMXMaster;
class GraphicBufferSource;
+status_t StatusFromOMXError(OMX_ERRORTYPE err);
+
struct OMXNodeInstance {
OMXNodeInstance(
OMX *owner, const sp<IOMXObserver> &observer, const char *name);