summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2011-05-01 11:33:26 -0700
committerIliyan Malchev <malchev@google.com>2011-05-03 16:40:14 -0700
commit8ce2364512f7c32c824f5ec5719688830ba72427 (patch)
treee9a4d9af9512132c16ae5fdbd888c8f1ceac50a5 /include
parent8951a97b1f8462c37e740ea5082eea0445d2c501 (diff)
downloadframeworks_av-8ce2364512f7c32c824f5ec5719688830ba72427.zip
frameworks_av-8ce2364512f7c32c824f5ec5719688830ba72427.tar.gz
frameworks_av-8ce2364512f7c32c824f5ec5719688830ba72427.tar.bz2
frameworks/base: android_native_buffer_t -> ANativeWindowBuffer
Change-Id: Idc2eabaa805bb6d308ebb315872623f28d428417 Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/HardwareAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/HardwareAPI.h b/include/media/stagefright/HardwareAPI.h
index d1ecaaf..946a0aa 100644
--- a/include/media/stagefright/HardwareAPI.h
+++ b/include/media/stagefright/HardwareAPI.h
@@ -84,7 +84,7 @@ struct UseAndroidNativeBufferParams {
OMX_U32 nPortIndex;
OMX_PTR pAppPrivate;
OMX_BUFFERHEADERTYPE **bufferHeader;
- const sp<android_native_buffer_t>& nativeBuffer;
+ const sp<ANativeWindowBuffer>& nativeBuffer;
};
// A pointer to this struct is passed to OMX_GetParameter when the extension