Searched defs:nBufferSize (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/media/mm-core/inc/
H A DOMX_Component.h68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */ member in struct:OMX_PARAM_PORTDEFINITIONTYPE
H A DQOMX_IVCommonExtensions.h374 OMX_U32 nBufferSize; /**< Read-only parameter that specifies the minimum size of the buffer, in bytes */ member in struct:QOMX_PLANEDEFINITIONTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Component.h68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */ member in struct:OMX_PARAM_PORTDEFINITIONTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Component.h68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */ member in struct:OMX_PARAM_PORTDEFINITIONTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Component.h68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */ member in struct:OMX_PARAM_PORTDEFINITIONTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Component.h68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */ member in struct:OMX_PARAM_PORTDEFINITIONTYPE
/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dpkcs11_object.c113 uint32_t nBufferSize = 0; local
131 nBufferSize = 4 + /* Nb Attributes */
135 nBufferSize += 4 + /* Nb Attributes */
140 nDataOffset = nBufferSize;
146 nBufferSize += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate1[i].ulValueLen);
154 nBufferSize += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate2[i].ulValueLen);
158 pBuffer = (uint8_t*)malloc(nBufferSize);
165 memset(pBuffer, 0, nBufferSize);
231 *pBufferSize = nBufferSize;
664 uint32_t nBufferSize local
822 uint32_t nBufferSize = 0; local
1203 uint32_t nBufferSize = 0; local
1267 uint32_t nBufferSize = 0; local
1332 uint32_t nBufferSize = 0; local
1593 uint32_t nBufferSize = 0; local
[all...]

Completed in 309 milliseconds