aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderBase.h
diff options
context:
space:
mode:
authorWeian Chen <weian.chen@intel.com>2014-03-27 09:15:31 -0700
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:58 -0700
commitd55c1c043b911ce8b4cdd87915e8910335d023a8 (patch)
tree06dffc449670dd911072a5407a0cb6cbab2b4353 /videocodec/OMXVideoEncoderBase.h
parent3ee0cc149c46154d3a5318d1c6cbe861d65c389d (diff)
downloadandroid_hardware_intel_common_omx-components-d55c1c043b911ce8b4cdd87915e8910335d023a8.tar.gz
android_hardware_intel_common_omx-components-d55c1c043b911ce8b4cdd87915e8910335d023a8.tar.bz2
android_hardware_intel_common_omx-components-d55c1c043b911ce8b4cdd87915e8910335d023a8.zip
omx-component: add one more index OMX_IndexExtRequestBlackFramePointer
BZ: 182643 Add one more index to allow OMX client to request black frame pointer Change-Id: I0768a3550696a9d989e302295315bc180b4f0333 Signed-off-by: Weian Chen <weian.chen@intel.com>
Diffstat (limited to 'videocodec/OMXVideoEncoderBase.h')
-rw-r--r--videocodec/OMXVideoEncoderBase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/videocodec/OMXVideoEncoderBase.h b/videocodec/OMXVideoEncoderBase.h
index ce22fef..251a30b 100644
--- a/videocodec/OMXVideoEncoderBase.h
+++ b/videocodec/OMXVideoEncoderBase.h
@@ -71,6 +71,7 @@ protected:
DECLARE_HANDLER(OMXVideoEncoderBase, SyncEncoding);
DECLARE_HANDLER(OMXVideoEncoderBase, PrependSPSPPS);
DECLARE_HANDLER(OMXVideoEncoderBase, TemporalLayerNumber);
+ DECLARE_HANDLER(OMXVideoEncoderBase, BlackFramePointer);
protected:
virtual OMX_ERRORTYPE SetVideoEncoderParam();
@@ -95,6 +96,7 @@ protected:
OMX_BOOL mStoreMetaDataInBuffers;
OMX_BOOL mSyncEncoding;
int32_t mOmxLogLevel;
+ OMX_PTR mBlackFramePointer;
private: