aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderBase.h
diff options
context:
space:
mode:
authorZhao Liang <leo.zhao@intel.com>2012-09-24 16:08:15 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:49 -0700
commit0d275ff362298b443c828f09f593bfb674112bbd (patch)
treef966f44e9ea31fe014b6dfbcfefd1897eae534b9 /videocodec/OMXVideoEncoderBase.h
parentab82a0fd294f033d336bc53cdffe8d1708d947cc (diff)
downloadandroid_hardware_intel_common_omx-components-0d275ff362298b443c828f09f593bfb674112bbd.tar.gz
android_hardware_intel_common_omx-components-0d275ff362298b443c828f09f593bfb674112bbd.tar.bz2
android_hardware_intel_common_omx-components-0d275ff362298b443c828f09f593bfb674112bbd.zip
MRFLD highprofile encoding support
BZ: 76824 enable HiP Video Encode support in omx-componment 1) infrastructure 2) Cache implementation / operation 3) EOS/EOE processing 4) Adapt with new encode/getOutput model 5) Frame status analysis / set according to parameters like Profile/B frame etc 6) Use pPlatformPrivate to store NSTOP info 7) add the unsupport setting return info Change-Id: I8cc469dd7ea37b1c9989a55adec3b1834c4aa905 Signed-off-by: Zhao Liang <leo.zhao@intel.com> Reviewed-on: http://android.intel.com:8080/67485 Reviewed-by: Yuan, Shengquan <shengquan.yuan@intel.com> Reviewed-by: Shi, PingX <pingx.shi@intel.com> Tested-by: Shi, PingX <pingx.shi@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com>
Diffstat (limited to 'videocodec/OMXVideoEncoderBase.h')
-rw-r--r--videocodec/OMXVideoEncoderBase.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/videocodec/OMXVideoEncoderBase.h b/videocodec/OMXVideoEncoderBase.h
index bb8cb1e..45bce8f 100644
--- a/videocodec/OMXVideoEncoderBase.h
+++ b/videocodec/OMXVideoEncoderBase.h
@@ -103,8 +103,6 @@ private:
OUTPORT_BUFFER_SIZE = 1382400,
};
- OMX_U32 mPFrames;
-
public:
struct {
OMX_BUFFERHEADERTYPE* mHeader;