Searched refs:srcInputData (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c273 OMX_BOOL Exynos_CSC_InputData(OMX_COMPONENTTYPE *pOMXComponent, EXYNOS_OMX_DATA *srcInputData) argument
290 CODEC_ENC_BUFFER *codecInputBuffer = (CODEC_ENC_BUFFER *)srcInputData->pPrivate;
309 pDstBuf[0] = srcInputData->buffer.multiPlaneBuffer.dataBuffer[0];
310 pDstBuf[1] = srcInputData->buffer.multiPlaneBuffer.dataBuffer[1];
311 pDstBuf[2] = srcInputData->buffer.multiPlaneBuffer.dataBuffer[2];
336 pDstFd[i] = (void *)srcInputData->buffer.multiPlaneBuffer.fd[i];
415 OMX_BOOL Exynos_Preprocessor_InputData(OMX_COMPONENTTYPE *pOMXComponent, EXYNOS_OMX_DATA *srcInputData) argument
433 if ((srcInputData->buffer.multiPlaneBuffer.dataBuffer[0] == NULL) ||
434 (srcInputData->pPrivate == NULL)) {
442 Exynos_Shared_BufferToData(inputUseBuffer, srcInputData, ONE_PLAN
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c475 OMX_BOOL Exynos_Preprocessor_InputData(OMX_COMPONENTTYPE *pOMXComponent, EXYNOS_OMX_DATA *srcInputData) argument
489 if ((srcInputData->buffer.singlePlaneBuffer.dataBuffer == NULL) ||
490 (srcInputData->pPrivate == NULL)) {
498 Exynos_Shared_BufferToData(inputUseBuffer, srcInputData, ONE_PLANE);
504 srcInputData->buffer.singlePlaneBuffer.dataBuffer);
510 srcInputData->buffer.singlePlaneBuffer.dataBuffer = dataBuffer;
524 if (((srcInputData->allocSize) - (srcInputData->dataLen)) >= copySize) {
526 Exynos_OSAL_Memcpy(srcInputData->buffer.singlePlaneBuffer.dataBuffer + srcInputData
[all...]

Completed in 25 milliseconds