HomeSort by relevance Sort by last modified time
    Searched refs:hMFCHandle (Results 1 - 10 of 10) sorted by null

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.h 39 OMX_HANDLETYPE hMFCHandle;
Exynos_OMX_Vp8dec.c 228 pVp8Dec->hMFCVp8Handle.hMFCHandle = pVp8Dec->hMFCVp8Handle.pDecOps->Init(V4L2_MEMORY_DMABUF);
229 if (pVp8Dec->hMFCVp8Handle.hMFCHandle == NULL) {
261 void *hMFCHandle = NULL;
273 hMFCHandle = pVp8Dec->hMFCVp8Handle.hMFCHandle;
278 if (hMFCHandle != NULL) {
279 pDecOps->Finalize(hMFCHandle);
280 pVp8Dec->hMFCVp8Handle.hMFCHandle = NULL;
306 void *hMFCHandle = NULL;
332 hMFCHandle = pVp8Dec->hMFCVp8Handle.hMFCHandle
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 309 pH264Dec->hMFCH264Handle.hMFCHandle = pH264Dec->hMFCH264Handle.pDecOps->Init(V4L2_MEMORY_DMABUF);
310 if (pH264Dec->hMFCH264Handle.hMFCHandle == NULL) {
342 void *hMFCHandle = NULL;
354 hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle;
359 if (hMFCHandle != NULL) {
360 pDecOps->Finalize(hMFCHandle);
361 pH264Dec->hMFCH264Handle.hMFCHandle = NULL;
387 void *hMFCHandle = NULL;
413 hMFCHandle = pH264Dec->hMFCH264Handle.hMFCHandle
    [all...]
Exynos_OMX_H264dec.h 37 OMX_HANDLETYPE hMFCHandle;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c 362 pEncOps->Set_FrameType(pH264Enc->hMFCH264Handle.hMFCHandle, setParam);
367 pEncOps->Set_IDRPeriod(pH264Enc->hMFCH264Handle.hMFCHandle, setParam);
371 pEncOps->Set_BitRate(pH264Enc->hMFCH264Handle.hMFCHandle, setParam);
375 pEncOps->Set_FrameRate(pH264Enc->hMFCH264Handle.hMFCHandle, setParam);
471 pH264Enc->hMFCH264Handle.hMFCHandle = pH264Enc->hMFCH264Handle.pEncOps->Init(V4L2_MEMORY_DMABUF);
472 if (pH264Enc->hMFCH264Handle.hMFCHandle == NULL) {
504 void *hMFCHandle = NULL;
516 hMFCHandle = pH264Enc->hMFCH264Handle.hMFCHandle;
521 if (hMFCHandle != NULL)
    [all...]
Exynos_OMX_H264enc.h 44 OMX_HANDLETYPE hMFCHandle;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 413 pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.pDecOps->Init(V4L2_MEMORY_DMABUF);
414 if (pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle == NULL) {
446 void *hMFCHandle = NULL;
458 hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle;
463 if (hMFCHandle != NULL) {
464 pDecOps->Finalize(hMFCHandle);
465 pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle = NULL;
491 void *hMFCHandle = NULL;
517 hMFCHandle = pMpeg4Dec->hMFCMpeg4Handle.hMFCHandle
    [all...]
Exynos_OMX_Mpeg4dec.h 63 OMX_HANDLETYPE hMFCHandle;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.h 42 OMX_HANDLETYPE hMFCHandle;
Exynos_OMX_Mpeg4enc.c 443 pEncOps->Set_FrameType(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
448 pEncOps->Set_IDRPeriod(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
452 pEncOps->Set_BitRate(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
456 pEncOps->Set_FrameRate(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
490 pEncOps->Set_FrameType(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
495 pEncOps->Set_IDRPeriod(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
499 pEncOps->Set_BitRate(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
503 pEncOps->Set_FrameRate(pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle, setParam);
599 pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle = pMpeg4Enc->hMFCMpeg4Handle.pEncOps->Init(V4L2_MEMORY_DMABUF);
600 if (pMpeg4Enc->hMFCMpeg4Handle.hMFCHandle == NULL)
    [all...]

Completed in 119 milliseconds