Searched refs:dstInputData (Results 1 - 2 of 2) sorted by relevance
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/ |
H A D | Exynos_OMX_Vdec.c | 836 EXYNOS_OMX_DATA dstInputData; local 863 Exynos_Output_CodecBufferToData(pExynosComponent, codecBuffer, &dstInputData); 876 Exynos_Shared_BufferToData(dstInputUseBuffer, &dstInputData, TWO_PLANE); 878 ret = Exynos_Shared_ANBBufferToData(dstInputUseBuffer, &dstInputData, exynosOutputPort, TWO_PLANE); 885 Exynos_OSAL_RefANB_Increase(pVideoDec->hRefHandle, dstInputData.bufferHeader->pBuffer); 896 ret = pVideoDec->exynos_codec_dstInputProcess(pOMXComponent, &dstInputData); 898 Exynos_ResetCodecData(&dstInputData);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/ |
H A D | Exynos_OMX_Venc.c | 860 EXYNOS_OMX_DATA dstInputData; local 885 Exynos_Output_CodecBufferToData(pExynosComponent, codecBuffer, &dstInputData); 896 Exynos_Shared_BufferToData(dstInputUseBuffer, &dstInputData, ONE_PLANE); 905 ret = pVideoEnc->exynos_codec_dstInputProcess(pOMXComponent, &dstInputData); 907 Exynos_ResetCodecData(&dstInputData);
|
Completed in 1021 milliseconds