summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYimei Sun <yimei.sun@intel.com>2017-05-17 21:41:27 -0700
committerDaniel Cardenas <danielcar@google.com>2017-05-17 22:28:31 -0700
commitdac03594a5b0cfa89af4caa11b129a4a72e1b209 (patch)
tree0896aa4933761b7a8bd4bc68ebc947dfeccc0baf
parent0d7f90b1a3a560ae4846fec27ffc2afdc2e4165f (diff)
downloadfugu-dac03594a5b0cfa89af4caa11b129a4a72e1b209.tar.gz
Fugu-O Fix the GTS WV H265 related test case failures
Remove the declaration of hardware secure decoder support for H265 as the platform doesn't support this capability. Bug: 37795614 Test: netflix, play movies, youtube Change-Id: Iac74213bb4e7b883ba18b3e61ae132c8e412ef64 Tracked-On: IMINAN-51486, Bug 37795614 Signed-off-by: Yimei Sun <yimei.sun@intel.com> (cherry picked from commit 1456e505f0de698a989ec1ac8e67dee61cd3575d)
-rw-r--r--media_codecs.xml10
-rw-r--r--mfx_omxil_core.conf1
2 files changed, 0 insertions, 11 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index a636229..60d9fe6 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -158,16 +158,6 @@ Only the three quirks included above are recognized at this point:
<Feature name="adaptive-playback" />
<Limit name="concurrent-instances" max="5" />
</MediaCodec>
- <MediaCodec name="OMX.Intel.sw_vd.h265.secure_L3" type="video/hevc">
- <Limit name="size" min="16x16" max="1920x1088" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" range="1-244800" />
- <Limit name="bitrate" range="1-8000000" />
- <Feature name="adaptive-playback" />
- <Feature name="secure-playback" required="true" />
- <Limit name="concurrent-instances" max="5" />
- </MediaCodec>
<MediaCodec name="OMX.google.gsm.decoder" type="audio/gsm" />
<MediaCodec name="OMX.Intel.alac.decoder" type="audio/alac" />
diff --git a/mfx_omxil_core.conf b/mfx_omxil_core.conf
index 226a52c..3de3d7c 100644
--- a/mfx_omxil_core.conf
+++ b/mfx_omxil_core.conf
@@ -1,2 +1 @@
OMX.Intel.sw_vd.h265 : libmfx_omx_components_sw.so
-OMX.Intel.sw_vd.h265.secure_L3 : libmfx_omx_components_sw.so \ No newline at end of file