Searched defs:hMFCHandle (Results 1 - 10 of 10) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.h37 OMX_HANDLETYPE hMFCHandle; member in struct:_EXYNOS_MFC_H264DEC_HANDLE
H A DExynos_OMX_H264dec.c309 pH264Dec->hMFCH264Handle.hMFCHandle = pH264Dec->hMFCH264Handle.pDecOps->Init(V4L2_MEMORY_DMABUF);
310 if (pH264Dec->hMFCH264Handle.hMFCHandle == NULL) {
342 void *hMFCHandle = NULL; local
354 hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle;
359 if (hMFCHandle != NULL) {
360 pDecOps->Finalize(hMFCHandle);
361 pH264Dec->hMFCH264Handle.hMFCHandle = NULL;
387 void *hMFCHandle = NULL; local
413 hMFCHandle
434 void *hMFCHandle = NULL; local
480 void *hMFCHandle = NULL; local
538 void *hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle; local
592 void *hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle; local
818 void *hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle; local
1441 OMX_PTR hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle; local
1553 OMX_PTR hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle; local
1631 void *hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle; local
1697 void *hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle; local
1755 void *hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle; local
1798 void *hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.h39 OMX_HANDLETYPE hMFCHandle; member in struct:_EXYNOS_MFC_VP8DEC_HANDLE
H A DExynos_OMX_Vp8dec.c228 pVp8Dec->hMFCVp8Handle.hMFCHandle = pVp8Dec->hMFCVp8Handle.pDecOps->Init(V4L2_MEMORY_DMABUF);
229 if (pVp8Dec->hMFCVp8Handle.hMFCHandle == NULL) {
261 void *hMFCHandle = NULL; local
273 hMFCHandle = pVp8Dec->hMFCVp8Handle.hMFCHandle;
278 if (hMFCHandle != NULL) {
279 pDecOps->Finalize(hMFCHandle);
280 pVp8Dec->hMFCVp8Handle.hMFCHandle = NULL;
306 void *hMFCHandle = NULL; local
332 hMFCHandle
353 void *hMFCHandle = NULL; local
399 void *hMFCHandle = NULL; local
457 void *hMFCHandle = pVp8Dec->hMFCVp8Handle.hMFCHandle; local
511 void *hMFCHandle = pVp8Dec->hMFCVp8Handle.hMFCHandle; local
708 void *hMFCHandle = pVp8Dec->hMFCVp8Handle.hMFCHandle; local
1169 OMX_PTR hMFCHandle = pVp8Dec->hMFCVp8Handle.hMFCHandle; local
1274 OMX_PTR hMFCHandle = pVp8Dec->hMFCVp8Handle.hMFCHandle; local
1353 void *hMFCHandle = pVp8Dec->hMFCVp8Handle.hMFCHandle; local
1418 void *hMFCHandle = pVp8Dec->hMFCVp8Handle.hMFCHandle; local
1476 void *hMFCHandle = pVp8Dec->hMFCVp8Handle.hMFCHandle; local
1519 void *hMFCHandle = pVp8Dec->hMFCVp8Handle.hMFCHandle; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.h44 OMX_HANDLETYPE hMFCHandle; member in struct:_EXYNOS_MFC_H264ENC_HANDLE
H A DExynos_OMX_H264enc.c354 pEncOps->Set_FrameType(pH264Enc->hMFCH264Handle.hMFCHandle, setParam);
359 pEncOps->Set_IDRPeriod(pH264Enc->hMFCH264Handle.hMFCHandle, setParam);
363 pEncOps->Set_BitRate(pH264Enc->hMFCH264Handle.hMFCHandle, setParam);
367 pEncOps->Set_FrameRate(pH264Enc->hMFCH264Handle.hMFCHandle, setParam);
463 pH264Enc->hMFCH264Handle.hMFCHandle = pH264Enc->hMFCH264Handle.pEncOps->Init(V4L2_MEMORY_DMABUF);
464 if (pH264Enc->hMFCH264Handle.hMFCHandle == NULL) {
496 void *hMFCHandle = NULL; local
508 hMFCHandle = pH264Enc->hMFCH264Handle.hMFCHandle;
513 if (hMFCHandle !
541 void *hMFCHandle = NULL; local
588 void *hMFCHandle = NULL; local
634 void *hMFCHandle = NULL; local
692 void *hMFCHandle = pH264Enc->hMFCH264Handle.hMFCHandle; local
749 void *hMFCHandle = pMFCH264Handle->hMFCHandle; local
872 void *hMFCHandle = pMFCH264Handle->hMFCHandle; local
1521 OMX_PTR hMFCHandle = pH264Enc->hMFCH264Handle.hMFCHandle; local
1652 OMX_PTR hMFCHandle = pH264Enc->hMFCH264Handle.hMFCHandle; local
1727 void *hMFCHandle = pH264Enc->hMFCH264Handle.hMFCHandle; local
1819 void *hMFCHandle = pH264Enc->hMFCH264Handle.hMFCHandle; local
1891 void *hMFCHandle = pH264Enc->hMFCH264Handle.hMFCHandle; local
1929 void *hMFCHandle = pH264Enc->hMFCH264Handle.hMFCHandle; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.h42 OMX_HANDLETYPE hMFCHandle; member in struct:_EXYNOS_MFC_MPEG4ENC_HANDLE
H A DExynos_OMX_Mpeg4enc.c429 pEncOps->Set_FrameType(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
434 pEncOps->Set_IDRPeriod(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
438 pEncOps->Set_BitRate(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
442 pEncOps->Set_FrameRate(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
476 pEncOps->Set_FrameType(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
481 pEncOps->Set_IDRPeriod(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
485 pEncOps->Set_BitRate(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
489 pEncOps->Set_FrameRate(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
585 pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle = pMpeg4Enc->hMFCMpeg4Handle.pEncOps->Init(V4L2_MEMORY_DMABUF);
586 if (pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle
618 void *hMFCHandle = NULL; local
663 void *hMFCHandle = NULL; local
710 void *hMFCHandle = NULL; local
756 void *hMFCHandle = NULL; local
814 void *hMFCHandle = pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle; local
871 void *hMFCHandle = pMFCMpeg4Handle->hMFCHandle; local
998 void *hMFCHandle = pMFCMpeg4Handle->hMFCHandle; local
1731 OMX_PTR hMFCHandle = pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle; local
1862 OMX_PTR hMFCHandle = pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle; local
1937 void *hMFCHandle = pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle; local
2029 void *hMFCHandle = pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle; local
2101 void *hMFCHandle = pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle; local
2139 void *hMFCHandle = pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.h63 OMX_HANDLETYPE hMFCHandle; member in struct:_EXYNOS_MFC_MPEG4DEC_HANDLE
H A DExynos_OMX_Mpeg4dec.c413 pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.pDecOps->Init(V4L2_MEMORY_DMABUF);
414 if (pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle == NULL) {
446 void *hMFCHandle = NULL; local
458 hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle;
463 if (hMFCHandle != NULL) {
464 pDecOps->Finalize(hMFCHandle);
465 pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle = NULL;
491 void *hMFCHandle = NULL; local
517 hMFCHandle
538 void *hMFCHandle = NULL; local
584 void *hMFCHandle = NULL; local
642 void *hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle; local
696 void *hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle; local
897 void *hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle; local
1577 OMX_PTR hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle; local
1682 OMX_PTR hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle; local
1761 void *hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle; local
1826 void *hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle; local
1884 void *hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle; local
1927 void *hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle; local
[all...]

Completed in 1449 milliseconds