Searched defs:pPlatformList (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp4887 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
4955 pPlatformList = m_platform_list;
4979 pPlatformList->nEntries = 1;
4980 pPlatformList->entryList = pPlatformEntry;
4986 bufHdr->pPlatformPrivate = pPlatformList;
5002 pPlatformList++;
7998 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
8045 pPlatformList = m_platform_list;
8067 pPlatformList->nEntries = 1;
8068 pPlatformList
[all...]
H A Domx_vdec_copper.cpp4560 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
4667 pPlatformList = m_platform_list;
4691 pPlatformList->nEntries = 1;
4692 pPlatformList->entryList = pPlatformEntry;
4699 bufHdr->pPlatformPrivate = pPlatformList;
4723 pPlatformList++;
7511 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
7558 pPlatformList = m_platform_list;
7580 pPlatformList->nEntries = 1;
7581 pPlatformList
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp300 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList = NULL; variable
2397 pPlatformList = (OMX_QCOM_PLATFORM_PRIVATE_LIST *)
2400 if(pPlatformList == NULL){
2401 DEBUG_PRINT_ERROR("\n pPlatformList Allocation failed ");
2429 pPlatformList[bufCnt].nEntries = 1;
2430 pPlatformList[bufCnt].entryList = &pPlatformEntry[bufCnt];
2453 nPortIndex, &pPlatformList[bufCnt], bufSize, pvirt);
2533 if (pPlatformList)
2536 free(pPlatformList);
2537 pPlatformList
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp4713 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
4779 pPlatformList = m_platform_list;
4803 pPlatformList->nEntries = 1;
4804 pPlatformList->entryList = pPlatformEntry;
4810 bufHdr->pPlatformPrivate = pPlatformList;
4826 pPlatformList++;
7722 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
7768 pPlatformList = m_platform_list;
7790 pPlatformList->nEntries = 1;
7791 pPlatformList
[all...]
H A Domx_vdec_hevc.cpp4399 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
4501 pPlatformList = m_platform_list;
4524 pPlatformList->nEntries = 1;
4525 pPlatformList->entryList = pPlatformEntry;
4532 bufHdr->pPlatformPrivate = pPlatformList;
4557 pPlatformList++;
7341 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
7387 pPlatformList = m_platform_list;
7408 pPlatformList->nEntries = 1;
7409 pPlatformList
[all...]
H A Domx_vdec_msm8974.cpp4677 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
4778 pPlatformList = m_platform_list;
4801 pPlatformList->nEntries = 1;
4802 pPlatformList->entryList = pPlatformEntry;
4809 bufHdr->pPlatformPrivate = pPlatformList;
4834 pPlatformList++;
7712 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
7762 pPlatformList = m_platform_list;
7783 pPlatformList->nEntries = 1;
7784 pPlatformList
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp393 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList = NULL; variable
2511 pPlatformList = (OMX_QCOM_PLATFORM_PRIVATE_LIST *)
2514 if (pPlatformList == NULL) {
2515 DEBUG_PRINT_ERROR("\n pPlatformList Allocation failed ");
2543 pPlatformList[bufCnt].nEntries = 1;
2544 pPlatformList[bufCnt].entryList = &pPlatformEntry[bufCnt];
2567 nPortIndex, &pPlatformList[bufCnt], bufSize, pvirt);
2637 if (pPlatformList) {
2639 free(pPlatformList);
2640 pPlatformList
[all...]

Completed in 1719 milliseconds