diff options
author | Rachad <rachad@google.com> | 2014-07-29 17:53:53 -0700 |
---|---|---|
committer | Rachad Alao <rachad@google.com> | 2014-08-04 21:57:22 +0000 |
commit | 7cb0d39016ff8061fe9fc2967870c145a6ffa2ac (patch) | |
tree | 6407f61644a68ed8e7df89d975621f79f748de5c /include/gui | |
parent | 812e039aeb42c1a3c8bb8246c114f54115a335da (diff) | |
download | frameworks_native-7cb0d39016ff8061fe9fc2967870c145a6ffa2ac.zip frameworks_native-7cb0d39016ff8061fe9fc2967870c145a6ffa2ac.tar.gz frameworks_native-7cb0d39016ff8061fe9fc2967870c145a6ffa2ac.tar.bz2 |
Tunneled Video Playback support
Added native_window_set_sideband_stream() method to Surface.[h|cpp]
Added ConfigureVideoTunnelModeParams OMX configuration structure to
HardwareAPI.h
Bug: 16132368
Change-Id: I28fa1b9dbe858d93e353e0991098cad45c626bd9
Diffstat (limited to 'include/gui')
-rw-r--r-- | include/gui/Surface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/Surface.h b/include/gui/Surface.h index 35ab7f6..f2cf018 100644 --- a/include/gui/Surface.h +++ b/include/gui/Surface.h @@ -145,6 +145,7 @@ private: int dispatchSetUsage(va_list args); int dispatchLock(va_list args); int dispatchUnlockAndPost(va_list args); + int dispatchSetSidebandStream(va_list args); protected: virtual int dequeueBuffer(ANativeWindowBuffer** buffer, int* fenceFd); |