Searched defs:nBufferSize (Results 1 - 9 of 9) 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.h381 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/omap4-aah/domx/omx_core/inc/
H A DOMX_Component.h85 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */ member in struct:OMX_PARAM_PORTDEFINITIONTYPE
/hardware/ti/omap4-aah/security/tf_crypto_sst/
H A Dpkcs11_object.c180 uint32_t nBufferSize = 0; local
186 nErrorCode = static_analyzeTemplate(&nDataOffset, &nBufferSize, pTemplate1, ulCount1);
188 nErrorCode = static_analyzeTemplate(&nDataOffset, &nBufferSize, pTemplate2, ulCount2);
191 pBuffer = malloc(nBufferSize);
193 memset(pBuffer, 0, nBufferSize);
205 *pBufferSize = nBufferSize;
220 uint32_t nBufferSize = 0; local
233 nErrorCode = static_analyzeTemplate(&nDataOffset, &nBufferSize, pTemplate, ulCount);
236 pBuffer = malloc(nBufferSize);
246 *pBufferSize = nBufferSize;
661 uint32_t nBufferSize = 0; local
819 uint32_t nBufferSize = 0; local
1200 uint32_t nBufferSize = 0; local
1264 uint32_t nBufferSize = 0; local
1329 uint32_t nBufferSize = 0; local
1590 uint32_t nBufferSize = 0; local
[all...]
/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 3669 milliseconds