Searched defs:codecReturn (Results 1 - 5 of 5) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c1344 ExynosVideoErrorType codecReturn = VIDEO_ERROR_NONE; local
1368 codecReturn = pInbufOps->Enqueue(hMFCHandle, (unsigned char **)&pSrcInputData->buffer.singlePlaneBuffer.dataBuffer,
1370 if (codecReturn != VIDEO_ERROR_NONE) {
1465 ExynosVideoErrorType codecReturn = VIDEO_ERROR_NONE; local
1485 codecReturn = pOutbufOps->ExtensionEnqueue(hMFCHandle,
1490 if (codecReturn != VIDEO_ERROR_NONE) {
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c1719 ExynosVideoErrorType codecReturn = VIDEO_ERROR_NONE; local
1744 codecReturn = pInbufOps->Enqueue(hMFCHandle, (unsigned char **)&pSrcInputData->buffer.singlePlaneBuffer.dataBuffer,
1746 if (codecReturn != VIDEO_ERROR_NONE) {
1841 ExynosVideoErrorType codecReturn = VIDEO_ERROR_NONE; local
1870 codecReturn = pOutbufOps->ExtensionEnqueue(hMFCHandle,
1875 if (codecReturn != VIDEO_ERROR_NONE) {
1876 if (codecReturn != VIDEO_ERROR_WRONGBUFFERSIZE) {
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c1755 ExynosVideoErrorType codecReturn = VIDEO_ERROR_NONE; local
1779 codecReturn = pInbufOps->Enqueue(hMFCHandle, (unsigned char **)&pSrcInputData->buffer.singlePlaneBuffer.dataBuffer,
1781 if (codecReturn != VIDEO_ERROR_NONE) {
1876 ExynosVideoErrorType codecReturn = VIDEO_ERROR_NONE; local
1896 codecReturn = pOutbufOps->ExtensionEnqueue(hMFCHandle,
1901 if (codecReturn != VIDEO_ERROR_NONE) {
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c1749 ExynosVideoErrorType codecReturn = VIDEO_ERROR_NONE; local
1793 codecReturn = pInbufOps->ExtensionEnqueue(hMFCHandle,
1799 codecReturn = pInbufOps->Enqueue(hMFCHandle, (unsigned char **)pSrcInputData->buffer.multiPlaneBuffer.dataBuffer,
1803 codecReturn = pInbufOps->Enqueue(hMFCHandle, (unsigned char **)pSrcInputData->buffer.multiPlaneBuffer.dataBuffer,
1806 if (codecReturn != VIDEO_ERROR_NONE) {
1914 ExynosVideoErrorType codecReturn = VIDEO_ERROR_NONE; local
1924 codecReturn = pOutbufOps->Enqueue(hMFCHandle, (unsigned char **)&pDstInputData->buffer.singlePlaneBuffer.dataBuffer,
1927 if (codecReturn != VIDEO_ERROR_NONE) {
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c1947 ExynosVideoErrorType codecReturn = VIDEO_ERROR_NONE; local
1994 codecReturn = pInbufOps->ExtensionEnqueue(hMFCHandle,
2000 codecReturn = pInbufOps->Enqueue(hMFCHandle, (unsigned char **)pSrcInputData->buffer.multiPlaneBuffer.dataBuffer,
2004 codecReturn = pInbufOps->Enqueue(hMFCHandle, (unsigned char **)pSrcInputData->buffer.multiPlaneBuffer.dataBuffer,
2007 if (codecReturn != VIDEO_ERROR_NONE) {
2115 ExynosVideoErrorType codecReturn = VIDEO_ERROR_NONE; local
2125 codecReturn = pOutbufOps->Enqueue(hMFCHandle, (unsigned char **)&pDstInputData->buffer.singlePlaneBuffer.dataBuffer,
2128 if (codecReturn != VIDEO_ERROR_NONE) {

Completed in 22 milliseconds