Searched refs:nPlaneSize (Results 1 - 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c126 OMX_U32 nPlaneSize[MFC_OUTPUT_BUFFER_PLANE])
161 (void *)Exynos_OSAL_SharedMemory_Alloc(pVideoEnc->hSharedMemory, nPlaneSize[j], eMemoryType);
170 ppCodecBuffer[i]->bufferSize[j] = nPlaneSize[j];
687 OMX_U32 nPlaneSize[MFC_INPUT_BUFFER_PLANE] = {0, }; local
688 nPlaneSize[0] = DEFAULT_MFC_INPUT_YBUFFER_SIZE;
689 nPlaneSize[1] = DEFAULT_MFC_INPUT_CBUFFER_SIZE;
694 ret = Exynos_Allocate_CodecBuffers(pOMXComponent, INPUT_PORT_INDEX, MFC_INPUT_BUFFER_NUM_MAX, nPlaneSize);
122 Exynos_Allocate_CodecBuffers( OMX_COMPONENTTYPE *pOMXComponent, OMX_U32 nPortIndex, OMX_U32 nBufferCnt, OMX_U32 nPlaneSize[MFC_OUTPUT_BUFFER_PLANE]) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c991 OMX_U32 nPlaneSize[MFC_OUTPUT_BUFFER_PLANE] = {0}; local
992 nPlaneSize[0] = OutBufferSize;
993 ret = Exynos_Allocate_CodecBuffers(pOMXComponent, OUTPUT_PORT_INDEX, MFC_OUTPUT_BUFFER_NUM_MAX, nPlaneSize);
1632 OMX_U32 nPlaneSize[MFC_INPUT_BUFFER_PLANE] = {0, }; local
1633 nPlaneSize[0] = DEFAULT_MFC_INPUT_YBUFFER_SIZE;
1634 nPlaneSize[1] = DEFAULT_MFC_INPUT_CBUFFER_SIZE;
1639 ret = Exynos_Allocate_CodecBuffers(pOMXComponent, INPUT_PORT_INDEX, MFC_INPUT_BUFFER_NUM_MAX, nPlaneSize);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c1123 OMX_U32 nPlaneSize[MFC_OUTPUT_BUFFER_PLANE] = {0}; local
1124 nPlaneSize[0] = OutBufferSize;
1125 ret = Exynos_Allocate_CodecBuffers(pOMXComponent, OUTPUT_PORT_INDEX, MFC_OUTPUT_BUFFER_NUM_MAX, nPlaneSize);
1830 OMX_U32 nPlaneSize[MFC_INPUT_BUFFER_PLANE] = {0, }; local
1831 nPlaneSize[0] = DEFAULT_MFC_INPUT_YBUFFER_SIZE;
1832 nPlaneSize[1] = DEFAULT_MFC_INPUT_CBUFFER_SIZE;
1837 ret = Exynos_Allocate_CodecBuffers(pOMXComponent, INPUT_PORT_INDEX, MFC_INPUT_BUFFER_NUM_MAX, nPlaneSize);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c156 OMX_U32 nPlaneSize[MFC_OUTPUT_BUFFER_PLANE])
191 (void *)Exynos_OSAL_SharedMemory_Alloc(pVideoDec->hSharedMemory, nPlaneSize[j], eMemoryType);
200 ppCodecBuffer[i]->bufferSize[j] = nPlaneSize[j];
152 Exynos_Allocate_CodecBuffers( OMX_COMPONENTTYPE *pOMXComponent, OMX_U32 nPortIndex, OMX_U32 nBufferCnt, OMX_U32 nPlaneSize[MFC_OUTPUT_BUFFER_PLANE]) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c1581 OMX_U32 nPlaneSize[MFC_INPUT_BUFFER_PLANE] = {DEFAULT_MFC_INPUT_BUFFER_SIZE}; local
1585 ret = Exynos_Allocate_CodecBuffers(pOMXComponent, INPUT_PORT_INDEX, MFC_INPUT_BUFFER_NUM_MAX, nPlaneSize);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c1626 OMX_U32 nPlaneSize[MFC_INPUT_BUFFER_PLANE] = {DEFAULT_MFC_INPUT_BUFFER_SIZE}; local
1629 ret = Exynos_Allocate_CodecBuffers(pOMXComponent, INPUT_PORT_INDEX, MFC_INPUT_BUFFER_NUM_MAX, nPlaneSize);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c1215 OMX_U32 nPlaneSize[MFC_INPUT_BUFFER_PLANE] = {DEFAULT_MFC_INPUT_BUFFER_SIZE}; local
1218 ret = Exynos_Allocate_CodecBuffers(pOMXComponent, INPUT_PORT_INDEX, MFC_INPUT_BUFFER_NUM_MAX, nPlaneSize);

Completed in 74 milliseconds