Searched refs:pPlatformList (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp296 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList = NULL; variable
2393 pPlatformList = (OMX_QCOM_PLATFORM_PRIVATE_LIST *)
2396 if(pPlatformList == NULL){
2397 DEBUG_PRINT_ERROR("\n pPlatformList Allocation failed ");
2425 pPlatformList[bufCnt].nEntries = 1;
2426 pPlatformList[bufCnt].entryList = &pPlatformEntry[bufCnt];
2449 nPortIndex, &pPlatformList[bufCnt], bufSize, pvirt);
2529 if (pPlatformList)
2532 free(pPlatformList);
2533 pPlatformList
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp426 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList = NULL; variable
2639 pPlatformList = (OMX_QCOM_PLATFORM_PRIVATE_LIST *)
2642 if (pPlatformList == NULL) {
2643 DEBUG_PRINT_ERROR("\n pPlatformList Allocation failed ");
2671 pPlatformList[bufCnt].nEntries = 1;
2672 pPlatformList[bufCnt].entryList = &pPlatformEntry[bufCnt];
2695 nPortIndex, &pPlatformList[bufCnt], bufSize, pvirt);
2769 if (pPlatformList) {
2771 free(pPlatformList);
2772 pPlatformList
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp4914 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
4982 pPlatformList = m_platform_list;
5006 pPlatformList->nEntries = 1;
5007 pPlatformList->entryList = pPlatformEntry;
5013 bufHdr->pPlatformPrivate = pPlatformList;
5029 pPlatformList++;
8026 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
8073 pPlatformList = m_platform_list;
8095 pPlatformList->nEntries = 1;
8096 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-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.cpp4416 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
4518 pPlatformList = m_platform_list;
4541 pPlatformList->nEntries = 1;
4542 pPlatformList->entryList = pPlatformEntry;
4549 bufHdr->pPlatformPrivate = pPlatformList;
4574 pPlatformList++;
7361 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
7407 pPlatformList = m_platform_list;
7428 pPlatformList->nEntries = 1;
7429 pPlatformList
[all...]
H A Domx_vdec_hevc_swvdec.cpp5291 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
5410 pPlatformList = m_platform_list;
5434 pPlatformList->nEntries = 1;
5435 pPlatformList->entryList = pPlatformEntry;
5442 bufHdr->pPlatformPrivate = pPlatformList;
5467 pPlatformList++;
8373 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
8423 pPlatformList = m_platform_list;
8445 pPlatformList->nEntries = 1;
8446 pPlatformList
[all...]
H A Domx_vdec_msm8974.cpp5098 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
5199 pPlatformList = m_platform_list;
5222 pPlatformList->nEntries = 1;
5223 pPlatformList->entryList = pPlatformEntry;
5230 bufHdr->pPlatformPrivate = pPlatformList;
5258 pPlatformList++;
8408 OMX_QCOM_PLATFORM_PRIVATE_LIST *pPlatformList; local
8458 pPlatformList = m_platform_list;
8479 pPlatformList->nEntries = 1;
8480 pPlatformList
[all...]

Completed in 271 milliseconds