diff options
| author | liubolun <bolun.liu@intel.com> | 2013-08-22 11:55:19 +0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:53 -0700 |
| commit | eea64ed955cb6adce10ac3c407eeeae3490daf85 (patch) | |
| tree | 8173357aea4796e00484510d8622f7895125844b /videocodec/OMXVideoEncoderVP8.cpp | |
| parent | 2bc7cf7c3d79d9904e22ab0b089843c93600bb0d (diff) | |
| download | android_hardware_intel_common_omx-components-eea64ed955cb6adce10ac3c407eeeae3490daf85.tar.gz android_hardware_intel_common_omx-components-eea64ed955cb6adce10ac3c407eeeae3490daf85.tar.bz2 android_hardware_intel_common_omx-components-eea64ed955cb6adce10ac3c407eeeae3490daf85.zip | |
Change the role name of VP8 HW encoder.
BZ: 132579
Change the role name of VP8 HW encoder from "video_encoder.vp8" to
"video_encoder.vpx".
Change-Id: I2bc0e60cb4e5a95d0ef6bf43f5d94b63f17f3bec
Reviewed-on: http://android.intel.com:8080/126971
Reviewed-by: Yuan, Shengquan <shengquan.yuan@intel.com>
Reviewed-by: Zhao, Leo <leo.zhao@intel.com>
Reviewed-by: Liu, Bolun <bolun.liu@intel.com>
Reviewed-by: Shi, PingX <pingx.shi@intel.com>
Tested-by: Shi, PingX <pingx.shi@intel.com>
Reviewed-by: cactus <cactus@intel.com>
Tested-by: cactus <cactus@intel.com>
Diffstat (limited to 'videocodec/OMXVideoEncoderVP8.cpp')
| -rw-r--r-- | videocodec/OMXVideoEncoderVP8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoEncoderVP8.cpp b/videocodec/OMXVideoEncoderVP8.cpp index 81f416f..84eb632 100644 --- a/videocodec/OMXVideoEncoderVP8.cpp +++ b/videocodec/OMXVideoEncoderVP8.cpp @@ -230,4 +230,4 @@ OMX_ERRORTYPE OMXVideoEncoderVP8::SetConfigVideoVp8ReferenceFrame(OMX_PTR pStruc return OMX_ErrorNone; } -DECLARE_OMX_COMPONENT("OMX.Intel.VideoEncoder.VP8", "video_encoder.vp8", OMXVideoEncoderVP8); +DECLARE_OMX_COMPONENT("OMX.Intel.VideoEncoder.VP8", "video_encoder.vpx", OMXVideoEncoderVP8); |
