diff options
| author | wfeng6 <wei.feng@intel.com> | 2012-02-03 20:03:55 +0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:45 -0700 |
| commit | 6bc8d027bb46c0638d26b3f755350b84f6325de3 (patch) | |
| tree | aedecdc48206518c3076d5e0828140bb77a9f48e /videocodec/OMXVideoDecoderH263.h | |
| parent | 09780b7386587d6116b9bdf7e627f3c5037a9008 (diff) | |
| download | android_hardware_intel_common_omx-components-6bc8d027bb46c0638d26b3f755350b84f6325de3.tar.gz android_hardware_intel_common_omx-components-6bc8d027bb46c0638d26b3f755350b84f6325de3.tar.bz2 android_hardware_intel_common_omx-components-6bc8d027bb46c0638d26b3f755350b84f6325de3.zip | |
Video editor enabling (Part 4)
BZ: 21677 22177
Add handlers to query the video decoder and encoder profiles and levels to support video editor.
Change-Id: I39a7482cdd4327ed75464e14604399b999199119
Signed-off-by: wfeng6 <wei.feng@intel.com>
Reviewed-on: http://android.intel.com:8080/33365
Reviewed-by: Ding, Haitao <haitao.ding@intel.com>
Tested-by: Ding, Haitao <haitao.ding@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'videocodec/OMXVideoDecoderH263.h')
| -rw-r--r-- | videocodec/OMXVideoDecoderH263.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/videocodec/OMXVideoDecoderH263.h b/videocodec/OMXVideoDecoderH263.h index 2cf80af..8b27d36 100644 --- a/videocodec/OMXVideoDecoderH263.h +++ b/videocodec/OMXVideoDecoderH263.h @@ -41,6 +41,7 @@ protected: virtual OMX_ERRORTYPE BuildHandlerList(void); DECLARE_HANDLER(OMXVideoDecoderH263, ParamVideoH263); DECLARE_HANDLER(OMXVideoDecoderH263,NativeBufferMode); + DECLARE_HANDLER(OMXVideoDecoderH263, ParamVideoH263ProfileLevel); private: enum { |
