Searched defs:pmem_fd (Results 1 - 25 of 42) sorted by relevance

12

/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device.h89 int pmem_fd; member in struct:venc_dev::recon_buffer
H A Dvideo_encoder_device_copper.h202 int pmem_fd; member in struct:venc_dev::recon_buffer
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h95 int pmem_fd; member in struct:venc_dev::recon_buffer
H A Dvideo_encoder_device_v4l2.h282 int pmem_fd; member in struct:venc_dev::recon_buffer
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_QCOMExtns.h192 OMX_U32 pmem_fd; member in struct:OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp1249 OMX_U32 pmem_fd = -1; local
1288 pmem_fd = recon_buff[count].ion_alloc_fd.fd;
1291 pmem_fd = open(MEM_DEVICE, O_RDWR);
1293 if ((int)(pmem_fd) < 0)
1305 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0)
1315 MAP_SHARED, pmem_fd, 0);
1319 close(pmem_fd);
1320 pmem_fd = -1;
1336 DEBUG_PRINT_HIGH("\n Allocated virt:%p, FD: %d of size %d \n", buf_addr, pmem_fd, size);
1339 recon_addr.pmem_fd
[all...]
H A Dvideo_encoder_device_copper.cpp1219 OMX_U32 pmem_fd = -1; local
1255 pmem_fd = recon_buff[count].ion_alloc_fd.fd;
1257 pmem_fd = open(MEM_DEVICE, O_RDWR);
1259 if ((int)(pmem_fd) < 0)
1271 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0)
1280 MAP_SHARED, pmem_fd, 0);
1284 close(pmem_fd);
1285 pmem_fd = -1;
1300 DEBUG_PRINT_HIGH("\n Allocated virt:%p, FD: %d of size %d \n", buf_addr, pmem_fd, size);
1303 recon_addr.pmem_fd
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1453 OMX_U32 pmem_fd = -1; local
1499 pmem_fd = recon_buff[count].ion_alloc_fd.fd;
1502 pmem_fd = open(MEM_DEVICE, O_RDWR);
1504 if ((int)(pmem_fd) < 0) {
1515 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0) {
1524 MAP_SHARED, pmem_fd, 0);
1527 close(pmem_fd);
1528 pmem_fd = -1;
1545 DEBUG_PRINT_HIGH("Allocated virt:%p, FD: %d of size %d", buf_addr, pmem_fd, size);
1548 recon_addr.pmem_fd
[all...]
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_kgsl.h275 int pmem_fd; member in struct:kgsl_sharedmem_from_pmem
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_kgsl.h347 int pmem_fd; member in struct:kgsl_sharedmem_from_pmem
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h622 bool align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size,
802 int pmem_fd; member in struct:omx_vdec::h264_mv_buffer
875 int pmem_fd[MAX_COUNT]; member in class:omx_vdec::allocate_color_convert_buf
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h629 bool align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size,
823 int pmem_fd; member in struct:omx_vdec::h264_mv_buffer
832 int pmem_fd; member in struct:omx_vdec::meta_buffer
902 int pmem_fd[MAX_COUNT]; member in class:omx_vdec::allocate_color_convert_buf
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_kgsl.h320 int pmem_fd; member in struct:kgsl_sharedmem_from_pmem
H A Dmsm_vidc_enc.h420 unsigned long pmem_fd; member in struct:venc_recon_addr
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_kgsl.h406 int pmem_fd; member in struct:kgsl_sharedmem_from_pmem
H A Dmsm_vidc_enc.h616 unsigned long pmem_fd; member in struct:venc_recon_addr
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_kgsl.h320 int pmem_fd; member in struct:kgsl_sharedmem_from_pmem
H A Dmsm_vidc_enc.h447 unsigned long pmem_fd; member in struct:venc_recon_addr
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_kgsl.h406 int pmem_fd; member in struct:kgsl_sharedmem_from_pmem
H A Dmsm_vidc_enc.h670 unsigned long pmem_fd; member in struct:venc_recon_addr
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_enc.h450 unsigned long pmem_fd; member in struct:venc_recon_addr
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h672 unsigned long pmem_fd; member in struct:venc_recon_addr
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp4168 drv_ctx.ptr_outputbuffer[i].pmem_fd = handle->fd;
4186 drv_ctx.ptr_outputbuffer[i].pmem_fd = \
4189 drv_ctx.ptr_outputbuffer[i].pmem_fd = \
4192 if (drv_ctx.ptr_outputbuffer[i].pmem_fd < 0) {
4196 if(drv_ctx.ptr_outputbuffer[i].pmem_fd == 0)
4198 drv_ctx.ptr_outputbuffer[i].pmem_fd = \
4200 if (drv_ctx.ptr_outputbuffer[i].pmem_fd < 0) {
4205 if(!align_pmem_buffers(drv_ctx.ptr_outputbuffer[i].pmem_fd,
4210 close(drv_ctx.ptr_outputbuffer[i].pmem_fd);
4218 drv_ctx.ptr_outputbuffer[i].pmem_fd,
4710 int pmem_fd = -1; local
4911 int pmem_fd = -1; local
6143 int pmem_fd; member in struct:temp_egl
7574 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
8899 OMX_U32 pmem_fd = -1; local
[all...]
H A Domx_vdec_copper.cpp3837 drv_ctx.ptr_outputbuffer[i].pmem_fd = handle->fd;
3854 drv_ctx.ptr_outputbuffer[i].pmem_fd = \
3857 drv_ctx.ptr_outputbuffer[i].pmem_fd = \
3860 if (drv_ctx.ptr_outputbuffer[i].pmem_fd < 0) {
3864 if(drv_ctx.ptr_outputbuffer[i].pmem_fd == 0)
3866 drv_ctx.ptr_outputbuffer[i].pmem_fd = \
3868 if (drv_ctx.ptr_outputbuffer[i].pmem_fd < 0) {
3873 if(!align_pmem_buffers(drv_ctx.ptr_outputbuffer[i].pmem_fd,
3878 close(drv_ctx.ptr_outputbuffer[i].pmem_fd);
3886 drv_ctx.ptr_outputbuffer[i].pmem_fd,
4340 int pmem_fd = -1; local
4557 int pmem_fd = -1; local
5757 int pmem_fd; member in struct:temp_egl
7138 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp181 int pmem_fd; member in struct:temp_egl
368 static bool align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size,
2349 p_eglHeaders[bufCnt]->pmem_fd = open(PMEM_DEVICE,O_RDWR);
2351 if(p_eglHeaders[bufCnt]->pmem_fd < 0) {
2358 align_pmem_buffers(p_eglHeaders[bufCnt]->pmem_fd, bufSize,
2361 DEBUG_PRINT_ERROR("\n allocation size %d pmem fd %d",bufSize,p_eglHeaders[bufCnt]->pmem_fd);
2363 MAP_SHARED,p_eglHeaders[bufCnt]->pmem_fd,0);
2428 pPMEMInfo[bufCnt].pmem_fd = open(PMEM_DEVICE,O_RDWR);;
2429 if(pPMEMInfo[bufCnt].pmem_fd < 0) {
2435 align_pmem_buffers(pPMEMInfo[bufCnt].pmem_fd, bufSiz
3836 align_pmem_buffers(int pmem_fd, OMX_U32 buffer_size, OMX_U32 alignment) argument
3898 int pmem_fd = open (PMEM_DEVICE,O_RDWR); local
[all...]

Completed in 358 milliseconds

12