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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.h 47 ExynosVideoDecBufferOps *pOutbufOps;
Exynos_OMX_H264dec.c 256 ExynosVideoDecBufferOps *pOutbufOps = NULL;
269 pOutbufOps = (ExynosVideoDecBufferOps *)Exynos_OSAL_Malloc(sizeof(ExynosVideoDecBufferOps));
271 if ((pDecOps == NULL) || (pInbufOps == NULL) || (pOutbufOps == NULL)) {
279 pH264Dec->hMFCH264Handle.pOutbufOps = pOutbufOps;
284 pOutbufOps->nSize = sizeof(ExynosVideoDecBufferOps);
286 Exynos_Video_Register_Decoder(pDecOps, pInbufOps, pOutbufOps);
298 if ((pInbufOps->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
299 (pInbufOps->Run == NULL) || (pOutbufOps->Run == NULL) ||
300 (pInbufOps->Stop == NULL) || (pOutbufOps->Stop == NULL) |
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.h 49 ExynosVideoDecBufferOps *pOutbufOps;
Exynos_OMX_Vp8dec.c 175 ExynosVideoDecBufferOps *pOutbufOps = NULL;
188 pOutbufOps = (ExynosVideoDecBufferOps *)Exynos_OSAL_Malloc(sizeof(ExynosVideoDecBufferOps));
190 if ((pDecOps == NULL) || (pInbufOps == NULL) || (pOutbufOps == NULL)) {
198 pVp8Dec->hMFCVp8Handle.pOutbufOps = pOutbufOps;
203 pOutbufOps->nSize = sizeof(ExynosVideoDecBufferOps);
205 Exynos_Video_Register_Decoder(pDecOps, pInbufOps, pOutbufOps);
217 if ((pInbufOps->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
218 (pInbufOps->Run == NULL) || (pOutbufOps->Run == NULL) ||
219 (pInbufOps->Stop == NULL) || (pOutbufOps->Stop == NULL) |
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.h 52 ExynosVideoDecBufferOps *pOutbufOps;
Exynos_OMX_Mpeg4enc.c 547 ExynosVideoEncBufferOps *pOutbufOps = NULL;
560 pOutbufOps = (ExynosVideoEncBufferOps *)Exynos_OSAL_Malloc(sizeof(ExynosVideoEncBufferOps));
562 if ((pEncOps == NULL) || (pInbufOps == NULL) || (pOutbufOps == NULL)) {
570 pMpeg4Enc->hMFCMpeg4Handle.pOutbufOps = pOutbufOps;
575 pOutbufOps->nSize = sizeof(ExynosVideoEncBufferOps);
577 Exynos_Video_Register_Encoder(pEncOps, pInbufOps, pOutbufOps);
588 if ((pInbufOps->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
589 (pInbufOps->Run == NULL) || (pOutbufOps->Run == NULL) ||
590 (pInbufOps->Stop == NULL) || (pOutbufOps->Stop == NULL) |
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.h 55 ExynosVideoDecBufferOps *pOutbufOps;
Exynos_OMX_H264enc.c 419 ExynosVideoEncBufferOps *pOutbufOps = NULL;
432 pOutbufOps = (ExynosVideoEncBufferOps *)Exynos_OSAL_Malloc(sizeof(ExynosVideoEncBufferOps));
434 if ((pEncOps == NULL) || (pInbufOps == NULL) || (pOutbufOps == NULL)) {
442 pH264Enc->hMFCH264Handle.pOutbufOps = pOutbufOps;
447 pOutbufOps->nSize = sizeof(ExynosVideoEncBufferOps);
449 Exynos_Video_Register_Encoder(pEncOps, pInbufOps, pOutbufOps);
460 if ((pInbufOps->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
461 (pInbufOps->Run == NULL) || (pOutbufOps->Run == NULL) ||
462 (pInbufOps->Stop == NULL) || (pOutbufOps->Stop == NULL) |
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.h 74 ExynosVideoDecBufferOps *pOutbufOps;
Exynos_OMX_Mpeg4dec.c 360 ExynosVideoDecBufferOps *pOutbufOps = NULL;
373 pOutbufOps = (ExynosVideoDecBufferOps *)Exynos_OSAL_Malloc(sizeof(ExynosVideoDecBufferOps));
375 if ((pDecOps == NULL) || (pInbufOps == NULL) || (pOutbufOps == NULL)) {
383 pMpeg4Dec->hMFCMpeg4Handle.pOutbufOps = pOutbufOps;
388 pOutbufOps->nSize = sizeof(ExynosVideoDecBufferOps);
390 Exynos_Video_Register_Decoder(pDecOps, pInbufOps, pOutbufOps);
402 if ((pInbufOps->Setup == NULL) || (pOutbufOps->Setup == NULL) ||
403 (pInbufOps->Run == NULL) || (pOutbufOps->Run == NULL) ||
404 (pInbufOps->Stop == NULL) || (pOutbufOps->Stop == NULL) |
    [all...]

Completed in 41 milliseconds