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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
Exynos_OMX_Def.h 154 BUFFER_SHARE = 0x02,
  /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/
Exynos_OMX_Vdec.c 250 pExynosInputPort->bufferProcessType = BUFFER_SHARE;
497 if (exynosInputPort->bufferProcessType == BUFFER_SHARE) {
589 if (exynosOutputPort->bufferProcessType == BUFFER_SHARE) {
617 if (exynosOutputPort->bufferProcessType == BUFFER_SHARE)
681 } else if (exynosOutputPort->bufferProcessType == BUFFER_SHARE) {
    [all...]
Exynos_OMX_VdecControl.c 199 } else if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
463 if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
488 if ((pExynosPort->bufferProcessType == BUFFER_SHARE) &&
790 } else if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 630 } else if (pExynosPort->bufferProcessType & BUFFER_SHARE) {
779 } else if (pOutputPort->bufferProcessType & BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 441 if (exynosInputPort->bufferProcessType == BUFFER_SHARE) {
595 if (exynosOutputPort->bufferProcessType == BUFFER_SHARE) {
643 } else if (exynosOutputPort->bufferProcessType == BUFFER_SHARE) {
681 exynosInputPort->bufferProcessType = BUFFER_SHARE;
700 } else if (exynosInputPort->bufferProcessType == BUFFER_SHARE) {
    [all...]
Exynos_OMX_VencControl.c 196 if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
456 if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
738 } else if (pExynosPort->bufferProcessType == BUFFER_SHARE) {
769 if (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/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 802 if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
835 } else if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 613 if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
646 } else if (pExynosInputPort->bufferProcessType == BUFFER_SHARE) {
723 } else if (pExynosOutputPort->bufferProcessType == BUFFER_SHARE) {
829 } else if (pExynosOutputPort->bufferProcessType == BUFFER_SHARE) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
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 718 pExynosPort->bufferProcessType = BUFFER_SHARE;
720 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "OMX_IndexParamEnableAndroidBuffers & bufferProcessType change to BUFFER_SHARE");
820 pExynosPort->bufferProcessType = BUFFER_SHARE;
822 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "OMX_IndexParamStoreMetaDataBuffer & bufferProcessType change to BUFFER_SHARE");

Completed in 102 milliseconds