aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/securevideo
diff options
context:
space:
mode:
authorwfeng6 <wei.feng@intel.com>2013-08-27 21:46:22 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:53 -0700
commit8c4bb7dbbac3a51066f93200148fc02c7a61992e (patch)
treeae124a399f533d30bfbbf810c7da2b84b26a354d /videocodec/securevideo
parent05d1ae7d3ce5072d9b5e788504e23fea525edc50 (diff)
downloadandroid_hardware_intel_common_omx-components-8c4bb7dbbac3a51066f93200148fc02c7a61992e.tar.gz
android_hardware_intel_common_omx-components-8c4bb7dbbac3a51066f93200148fc02c7a61992e.tar.bz2
android_hardware_intel_common_omx-components-8c4bb7dbbac3a51066f93200148fc02c7a61992e.zip
[PORT FROM R42B-STABLE] Change the omx plugin name for protected video on BYT
BZ: 135095 Change the omx plugin name to "OMX.Intel.hw_vd.h264.secure" for protected video on BYT. Change-Id: I3d4cda888442cf8a649ef172dba48dc4b82d4a35 Signed-off-by: wfeng6 <wei.feng@intel.com> Reviewed-on: http://android.intel.com:8080/127882 Reviewed-by: Poornachandran, Rajesh <rajesh.poornachandran@intel.com> Tested-by: Post, DavidX J <davidx.j.post@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com> Reviewed-on: http://android.intel.com:8080/132667 Reviewed-by: Sun, Hang L <hang.l.sun@intel.com> Tested-by: Sun, Hang L <hang.l.sun@intel.com>
Diffstat (limited to 'videocodec/securevideo')
-rw-r--r--videocodec/securevideo/baytrail/OMXVideoDecoderAVCSecure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/securevideo/baytrail/OMXVideoDecoderAVCSecure.cpp b/videocodec/securevideo/baytrail/OMXVideoDecoderAVCSecure.cpp
index e370f70..62ad395 100644
--- a/videocodec/securevideo/baytrail/OMXVideoDecoderAVCSecure.cpp
+++ b/videocodec/securevideo/baytrail/OMXVideoDecoderAVCSecure.cpp
@@ -682,4 +682,4 @@ OMX_ERRORTYPE OMXVideoDecoderAVCSecure::ConstructFrameInfo(
return OMX_ErrorNone;
}
-DECLARE_OMX_COMPONENT("OMX.Intel.VideoDecoder.AVC.secure", "video_decoder.avc", OMXVideoDecoderAVCSecure);
+DECLARE_OMX_COMPONENT("OMX.Intel.hw_vd.h264.secure", "video_decoder.avc", OMXVideoDecoderAVCSecure);