Home
last modified time | relevance | path

Searched refs:venc_ion (Results 1 – 16 of 16) 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.h385 struct venc_ion *m_pInput_ion;
386 struct venc_ion *m_pOutput_ion;
594 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.h373 struct venc_ion *m_pInput_ion;
374 struct venc_ion *m_pOutput_ion;
583 void free_ion_memory(struct venc_ion *buf_ion_info);
Dvideo_encoder_device_v4l2.h282 struct venc_ion mIon;
/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/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2517 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in use_input_buffer()
2700 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in use_output_buffer()
3140 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in allocate_input_buffer()
3291 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in allocate_output_buffer()
4727 struct venc_ion buf_ion_info; in alloc_map_ion_memory()
4789 void omx_video::free_ion_memory(struct venc_ion *buf_ion_info) in free_ion_memory()
Dvideo_encoder_device_v4l2.cpp7305 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()