aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderBase.h
diff options
context:
space:
mode:
authorYanli <yanli@yanli-HP-Compaq-8100-Elite-SFF-PC.(none)>2012-10-08 17:19:02 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:49 -0700
commitcae415b84125ffc14bfdb121394a60b74d506f48 (patch)
tree0ad681c0a656bef3f4d554867ad493a22c4bede8 /videocodec/OMXVideoEncoderBase.h
parenteb4e0f24d9e07fc733cf93cc883ecb9ab830b896 (diff)
downloadandroid_hardware_intel_common_omx-components-cae415b84125ffc14bfdb121394a60b74d506f48.tar.gz
android_hardware_intel_common_omx-components-cae415b84125ffc14bfdb121394a60b74d506f48.tar.bz2
android_hardware_intel_common_omx-components-cae415b84125ffc14bfdb121394a60b74d506f48.zip
omx-components: fix CTS MediaCodecListTest failure issue
BZ: 54024 Implement interface for GetParam with OMX_IndexParamVideoProfileLevelQuerySupported correctly for openmax encode component. Change-Id: If53ca95e57b950e50b29c6efbc431d85b0839210 Signed-off-by: Zhang Yanli <yanli.l.zhang@intel.com> Reviewed-on: http://android.intel.com:8080/69235 Reviewed-by: Shi, PingX <pingx.shi@intel.com> Tested-by: Shi, PingX <pingx.shi@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'videocodec/OMXVideoEncoderBase.h')
-rw-r--r--videocodec/OMXVideoEncoderBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoEncoderBase.h b/videocodec/OMXVideoEncoderBase.h
index 95c8216..ee36f47 100644
--- a/videocodec/OMXVideoEncoderBase.h
+++ b/videocodec/OMXVideoEncoderBase.h
@@ -65,7 +65,7 @@ protected:
DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoFramerate);
DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoIntraVOPRefresh);
DECLARE_HANDLER(OMXVideoEncoderBase, ParamIntelAdaptiveSliceControl);
- DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoProfileLevelQuerySupported);
+ //DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoProfileLevelQuerySupported);
DECLARE_HANDLER(OMXVideoEncoderBase, StoreMetaDataInBuffers);
protected: