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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 328 if ((exynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
337 if (exynosInputPort->bufferProcessType == BUFFER_SHARE) {
400 } else if ((exynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
491 if (exynosOutputPort->bufferProcessType == BUFFER_SHARE) {
514 if ((exynosOutputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
539 } else if (exynosOutputPort->bufferProcessType == BUFFER_SHARE) {
577 exynosInputPort->bufferProcessType = BUFFER_SHARE;
579 exynosInputPort->bufferProcessType = BUFFER_COPY;
582 if ((exynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
618 } else if (exynosInputPort->bufferProcessType == BUFFER_SHARE)
    [all...]
Exynos_OMX_VencControl.c 195 if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
450 if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
530 if ((pExynosComponent->pExynosPort[nPortIndex].bufferProcessType & BUFFER_COPY) == BUFFER_COPY)
539 if ((pExynosComponent->pExynosPort[nPortIndex].bufferProcessType & BUFFER_COPY) == BUFFER_COPY)
590 if ((exynosOMXInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
592 } else if (exynosOMXInputPort->bufferProcessType == BUFFER_SHARE) {
828 if ((pExynosPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY)
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 147 pExynosInputPort->bufferProcessType = BUFFER_SHARE;
163 pExynosOutputPort->bufferProcessType = BUFFER_COPY | BUFFER_ANBSHARE;
372 if ((exynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
381 if (exynosInputPort->bufferProcessType == BUFFER_SHARE) {
399 } else if ((exynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
473 if (exynosOutputPort->bufferProcessType == BUFFER_SHARE) {
500 if (exynosOutputPort->bufferProcessType == BUFFER_SHARE)
511 if ((exynosOutputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
564 } else if (exynosOutputPort->bufferProcessType == BUFFER_SHARE) {
611 if ((exynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY)
    [all...]
Exynos_OMX_VdecControl.c 199 } else if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
462 if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
542 if ((pExynosComponent->pExynosPort[nPortIndex].bufferProcessType & BUFFER_COPY) == BUFFER_COPY)
551 if ((pExynosComponent->pExynosPort[nPortIndex].bufferProcessType & BUFFER_COPY) == BUFFER_COPY)
602 if ((exynosOMXInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
604 } else if (exynosOMXInputPort->bufferProcessType == BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c 263 if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 629 if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
633 } else if ((pExynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
658 if ((pExynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
671 } else if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
738 if ((pExynosOutputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
758 } else if (pExynosOutputPort->bufferProcessType == BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 737 if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
741 } else if ((pExynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
766 if ((pExynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
779 } else if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
836 if ((pExynosOutputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
856 } else if (pExynosOutputPort->bufferProcessType == BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 548 if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
552 } else if ((pExynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
577 if ((pExynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
590 } else if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
647 if ((pExynosOutputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
667 } else if (pExynosOutputPort->bufferProcessType == BUFFER_SHARE) {
723 if ((pExynosOutputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
748 if ((pExynosOutputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
780 } else if (pExynosOutputPort->bufferProcessType == BUFFER_SHARE) {
818 if (pExynosOutputPort->bufferProcessType == BUFFER_SHARE)
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c 253 if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
361 if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.h 173 EXYNOS_OMX_BUFFERPROCESS_TYPE bufferProcessType;
Exynos_OMX_Basecomponent.c 239 if (pExynosComponent->pExynosPort[i].bufferProcessType == BUFFER_SHARE) {
284 if (pExynosComponent->pExynosPort[i].bufferProcessType == BUFFER_SHARE) {
370 if (pExynosComponent->pExynosPort[i].bufferProcessType == BUFFER_SHARE)
423 if (pExynosComponent->pExynosPort[i].bufferProcessType == BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 434 ((pExynosPort->bufferProcessType & BUFFER_ANBSHARE) == BUFFER_ANBSHARE)) {
435 pExynosPort->bufferProcessType = BUFFER_SHARE;
437 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "OMX_IndexParamEnableAndroidBuffers & bufferProcessType change to BUFFER_SHARE");

Completed in 1993 milliseconds