Searched refs:m_pOutput_ion (Results 1 - 8 of 8) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_base.cpp | 226 m_pOutput_ion(NULL), 2401 m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountActual); 2402 if (m_pOutput_ion == NULL) { 2403 DEBUG_PRINT_ERROR("ERROR: calloc() Failed for m_pOutput_ion"); 2422 m_pOutput_ion[i].ion_device_fd =-1; 2423 m_pOutput_ion[i].fd_ion_data.fd=-1; 2424 m_pOutput_ion[i].ion_alloc_data.handle = 0; 2449 m_pOutput_ion[i].ion_device_fd = alloc_map_ion_memory(align_size, 2450 &m_pOutput_ion[i].ion_alloc_data, 2451 &m_pOutput_ion[ [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_base.cpp | 280 m_pOutput_ion(NULL), 2700 m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountActual); 2701 if (m_pOutput_ion == NULL) { 2702 DEBUG_PRINT_ERROR("ERROR: calloc() Failed for m_pOutput_ion"); 2721 m_pOutput_ion[i].ion_device_fd =-1; 2722 m_pOutput_ion[i].fd_ion_data.fd=-1; 2723 m_pOutput_ion[i].ion_alloc_data.handle = 0; 2748 m_pOutput_ion[i].ion_device_fd = alloc_map_ion_memory(align_size, 2749 &m_pOutput_ion[i].ion_alloc_data, 2750 &m_pOutput_ion[ [all...] |
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_base.cpp | 273 m_pOutput_ion(NULL), 2787 m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountActual); 2788 if (m_pOutput_ion == NULL) { 2789 DEBUG_PRINT_ERROR("ERROR: calloc() Failed for m_pOutput_ion"); 2808 m_pOutput_ion[i].ion_device_fd =-1; 2809 m_pOutput_ion[i].fd_ion_data.fd=-1; 2810 m_pOutput_ion[i].ion_alloc_data.handle = 0; 2835 m_pOutput_ion[i].ion_device_fd = alloc_map_ion_memory(align_size, 2836 &m_pOutput_ion[i].ion_alloc_data, 2837 &m_pOutput_ion[ [all...] |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
H A D | omx_video_base.cpp | 236 m_pOutput_ion(NULL), 2275 m_pOutput_ion = (struct venc_ion *) calloc(sizeof (struct venc_ion), m_sOutPortDef.nBufferCountActual); 2276 if(m_pOutput_ion == NULL) 2278 DEBUG_PRINT_ERROR("\nERROR: calloc() Failed for m_pOutput_ion"); 2299 m_pOutput_ion[i].ion_device_fd =-1; 2300 m_pOutput_ion[i].fd_ion_data.fd=-1; 2301 m_pOutput_ion[i].ion_alloc_data.handle =NULL; 2332 m_pOutput_ion[i].ion_device_fd = alloc_map_ion_memory( 2334 &m_pOutput_ion[i].ion_alloc_data, 2335 &m_pOutput_ion[ [all...] |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
H A D | omx_video_base.h | 338 struct venc_ion *m_pOutput_ion; member in class:omx_video
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 366 struct venc_ion *m_pOutput_ion; member in class:omx_video
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 374 struct venc_ion *m_pOutput_ion; member in class:omx_video
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_base.h | 386 struct venc_ion *m_pOutput_ion; member in class:omx_video
|
Completed in 276 milliseconds