summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/OMXNodeInstance.cpp
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2015-05-27 14:18:26 -0700
committerAndy Hung <hunga@google.com>2015-05-27 15:45:53 -0700
commit9113c1e619fd78fe53b548180fdc02300d33303d (patch)
treed487e1f3bdbfc865125b244873921c4ab294e7de /media/libstagefright/omx/OMXNodeInstance.cpp
parent0a62c1948cede8f99eaed1ba55f4880380a4f3ee (diff)
downloadframeworks_av-9113c1e619fd78fe53b548180fdc02300d33303d.zip
frameworks_av-9113c1e619fd78fe53b548180fdc02300d33303d.tar.gz
frameworks_av-9113c1e619fd78fe53b548180fdc02300d33303d.tar.bz2
IOMX: Clear buffer id for arm32
Initial counter needs to be cleared for ease of debugging. Bug: 20634516 Change-Id: I4131d759b9cc296bbecf25a53433d42b22ef228f
Diffstat (limited to 'media/libstagefright/omx/OMXNodeInstance.cpp')
-rw-r--r--media/libstagefright/omx/OMXNodeInstance.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/media/libstagefright/omx/OMXNodeInstance.cpp b/media/libstagefright/omx/OMXNodeInstance.cpp
index 753eb28..3dc1f7f 100644
--- a/media/libstagefright/omx/OMXNodeInstance.cpp
+++ b/media/libstagefright/omx/OMXNodeInstance.cpp
@@ -169,10 +169,8 @@ OMXNodeInstance::OMXNodeInstance(
mNodeID(0),
mHandle(NULL),
mObserver(observer),
- mDying(false)
-#ifdef __LP64__
- , mBufferIDCount(0)
-#endif
+ mDying(false),
+ mBufferIDCount(0)
{
mName = ADebug::GetDebugName(name);
DEBUG = ADebug::GetDebugLevelFromProperty(name, "debug.stagefright.omx-debug");