diff options
| author | Guoliang Ji <guoliang.ji@intel.com> | 2012-07-23 16:48:45 +0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:47 -0700 |
| commit | 4ce57b82fa719f2aa9247c7f4a44853715a29987 (patch) | |
| tree | 00353493feb4f2fffec749c076b092c7b9c98b42 /videocodec/Android.mk | |
| parent | 7951f06f8e3b6a91d385508b6f24720bc382df96 (diff) | |
| download | android_hardware_intel_common_omx-components-4ce57b82fa719f2aa9247c7f4a44853715a29987.tar.gz android_hardware_intel_common_omx-components-4ce57b82fa719f2aa9247c7f4a44853715a29987.tar.bz2 android_hardware_intel_common_omx-components-4ce57b82fa719f2aa9247c7f4a44853715a29987.zip | |
Video omx-component: video enhancement implementation
BZ: 48107
Delete the share buffer mechanism, add the meta data mode modification.
Change-Id: Icdc0ae1d8e3c0e012966631055591553362e5542
Signed-off-by: Guoliang Ji <guoliang.ji@intel.com>
Signed-off-by: Zhao Liang <leo.zhao@intel.com>
Reviewed-on: http://android.intel.com:8080/58200
Reviewed-by: Ding, Haitao <haitao.ding@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: Ding, Haitao <haitao.ding@intel.com>
Diffstat (limited to 'videocodec/Android.mk')
| -rw-r--r-- | videocodec/Android.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/videocodec/Android.mk b/videocodec/Android.mk index 13e0409..1517c98 100644 --- a/videocodec/Android.mk +++ b/videocodec/Android.mk @@ -137,7 +137,7 @@ LOCAL_SHARED_LIBRARIES := \ libva-android \ libva-tpi \ libutils \ - libsharedbuffer + libintelmetadatabuffer LOCAL_C_INCLUDES := \ $(TARGET_OUT_HEADERS)/wrs_omxil_core \ @@ -171,7 +171,7 @@ LOCAL_SHARED_LIBRARIES := \ libva-android \ libva-tpi \ libutils \ - libsharedbuffer + libintelmetadatabuffer LOCAL_C_INCLUDES := \ $(TARGET_OUT_HEADERS)/wrs_omxil_core \ @@ -204,7 +204,7 @@ LOCAL_SHARED_LIBRARIES := \ libva-android \ libva-tpi \ libutils \ - libsharedbuffer + libintelmetadatabuffer LOCAL_C_INCLUDES := \ $(TARGET_OUT_HEADERS)/wrs_omxil_core \ |
