diff options
| author | Shuduo Sang <shuduo.sang@intel.com> | 2011-09-13 17:41:41 +0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:44 -0700 |
| commit | 19b2ab9f325bdbf3afe530e943fa5a0c0020b308 (patch) | |
| tree | d831e71b57586df696aa0d6d13763b7a6b6a9008 /videocodec/vabuffer.h | |
| parent | 5a87cdf2139ee15c61aaae2988bbea3ae49e6235 (diff) | |
| download | android_hardware_intel_common_omx-components-19b2ab9f325bdbf3afe530e943fa5a0c0020b308.tar.gz android_hardware_intel_common_omx-components-19b2ab9f325bdbf3afe530e943fa5a0c0020b308.tar.bz2 android_hardware_intel_common_omx-components-19b2ab9f325bdbf3afe530e943fa5a0c0020b308.zip | |
[PORT FROM R1][omx-components] New OMX IL wrapper based on new encoder library
BZ: 5809
New OMX IL wrapper based on new encoder library
Change-Id: Idd5c9d30eca102d9516504f8be52bbbb8e664ddb
Orig-Change-Id: I7edf2ff47fb27ad0a63586328b765110ef32ddba
Signed-off-by: Weian Chen <weian.chen@intel.com>
Reviewed-on: http://android.intel.com:8080/18324
Tested-by: Sang, Shuduo <shuduo.sang@intel.com>
Reviewed-by: Monnier, OlivierX <olivierx.monnier@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'videocodec/vabuffer.h')
| -rw-r--r-- | videocodec/vabuffer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/videocodec/vabuffer.h b/videocodec/vabuffer.h index 3bfa624..f3fab72 100644 --- a/videocodec/vabuffer.h +++ b/videocodec/vabuffer.h @@ -17,8 +17,7 @@ #ifndef __VA_BUFFER_H__ #define __VA_BUFFER_H__ -struct VABuffer -{ +struct VABuffer { VASurfaceID surface; VADisplay display; unsigned int frame_structure; |
