Home
last modified time | relevance | path

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

/hardware/qcom/media/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/mm-video-v4l2/vidc/venc/inc/
Domx_video_common.h95 struct venc_ion { struct
Domx_video_base.h359 struct venc_ion *m_pInput_ion;
360 struct venc_ion *m_pOutput_ion;
544 void free_ion_memory(struct venc_ion *buf_ion_info);
Dvideo_encoder_device_v4l2.h222 struct venc_ion ion;
/hardware/qcom/media/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/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2112 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in use_input_buffer()
2292 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in use_output_buffer()
2707 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in allocate_input_buffer()
2852 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in allocate_output_buffer()
4221 struct venc_ion buf_ion_info; in alloc_map_ion_memory()
4278 void omx_video::free_ion_memory(struct venc_ion *buf_ion_info) in free_ion_memory()