Searched refs:pPMEMInfo (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 300 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; variable 2411 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in use_output_buffer_multiple_fd() 2414 if(pPMEMInfo == NULL){ in use_output_buffer_multiple_fd() 2425 pPlatformEntry[bufCnt].entry = &pPMEMInfo[bufCnt]; in use_output_buffer_multiple_fd() 2429 pPMEMInfo[bufCnt].offset = 0; in use_output_buffer_multiple_fd() 2430 pPMEMInfo[bufCnt].pmem_fd = open(PMEM_DEVICE,O_RDWR);; in use_output_buffer_multiple_fd() 2431 if(pPMEMInfo[bufCnt].pmem_fd < 0) { in use_output_buffer_multiple_fd() 2437 align_pmem_buffers(pPMEMInfo[bufCnt].pmem_fd, bufSize, in use_output_buffer_multiple_fd() 2440 DEBUG_PRINT("\n allocation size %d pmem fd 0x%x",bufSize,pPMEMInfo[bufCnt].pmem_fd); in use_output_buffer_multiple_fd() 2442 MAP_SHARED,pPMEMInfo[bufCnt].pmem_fd,0); in use_output_buffer_multiple_fd() [all …]
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 4572 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 4679 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 4685 DEBUG_PRINT_LOW(" Pmem Info = %p \n",pPMEMInfo); in allocate_output_buffer() 4699 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 4707 pPMEMInfo->offset = drv_ctx.op_buf.buffer_size*i; in allocate_output_buffer() 4708 pPMEMInfo->pmem_fd = 0; in allocate_output_buffer() 4731 pPMEMInfo++; in allocate_output_buffer() 6197 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 6313 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 6316 DEBUG_PRINT_LOW("\n Before FBD callback Accessed Pmeminfo %d",pPMEMInfo->pmem_fd); in fill_buffer_done() [all …]
|
D | omx_vdec.cpp | 4820 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo; in allocate_output_buffer() local 4888 pPMEMInfo = m_pmem_info; in allocate_output_buffer() 4894 DEBUG_PRINT_LOW(" Pmem Info = %p \n",pPMEMInfo); in allocate_output_buffer() 4908 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer() 4915 pPMEMInfo->offset = 0; in allocate_output_buffer() 4916 pPMEMInfo->pmem_fd = 0; in allocate_output_buffer() 4931 pPMEMInfo++; in allocate_output_buffer() 6473 OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *pPMEMInfo = NULL; in fill_buffer_done() local 6622 pPMEMInfo = (OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO *) in fill_buffer_done() 6625 DEBUG_PRINT_LOW("\n Before FBD callback Accessed Pmeminfo %d",pPMEMInfo->pmem_fd); in fill_buffer_done() [all …]
|