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.h392 struct venc_ion *m_pInput_ion;
393 struct venc_ion *m_pOutput_ion;
592 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.cpp2217 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in use_input_buffer()
2398 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in use_output_buffer()
2824 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in allocate_input_buffer()
2974 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in allocate_output_buffer()
4384 struct venc_ion buf_ion_info; in alloc_map_ion_memory()
4443 void omx_video::free_ion_memory(struct venc_ion *buf_ion_info) in free_ion_memory()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2589 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in use_input_buffer()
2771 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in use_output_buffer()
3208 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in allocate_input_buffer()
3360 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in allocate_output_buffer()
4817 struct venc_ion buf_ion_info; in alloc_map_ion_memory()
4879 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.cpp2511 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in use_input_buffer()
2693 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in use_output_buffer()
3128 …m_pInput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sInPortDef.nBufferCountActua… in allocate_input_buffer()
3279 …m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountAct… in allocate_output_buffer()
4693 struct venc_ion buf_ion_info; in alloc_map_ion_memory()
4755 void omx_video::free_ion_memory(struct venc_ion *buf_ion_info) in free_ion_memory()
Dvideo_encoder_device_v4l2.cpp7301 memset(&mIon, -1, sizeof(struct venc_ion)); in encExtradata()