Home
last modified time | relevance | path

Searched refs:pPlatformEntry (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp297 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry = NULL; variable
2401 pPlatformEntry = (OMX_QCOM_PLATFORM_PRIVATE_ENTRY *) in use_output_buffer_multiple_fd()
2404 if(pPlatformEntry == NULL){ in use_output_buffer_multiple_fd()
2422 pPlatformEntry[bufCnt].type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in use_output_buffer_multiple_fd()
2423 pPlatformEntry[bufCnt].entry = &pPMEMInfo[bufCnt]; in use_output_buffer_multiple_fd()
2426 pPlatformList[bufCnt].entryList = &pPlatformEntry[bufCnt]; in use_output_buffer_multiple_fd()
2523 if (pPlatformEntry) in do_freeHandle_and_clean_up()
2526 free(pPlatformEntry); in do_freeHandle_and_clean_up()
2527 pPlatformEntry = NULL; in do_freeHandle_and_clean_up()
3645 if (pPlatformEntry) in disable_output_port()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp427 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry = NULL; variable
2647 pPlatformEntry = (OMX_QCOM_PLATFORM_PRIVATE_ENTRY *) in use_output_buffer_multiple_fd()
2650 if (pPlatformEntry == NULL) { in use_output_buffer_multiple_fd()
2668 pPlatformEntry[bufCnt].type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in use_output_buffer_multiple_fd()
2669 pPlatformEntry[bufCnt].entry = &pPMEMInfo[bufCnt]; in use_output_buffer_multiple_fd()
2672 pPlatformList[bufCnt].entryList = &pPlatformEntry[bufCnt]; in use_output_buffer_multiple_fd()
2764 if (pPlatformEntry) { in do_freeHandle_and_clean_up()
2766 free(pPlatformEntry); in do_freeHandle_and_clean_up()
2767 pPlatformEntry = NULL; in do_freeHandle_and_clean_up()
4098 if (pPlatformEntry) { in disable_output_port()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec_copper.cpp4561 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_buffer() local
4668 pPlatformEntry = m_platform_entry; in allocate_output_buffer()
4674 DEBUG_PRINT_LOW("bHdr %p OutMem %p PE %p\n",bufHdr, m_out_mem_ptr,pPlatformEntry); in allocate_output_buffer()
4688 pPlatformEntry->type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in allocate_output_buffer()
4689 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer()
4692 pPlatformList->entryList = pPlatformEntry; in allocate_output_buffer()
4722 pPlatformEntry++; in allocate_output_buffer()
7512 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_headers() local
7559 pPlatformEntry = m_platform_entry; in allocate_output_headers()
7566 m_out_mem_ptr,pPlatformEntry); in allocate_output_headers()
[all …]
Domx_vdec.cpp4921 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_buffer() local
4989 pPlatformEntry = m_platform_entry; in allocate_output_buffer()
4995 DEBUG_PRINT_LOW("bHdr %p OutMem %p PE %p\n",bufHdr, m_out_mem_ptr,pPlatformEntry); in allocate_output_buffer()
5009 pPlatformEntry->type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in allocate_output_buffer()
5010 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer()
5013 pPlatformList->entryList = pPlatformEntry; in allocate_output_buffer()
5034 pPlatformEntry++; in allocate_output_buffer()
8033 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_headers() local
8080 pPlatformEntry = m_platform_entry; in allocate_output_headers()
8087 m_out_mem_ptr,pPlatformEntry); in allocate_output_headers()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp4714 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_buffer() local
4780 pPlatformEntry = m_platform_entry; in allocate_output_buffer()
4786 DEBUG_PRINT_LOW("bHdr %p OutMem %p PE %p",bufHdr, m_out_mem_ptr,pPlatformEntry); in allocate_output_buffer()
4800 pPlatformEntry->type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in allocate_output_buffer()
4801 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer()
4804 pPlatformList->entryList = pPlatformEntry; in allocate_output_buffer()
4825 pPlatformEntry++; in allocate_output_buffer()
7723 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_headers() local
7769 pPlatformEntry = m_platform_entry; in allocate_output_headers()
7776 m_out_mem_ptr,pPlatformEntry); in allocate_output_headers()
[all …]
Domx_vdec_hevc.cpp4415 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_buffer() local
4517 pPlatformEntry = m_platform_entry; in allocate_output_buffer()
4523 DEBUG_PRINT_LOW("bHdr %p OutMem %p PE %p",bufHdr, m_out_mem_ptr,pPlatformEntry); in allocate_output_buffer()
4536 pPlatformEntry->type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in allocate_output_buffer()
4537 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer()
4540 pPlatformList->entryList = pPlatformEntry; in allocate_output_buffer()
4571 pPlatformEntry++; in allocate_output_buffer()
7366 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_headers() local
7412 pPlatformEntry = m_platform_entry; in allocate_output_headers()
7419 m_out_mem_ptr,pPlatformEntry); in allocate_output_headers()
[all …]
Domx_vdec_msm8974.cpp5577 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_buffer() local
5693 pPlatformEntry = m_platform_entry; in allocate_output_buffer()
5699 DEBUG_PRINT_LOW("bHdr %p OutMem %p PE %p",bufHdr, m_out_mem_ptr,pPlatformEntry); in allocate_output_buffer()
5712 pPlatformEntry->type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in allocate_output_buffer()
5713 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer()
5716 pPlatformList->entryList = pPlatformEntry; in allocate_output_buffer()
5750 pPlatformEntry++; in allocate_output_buffer()
8993 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_headers() local
9052 pPlatformEntry = m_platform_entry; in allocate_output_headers()
9059 m_out_mem_ptr,pPlatformEntry); in allocate_output_headers()
[all …]
Domx_vdec_hevc_swvdec.cpp5292 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_buffer() local
5411 pPlatformEntry = m_platform_entry; in allocate_output_buffer()
5417 DEBUG_PRINT_LOW("bHdr %p OutMem %p PE %p",bufHdr, m_out_mem_ptr,pPlatformEntry); in allocate_output_buffer()
5431 pPlatformEntry->type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in allocate_output_buffer()
5432 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer()
5435 pPlatformList->entryList = pPlatformEntry; in allocate_output_buffer()
5466 pPlatformEntry++; in allocate_output_buffer()
8374 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_headers() local
8424 pPlatformEntry = m_platform_entry; in allocate_output_headers()
8431 m_out_mem_ptr,pPlatformEntry); in allocate_output_headers()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp4394 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_buffer() local
4496 pPlatformEntry = m_platform_entry; in allocate_output_buffer()
4502 DEBUG_PRINT_LOW("bHdr %p OutMem %p PE %p",bufHdr, m_out_mem_ptr,pPlatformEntry); in allocate_output_buffer()
4515 pPlatformEntry->type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in allocate_output_buffer()
4516 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer()
4519 pPlatformList->entryList = pPlatformEntry; in allocate_output_buffer()
4550 pPlatformEntry++; in allocate_output_buffer()
7330 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_headers() local
7376 pPlatformEntry = m_platform_entry; in allocate_output_headers()
7383 m_out_mem_ptr,pPlatformEntry); in allocate_output_headers()
[all …]
Domx_vdec_hevc_swvdec.cpp5494 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_buffer() local
5615 pPlatformEntry = m_platform_entry; in allocate_output_buffer()
5621 DEBUG_PRINT_LOW("bHdr %p OutMem %p PE %p",bufHdr, m_out_mem_ptr,pPlatformEntry); in allocate_output_buffer()
5635 pPlatformEntry->type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in allocate_output_buffer()
5636 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer()
5639 pPlatformList->entryList = pPlatformEntry; in allocate_output_buffer()
5670 pPlatformEntry++; in allocate_output_buffer()
8589 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_headers() local
8639 pPlatformEntry = m_platform_entry; in allocate_output_headers()
8646 m_out_mem_ptr,pPlatformEntry); in allocate_output_headers()
[all …]
Domx_vdec_v4l2.cpp6440 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_buffer() local
6547 pPlatformEntry = m_platform_entry; in allocate_output_buffer()
6553 DEBUG_PRINT_LOW("bHdr %p OutMem %p PE %p",bufHdr, m_out_mem_ptr,pPlatformEntry); in allocate_output_buffer()
6566 pPlatformEntry->type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in allocate_output_buffer()
6567 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer()
6570 pPlatformList->entryList = pPlatformEntry; in allocate_output_buffer()
6604 pPlatformEntry++; in allocate_output_buffer()
9939 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_headers() local
10002 pPlatformEntry = m_platform_entry; in allocate_output_headers()
10009 m_out_mem_ptr,pPlatformEntry); in allocate_output_headers()
[all …]
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp6381 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_buffer() local
6429 pPlatformEntry = m_platform_entry; in allocate_output_buffer()
6446 pPlatformEntry->type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in allocate_output_buffer()
6447 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer()
6450 pPlatformList->entryList = pPlatformEntry; in allocate_output_buffer()
6464 pPlatformEntry++; in allocate_output_buffer()
9160 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_headers() local
9212 pPlatformEntry = m_platform_entry; in allocate_output_headers()
9219 m_out_mem_ptr,pPlatformEntry); in allocate_output_headers()
9229 pPlatformEntry->type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in allocate_output_headers()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp6970 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_buffer() local
7136 pPlatformEntry = m_platform_entry; in allocate_output_buffer()
7142 DEBUG_PRINT_LOW("bHdr %p OutMem %p PE %p",bufHdr, m_out_mem_ptr,pPlatformEntry); in allocate_output_buffer()
7155 pPlatformEntry->type = OMX_QCOM_PLATFORM_PRIVATE_PMEM; in allocate_output_buffer()
7156 pPlatformEntry->entry = pPMEMInfo; in allocate_output_buffer()
7159 pPlatformList->entryList = pPlatformEntry; in allocate_output_buffer()
7198 pPlatformEntry++; in allocate_output_buffer()
10733 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_headers() local
10796 pPlatformEntry = m_platform_entry; in allocate_output_headers()
10803 m_out_mem_ptr,pPlatformEntry); in allocate_output_headers()
[all …]
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp7190 OMX_QCOM_PLATFORM_PRIVATE_ENTRY *pPlatformEntry; in allocate_output_headers() local