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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 543 ExynosVideoDecBufferOps *pBufOps = NULL;
554 pBufOps = pH264Dec->hMFCH264Handle.pInbufOps;
558 pBufOps = pH264Dec->hMFCH264Handle.pOutbufOps;
575 if (pBufOps->Register(hMFCHandle, pPlanes, nPlaneCnt) != VIDEO_ERROR_NONE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 647 ExynosVideoDecBufferOps *pBufOps = NULL;
658 pBufOps = pMpeg4Dec->hMFCMpeg4Handle.pInbufOps;
662 pBufOps = pMpeg4Dec->hMFCMpeg4Handle.pOutbufOps;
679 if (pBufOps->Register(hMFCHandle, pPlanes, nPlaneCnt) != VIDEO_ERROR_NONE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 462 ExynosVideoDecBufferOps *pBufOps = NULL;
473 pBufOps = pVp8Dec->hMFCVp8Handle.pInbufOps;
477 pBufOps = pVp8Dec->hMFCVp8Handle.pOutbufOps;
494 if (pBufOps->Register(hMFCHandle, pPlanes, nPlaneCnt) != VIDEO_ERROR_NONE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c 705 ExynosVideoEncBufferOps *pBufOps = NULL;
716 pBufOps = pH264Enc->hMFCH264Handle.pInbufOps;
720 pBufOps = pH264Enc->hMFCH264Handle.pOutbufOps;
737 if (pBufOps->Register(hMFCHandle, pPlanes, nPlaneCnt) != VIDEO_ERROR_NONE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c     [all...]

Completed in 28 milliseconds