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/dec/
Exynos_OMX_Vdec.c 250 pExynosInputPort->bufferProcessType = BUFFER_SHARE;
269 pExynosOutputPort->bufferProcessType = BUFFER_COPY | BUFFER_ANBSHARE;
488 if ((exynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
497 if (exynosInputPort->bufferProcessType == BUFFER_SHARE) {
515 } else if ((exynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
590 if (exynosOutputPort->bufferProcessType == BUFFER_SHARE) {
618 if (exynosOutputPort->bufferProcessType == BUFFER_SHARE)
629 if ((exynosOutputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
682 } else if (exynosOutputPort->bufferProcessType == BUFFER_SHARE) {
729 if ((exynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY)
    [all...]
Exynos_OMX_VdecControl.c 199 } else if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
463 if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
488 if ((pExynosPort->bufferProcessType == BUFFER_SHARE) &&
557 if ((pExynosComponent->pExynosPort[nPortIndex].bufferProcessType & BUFFER_COPY) == BUFFER_COPY)
568 else if ((pExynosComponent->pExynosPort[nPortIndex].bufferProcessType & BUFFER_COPY) == BUFFER_COPY)
788 if ((pExynosPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
790 } else if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 433 if ((exynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
442 if (exynosInputPort->bufferProcessType == BUFFER_SHARE) {
506 } else if ((exynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
598 if (exynosOutputPort->bufferProcessType == BUFFER_SHARE) {
621 if ((exynosOutputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
646 } else if (exynosOutputPort->bufferProcessType == BUFFER_SHARE) {
684 exynosInputPort->bufferProcessType = BUFFER_SHARE;
686 exynosInputPort->bufferProcessType = BUFFER_COPY;
691 if ((exynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
706 } else if (exynosInputPort->bufferProcessType == BUFFER_SHARE)
    [all...]
Exynos_OMX_VencControl.c 196 if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
456 if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
536 if ((pExynosComponent->pExynosPort[nPortIndex].bufferProcessType & BUFFER_COPY) == BUFFER_COPY)
545 if ((pExynosComponent->pExynosPort[nPortIndex].bufferProcessType & BUFFER_COPY) == BUFFER_COPY)
736 if ((pExynosPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
738 } else if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
769 if (pExynosPort->bufferProcessType == BUFFER_SHARE)
771 else if ((pExynosPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 470 if (pExynosOutputPort->bufferProcessType == BUFFER_SHARE)
619 if (pExynosPort->bufferProcessType & BUFFER_COPY) {
627 } else if (pExynosPort->bufferProcessType & BUFFER_SHARE) {
758 if (pOutputPort->bufferProcessType & BUFFER_COPY) {
781 } else if (pOutputPort->bufferProcessType & BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 574 if (pExynosOutputPort->bufferProcessType == BUFFER_SHARE)
723 if (pExynosPort->bufferProcessType & BUFFER_COPY) {
731 } else if (pExynosPort->bufferProcessType & BUFFER_SHARE) {
862 if (pOutputPort->bufferProcessType & BUFFER_COPY) {
885 } else if (pOutputPort->bufferProcessType & BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 389 if (pExynosOutputPort->bufferProcessType == BUFFER_SHARE)
538 if (pExynosPort->bufferProcessType & BUFFER_COPY) {
546 } else if (pExynosPort->bufferProcessType & BUFFER_SHARE) {
677 if (pOutputPort->bufferProcessType & BUFFER_COPY) {
700 } else if (pOutputPort->bufferProcessType & BUFFER_SHARE) {
797 if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
801 } else if ((pExynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
826 if ((pExynosInputPort->bufferProcessType & BUFFER_COPY) == BUFFER_COPY) {
    [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/osal/
Exynos_OSAL_Android.cpp 695 ((pExynosPort->bufferProcessType & BUFFER_ANBSHARE) == BUFFER_ANBSHARE)) {
696 pExynosPort->bufferProcessType = BUFFER_SHARE;
698 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "OMX_IndexParamEnableAndroidBuffers & bufferProcessType change to BUFFER_SHARE");
701 pExynosPort->bufferProcessType == BUFFER_SHARE) {
702 pExynosPort->bufferProcessType = (EXYNOS_OMX_BUFFERPROCESS_TYPE)(BUFFER_COPY | BUFFER_ANBSHARE);
704 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "No OMX_IndexParamEnableAndroidBuffers => reset bufferProcessType");
794 ((pExynosPort->bufferProcessType & BUFFER_ANBSHARE) == BUFFER_ANBSHARE)) {
795 pExynosPort->bufferProcessType = BUFFER_SHARE;
797 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "OMX_IndexParamStoreMetaDataBuffer & bufferProcessType change to BUFFER_SHARE");
800 pExynosPort->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 174 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...]

Completed in 548 milliseconds