/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 298 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; variable 2409 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in use_output_buffer_multiple_fd() 2412 if(pPMEMInfo == NULL){ in use_output_buffer_multiple_fd() 2423 pPlatformEntry[bufCnt].entry = &pPMEMInfo[bufCnt]; in use_output_buffer_multiple_fd() 2427 pPMEMInfo[bufCnt].offset = 0; in use_output_buffer_multiple_fd() 2428 pPMEMInfo[bufCnt].pmem_fd = open(PMEM_DEVICE,O_RDWR);; in use_output_buffer_multiple_fd() 2429 if(pPMEMInfo[bufCnt].pmem_fd < 0) { in use_output_buffer_multiple_fd() 2435 align_pmem_buffers(pPMEMInfo[bufCnt].pmem_fd, bufSize, in use_output_buffer_multiple_fd() 2438 DEBUG_PRINT("\n allocation size %d pmem fd 0x%x",bufSize,pPMEMInfo[bufCnt].pmem_fd); in use_output_buffer_multiple_fd() 2440 MAP_SHARED,pPMEMInfo[bufCnt].pmem_fd,0); in use_output_buffer_multiple_fd() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 428 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; variable 2655 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in use_output_buffer_multiple_fd() 2658 if (pPMEMInfo == NULL) { in use_output_buffer_multiple_fd() 2669 pPlatformEntry[bufCnt].entry = &pPMEMInfo[bufCnt]; in use_output_buffer_multiple_fd() 2673 pPMEMInfo[bufCnt].offset = 0; in use_output_buffer_multiple_fd() 2674 pPMEMInfo[bufCnt].pmem_fd = open(PMEM_DEVICE,O_RDWR);; in use_output_buffer_multiple_fd() 2675 if ((int)pPMEMInfo[bufCnt].pmem_fd < 0) { in use_output_buffer_multiple_fd() 2681 align_pmem_buffers(pPMEMInfo[bufCnt].pmem_fd, bufSize, in use_output_buffer_multiple_fd() 2684 DEBUG_PRINT("\n allocation size %d pmem fd 0x%x",bufSize,pPMEMInfo[bufCnt].pmem_fd); in use_output_buffer_multiple_fd() 2686 MAP_SHARED,pPMEMInfo[bufCnt].pmem_fd,0); in use_output_buffer_multiple_fd() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 4562 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 4669 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 4675 DEBUG_PRINT_LOW(" Pmem Info = %p \n",pPMEMInfo); in allocate_output_buffer() 4689 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 4697 pPMEMInfo->offset = drv_ctx.op_buf.buffer_size*i; in allocate_output_buffer() 4698 pPMEMInfo->pmem_fd = 0; in allocate_output_buffer() 4721 pPMEMInfo++; in allocate_output_buffer() 6137 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 6253 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 6256 DEBUG_PRINT_LOW("\n Before FBD callback Accessed Pmeminfo %d",pPMEMInfo->pmem_fd); in fill_buffer_done() [all …]
|
D | omx_vdec.cpp | 4922 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 4990 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 4996 DEBUG_PRINT_LOW(" Pmem Info = %p \n",pPMEMInfo); in allocate_output_buffer() 5010 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 5017 pPMEMInfo->offset = 0; in allocate_output_buffer() 5018 pPMEMInfo->pmem_fd = 0; in allocate_output_buffer() 5033 pPMEMInfo++; in allocate_output_buffer() 6531 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 6679 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 6682 DEBUG_PRINT_LOW("\n Before FBD callback Accessed Pmeminfo %d",pPMEMInfo->pmem_fd); in fill_buffer_done() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec.cpp | 4715 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 4781 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 4787 DEBUG_PRINT_LOW("Pmem Info = %p",pPMEMInfo); in allocate_output_buffer() 4801 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 4808 pPMEMInfo->offset = 0; in allocate_output_buffer() 4809 pPMEMInfo->pmem_fd = 0; in allocate_output_buffer() 4824 pPMEMInfo++; in allocate_output_buffer() 6316 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 6468 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 6471 DEBUG_PRINT_LOW("Before FBD callback Accessed Pmeminfo %d",pPMEMInfo->pmem_fd); in fill_buffer_done() [all …]
|
D | omx_vdec_hevc.cpp | 4416 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 4518 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 4524 DEBUG_PRINT_LOW(" Pmem Info = %p",pPMEMInfo); in allocate_output_buffer() 4537 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 4545 pPMEMInfo->offset = drv_ctx.op_buf.buffer_size*i; in allocate_output_buffer() 4546 pPMEMInfo->pmem_fd = 0; in allocate_output_buffer() 4570 pPMEMInfo++; in allocate_output_buffer() 5897 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 6024 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 6027 DEBUG_PRINT_LOW("Before FBD callback Accessed Pmeminfo %d",pPMEMInfo->pmem_fd); in fill_buffer_done() [all …]
|
D | omx_vdec_msm8974.cpp | 5578 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 5694 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 5700 DEBUG_PRINT_LOW(" Pmem Info = %p",pPMEMInfo); in allocate_output_buffer() 5713 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 5721 pPMEMInfo->offset = drv_ctx.op_buf.buffer_size*i; in allocate_output_buffer() 5722 pPMEMInfo->pmem_fd = 0; in allocate_output_buffer() 5749 pPMEMInfo++; in allocate_output_buffer() 7239 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 7397 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 7400 DEBUG_PRINT_LOW("Before FBD callback Accessed Pmeminfo %lu",pPMEMInfo->pmem_fd); in fill_buffer_done() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 5293 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 5412 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 5418 DEBUG_PRINT_LOW(" Pmem Info = %p",pPMEMInfo); in allocate_output_buffer() 5432 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 5440 pPMEMInfo->offset = drv_ctx.op_buf.buffer_size*i; in allocate_output_buffer() 5441 pPMEMInfo->pmem_fd = 0; in allocate_output_buffer() 5465 pPMEMInfo++; in allocate_output_buffer() 7002 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 7129 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 7132 DEBUG_PRINT_LOW("Before FBD callback Accessed Pmeminfo %lu", pPMEMInfo->pmem_fd); in fill_buffer_done() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 4395 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 4497 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 4503 DEBUG_PRINT_LOW(" Pmem Info = %p",pPMEMInfo); in allocate_output_buffer() 4516 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 4524 pPMEMInfo->offset = drv_ctx.op_buf.buffer_size*i; in allocate_output_buffer() 4525 pPMEMInfo->pmem_fd = 0; in allocate_output_buffer() 4549 pPMEMInfo++; in allocate_output_buffer() 5861 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 5988 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 5991 DEBUG_PRINT_LOW("Before FBD callback Accessed Pmeminfo %d",pPMEMInfo->pmem_fd); in fill_buffer_done() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 5495 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 5616 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 5622 DEBUG_PRINT_LOW(" Pmem Info = %p",pPMEMInfo); in allocate_output_buffer() 5636 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 5644 pPMEMInfo->offset = drv_ctx.op_buf.buffer_size*i; in allocate_output_buffer() 5645 pPMEMInfo->pmem_fd = 0; in allocate_output_buffer() 5669 pPMEMInfo++; in allocate_output_buffer() 7211 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 7339 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 7342 DEBUG_PRINT_LOW("Before FBD callback Accessed Pmeminfo %lu", pPMEMInfo->pmem_fd); in fill_buffer_done() [all …]
|
D | omx_vdec_v4l2.cpp | 6441 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 6548 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 6554 DEBUG_PRINT_LOW(" Pmem Info = %p",pPMEMInfo); in allocate_output_buffer() 6567 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 6575 pPMEMInfo->offset = drv_ctx.op_buf.buffer_size*i; in allocate_output_buffer() 6576 pPMEMInfo->pmem_fd = -1; in allocate_output_buffer() 6603 pPMEMInfo++; in allocate_output_buffer() 8076 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 8262 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 8265 DEBUG_PRINT_LOW("Before FBD callback Accessed Pmeminfo %lu",pPMEMInfo->pmem_fd); in fill_buffer_done() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 6971 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 7137 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 7143 DEBUG_PRINT_LOW(" Pmem Info = %p",pPMEMInfo); in allocate_output_buffer() 7156 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 7164 pPMEMInfo->offset = drv_ctx.op_buf.buffer_size*i; in allocate_output_buffer() 7165 pPMEMInfo->pmem_fd = -1; in allocate_output_buffer() 7197 pPMEMInfo++; in allocate_output_buffer() 8761 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 8908 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 8911 DEBUG_PRINT_LOW("Before FBD callback Accessed Pmeminfo %lu",pPMEMInfo->pmem_fd); in fill_buffer_done() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 6382 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 6430 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 6447 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 6454 pPMEMInfo->offset = 0; in allocate_output_buffer() 6455 pPMEMInfo->pmem_fd = -1; in allocate_output_buffer() 6463 pPMEMInfo++; in allocate_output_buffer() 7970 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 8087 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 9161 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_headers() local 9213 pPMEMInfo = m_pmem_info; in allocate_output_headers() [all …]
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 6266 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 7191 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_headers() local
|