Home
last modified time | relevance | path

Searched refs:venc_ion (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Domx_video_common.h74 struct venc_ion struct
Domx_video_base.h337 struct venc_ion *m_pInput_ion;
338 struct venc_ion *m_pOutput_ion;
596 void free_ion_memory(struct venc_ion *buf_ion_info);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h95 struct venc_ion { struct
Domx_video_base.h365 struct venc_ion *m_pInput_ion;
366 struct venc_ion *m_pOutput_ion;
561 void free_ion_memory(struct venc_ion *buf_ion_info);
Dvideo_encoder_device_v4l2.h245 struct venc_ion ion;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h101 struct venc_ion { struct
Domx_video_base.h387 struct venc_ion *m_pInput_ion;
388 struct venc_ion *m_pOutput_ion;
596 void free_ion_memory(struct venc_ion *buf_ion_info);
Dvideo_encoder_device_v4l2.h291 struct venc_ion ion;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h102 struct venc_ion { struct
Domx_video_base.h375 struct venc_ion *m_pInput_ion;
376 struct venc_ion *m_pOutput_ion;
585 void free_ion_memory(struct venc_ion *buf_ion_info);
Dvideo_encoder_device_v4l2.h282 struct venc_ion mIon;
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h116 struct venc_ion { struct
Domx_video_base.h420 struct venc_ion *m_pInput_ion;
421 struct venc_ion *m_pOutput_ion;
651 bool alloc_map_ion_memory(int size, venc_ion *ion_info,
653 void free_ion_memory(struct venc_ion *buf_ion_info);
Dvideo_encoder_device_v4l2.h269 struct venc_ion ion;
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h119 struct venc_ion { struct
Domx_video_base.h413 struct venc_ion *m_pInput_ion;
414 struct venc_ion *m_pOutput_ion;
648 bool alloc_map_ion_memory(int size, venc_ion *ion_info,
650 void free_ion_memory(struct venc_ion *buf_ion_info);
Dvideo_encoder_device_v4l2.h264 struct venc_ion ion[VIDEO_MAX_FRAME];
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp2090 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in use_input_buffer()
2275 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in use_output_buffer()
2716 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in allocate_input_buffer()
2854 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in allocate_output_buffer()
4305 struct venc_ion buf_ion_info; in alloc_map_ion_memory()
4354 void omx_video::free_ion_memory(struct venc_ion *buf_ion_info) in free_ion_memory()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2219 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in use_input_buffer()
2401 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in use_output_buffer()
2827 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in allocate_input_buffer()
2977 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in allocate_output_buffer()
4394 struct venc_ion buf_ion_info; in alloc_map_ion_memory()
4453 void omx_video::free_ion_memory(struct venc_ion *buf_ion_info) in free_ion_memory()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2555 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in use_input_buffer()
2716 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in use_output_buffer()
3318 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in allocate_input_buffer()
3448 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in allocate_output_buffer()
4896 bool omx_video::alloc_map_ion_memory(int size, venc_ion *ion_info, int flag) in alloc_map_ion_memory()
4898 struct venc_ion buf_ion_info; in alloc_map_ion_memory()
4967 void omx_video::free_ion_memory(struct venc_ion *buf_ion_info) in free_ion_memory()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2709 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in use_input_buffer()
2870 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in use_output_buffer()
3468 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in allocate_input_buffer()
3598 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in allocate_output_buffer()
5087 bool omx_video::alloc_map_ion_memory(int size, venc_ion *ion_info, int flag) in alloc_map_ion_memory()
5089 struct venc_ion buf_ion_info; in alloc_map_ion_memory()
5151 void omx_video::free_ion_memory(struct venc_ion *buf_ion_info) in free_ion_memory()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2516 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in use_input_buffer()
2699 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in use_output_buffer()
3139 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in allocate_input_buffer()
3290 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in allocate_output_buffer()
4726 struct venc_ion buf_ion_info; in alloc_map_ion_memory()
4788 void omx_video::free_ion_memory(struct venc_ion *buf_ion_info) in free_ion_memory()
Dvideo_encoder_device_v4l2.cpp7312 memset(&mIon, -1, sizeof(struct venc_ion)); in encExtradata()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2604 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in use_input_buffer()
2787 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in use_output_buffer()
3235 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in allocate_input_buffer()
3387 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in allocate_output_buffer()
4873 struct venc_ion buf_ion_info; in alloc_map_ion_memory()
4935 void omx_video::free_ion_memory(struct venc_ion *buf_ion_info) in free_ion_memory()