summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm-video-v4l2/vidc/venc/inc/video_encoder_device_v4l2.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/mm-video-v4l2/vidc/venc/inc/video_encoder_device_v4l2.h b/mm-video-v4l2/vidc/venc/inc/video_encoder_device_v4l2.h
index 843b0c8d..64d99f1e 100644
--- a/mm-video-v4l2/vidc/venc/inc/video_encoder_device_v4l2.h
+++ b/mm-video-v4l2/vidc/venc/inc/video_encoder_device_v4l2.h
@@ -34,7 +34,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "OMX_VideoExt.h"
#include "OMX_QCOMExtns.h"
#include "qc_omx_component.h"
-#include "VQZip.h"
#include "omx_video_common.h"
#include "omx_video_base.h"
#include "omx_video_encoder.h"
@@ -299,6 +298,20 @@ enum rc_modes {
| RC_CBR_VFR | RC_CBR_CFR)
};
+struct VQZipConfig {
+ uint32_t dummy;
+ void* pSEIPayload;
+ uint16_t nWidth;
+ uint16_t nHeight;
+};
+
+struct VQZipStats {
+ uint32_t nCount;
+ uint32_t stats[16];
+};
+
+typedef int32_t VQZipStatus;
+
class venc_dev
{
public: