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

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 72 EXYNOS_OMX_BASEPORT *exynosOutputPort = &pExynosComponent->pExynosPort[OUTPUT_PORT_INDEX];
74 if ((exynosOutputPort->portDefinition.format.video.nFrameWidth !=
76 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
80 exynosOutputPort->portDefinition.format.video.nFrameWidth =
82 exynosOutputPort->portDefinition.format.video.nFrameHeight =
84 width = exynosOutputPort->portDefinition.format.video.nStride =
86 height = exynosOutputPort->portDefinition.format.video.nSliceHeight =
89 switch(exynosOutputPort->portDefinition.format.video.eColorFormat) {
94 exynosOutputPort->portDefinition.nBufferSize = (width * height * 3) / 2;
97 width = exynosOutputPort->portDefinition.format.video.nFrameWidth
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 59 EXYNOS_OMX_BASEPORT *exynosOutputPort = &pExynosComponent->pExynosPort[OUTPUT_PORT_INDEX];
61 if ((exynosOutputPort->portDefinition.format.video.nFrameWidth !=
63 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
67 exynosOutputPort->portDefinition.format.video.nFrameWidth =
69 exynosOutputPort->portDefinition.format.video.nFrameHeight =
71 width = exynosOutputPort->portDefinition.format.video.nStride =
73 height = exynosOutputPort->portDefinition.format.video.nSliceHeight =
77 exynosOutputPort->portDefinition.nBufferSize = (width * height * 3) / 2;
589 EXYNOS_OMX_BASEPORT *exynosOutputPort = &pExynosComponent->pExynosPort[OUTPUT_PORT_INDEX];
590 EXYNOS_OMX_DATABUFFER *outputUseBuffer = &exynosOutputPort->way.port2WayDataBuffer.outputDataBuffer
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c 699 EXYNOS_OMX_BASEPORT *exynosOutputPort = &pExynosComponent->pExynosPort[OUTPUT_PORT_INDEX];
700 EXYNOS_OMX_DATABUFFER *outputUseBuffer = &exynosOutputPort->way.port1WayDataBuffer.dataBuffer;
701 EXYNOS_OMX_DATA *outputData = &exynosOutputPort->processData;
739 (CHECK_PORT_BEING_FLUSHED(exynosOutputPort)))
766 EXYNOS_OMX_BASEPORT *exynosOutputPort = &pExynosComponent->pExynosPort[OUTPUT_PORT_INDEX];
768 EXYNOS_OMX_DATABUFFER *outputUseBuffer = &exynosOutputPort->way.port1WayDataBuffer.dataBuffer;
770 EXYNOS_OMX_DATA *outputData = &exynosOutputPort->processData;
785 ((!CHECK_PORT_BEING_FLUSHED(exynosInputPort) && !CHECK_PORT_BEING_FLUSHED(exynosOutputPort)))) {
795 (!CHECK_PORT_BEING_FLUSHED(exynosOutputPort))) {
800 (exynosOutputPort->portState != OMX_StateIdle))
    [all...]

Completed in 25 milliseconds