aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderBase.h
diff options
context:
space:
mode:
authorZhao Liang <leo.zhao@intel.com>2013-01-16 17:09:01 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:49 -0700
commitdbb4b89361b47ddf1988c654c5cc8e07818dd5ec (patch)
tree9403652a6f2b98e074d0af169e2ce05a8a501e35 /videocodec/OMXVideoEncoderBase.h
parent7ac0b6c4ed773c7f43dfb35f098f6f989a52d6e2 (diff)
downloadandroid_hardware_intel_common_omx-components-dbb4b89361b47ddf1988c654c5cc8e07818dd5ec.tar.gz
android_hardware_intel_common_omx-components-dbb4b89361b47ddf1988c654c5cc8e07818dd5ec.tar.bz2
android_hardware_intel_common_omx-components-dbb4b89361b47ddf1988c654c5cc8e07818dd5ec.zip
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: Id1332a7a32f02c65a63b2af405a216194178902c Signed-off-by: Zhao Liang <leo.zhao@intel.com> Reviewed-on: http://android.intel.com:8080/87035 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 a9546ec..cf52290 100644
--- a/videocodec/OMXVideoEncoderBase.h
+++ b/videocodec/OMXVideoEncoderBase.h
@@ -107,8 +107,6 @@ private:
OUTPORT_BUFFER_SIZE = 1382400,
};
- OMX_U32 mPFrames;
-
public:
struct {
OMX_BUFFERHEADERTYPE* mHeader;