diff options
| author | xiao <fengx.xiao@intel.com> | 2011-12-19 12:13:08 +0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:45 -0700 |
| commit | b2257cdcf3ffd7a4a7dedbe4842185689bcf7fb7 (patch) | |
| tree | b1e9089d44e0460e870bccd1c3c84e56149f7f9c /videocodec/OMXVideoDecoderH263.h | |
| parent | 2bfa6ad0118934357b8eb42c85c5b8d075e0bf23 (diff) | |
| download | android_hardware_intel_common_omx-components-b2257cdcf3ffd7a4a7dedbe4842185689bcf7fb7.tar.gz android_hardware_intel_common_omx-components-b2257cdcf3ffd7a4a7dedbe4842185689bcf7fb7.tar.bz2 android_hardware_intel_common_omx-components-b2257cdcf3ffd7a4a7dedbe4842185689bcf7fb7.zip | |
Enable native buffer mode in omx components,
clean buffer id mode code
BZ: 18370
Signed-off-by: xiao <fengx.xiao@intel.com>
Change-Id: I001542351b44ad0c3bb21df53717b259edbad830
Reviewed-on: http://android.intel.com:8080/27893
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/videocodec/OMXVideoDecoderH263.h b/videocodec/OMXVideoDecoderH263.h index cfedb78..2cf80af 100644 --- a/videocodec/OMXVideoDecoderH263.h +++ b/videocodec/OMXVideoDecoderH263.h @@ -31,7 +31,7 @@ protected: virtual OMX_ERRORTYPE ProcessorInit(void); virtual OMX_ERRORTYPE ProcessorDeinit(void); virtual OMX_ERRORTYPE ProcessorProcess( - OMX_BUFFERHEADERTYPE **buffers, + OMX_BUFFERHEADERTYPE ***pBuffers, buffer_retain_t *retains, OMX_U32 numberBuffers); @@ -40,6 +40,7 @@ protected: virtual OMX_ERRORTYPE BuildHandlerList(void); DECLARE_HANDLER(OMXVideoDecoderH263, ParamVideoH263); + DECLARE_HANDLER(OMXVideoDecoderH263,NativeBufferMode); private: enum { |
