aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderVP8.cpp
diff options
context:
space:
mode:
authorLiu Bolun <bolun.liu@intel.com>2013-12-02 16:56:09 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:56 -0700
commit6333d6c9db604ad320f2c1d4baa7a51eb4883a78 (patch)
tree28d00f50127b7a48c27c38863fa83d59f6209c9a /videocodec/OMXVideoEncoderVP8.cpp
parenta0f95d79fa654a816532eea0ee8868e56049847c (diff)
downloadandroid_hardware_intel_common_omx-components-6333d6c9db604ad320f2c1d4baa7a51eb4883a78.tar.gz
android_hardware_intel_common_omx-components-6333d6c9db604ad320f2c1d4baa7a51eb4883a78.tar.bz2
android_hardware_intel_common_omx-components-6333d6c9db604ad320f2c1d4baa7a51eb4883a78.zip
Support VP8 HW encode on KitKat.
BZ: 155742 Due to update to KK, Google had separated VP8 and VP9 encode. The role name "video_encoder.vpx" had been dropped. Change it to "video_encoder.vp8". Change-Id: If62302f610333bb980684e3de9e8c3272867c01c Signed-off-by: Liu Bolun <bolun.liu@intel.com> Signed-off-by: pingshix <pingx.shi@intel.com>
Diffstat (limited to 'videocodec/OMXVideoEncoderVP8.cpp')
-rw-r--r--videocodec/OMXVideoEncoderVP8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoEncoderVP8.cpp b/videocodec/OMXVideoEncoderVP8.cpp
index c5630f9..4f82d03 100644
--- a/videocodec/OMXVideoEncoderVP8.cpp
+++ b/videocodec/OMXVideoEncoderVP8.cpp
@@ -283,4 +283,4 @@ OMX_ERRORTYPE OMXVideoEncoderVP8::SetConfigVp8ForceKFrame(OMX_PTR pStructure) {
-DECLARE_OMX_COMPONENT("OMX.Intel.VideoEncoder.VP8", "video_encoder.vpx", OMXVideoEncoderVP8);
+DECLARE_OMX_COMPONENT("OMX.Intel.VideoEncoder.VP8", "video_encoder.vp8", OMXVideoEncoderVP8);