summaryrefslogtreecommitdiff
path: root/mm-video-legacy/vidc/venc/src/video_encoder_device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mm-video-legacy/vidc/venc/src/video_encoder_device.cpp')
-rw-r--r--mm-video-legacy/vidc/venc/src/video_encoder_device.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/mm-video-legacy/vidc/venc/src/video_encoder_device.cpp b/mm-video-legacy/vidc/venc/src/video_encoder_device.cpp
index aed5b18..4992780 100644
--- a/mm-video-legacy/vidc/venc/src/video_encoder_device.cpp
+++ b/mm-video-legacy/vidc/venc/src/video_encoder_device.cpp
@@ -335,10 +335,10 @@ void venc_dev::venc_close()
#endif
}
-bool venc_dev::venc_set_buf_req(unsigned long *min_buff_count,
- unsigned long *actual_buff_count,
- unsigned long *buff_size,
- unsigned long port)
+bool venc_dev::venc_set_buf_req(OMX_U32 *min_buff_count,
+ OMX_U32 *actual_buff_count,
+ OMX_U32 *buff_size,
+ OMX_U32 port)
{
struct venc_ioctl_msg ioctl_msg = {NULL,NULL};
unsigned long temp_count = 0;
@@ -501,10 +501,10 @@ bool venc_dev::venc_get_seq_hdr(void *buffer,
return true;
}
-bool venc_dev::venc_get_buf_req(unsigned long *min_buff_count,
- unsigned long *actual_buff_count,
- unsigned long *buff_size,
- unsigned long port)
+bool venc_dev::venc_get_buf_req(OMX_U32 *min_buff_count,
+ OMX_U32 *actual_buff_count,
+ OMX_U32 *buff_size,
+ OMX_U32 port)
{
struct venc_ioctl_msg ioctl_msg = {NULL,NULL};