HomeSort by relevance Sort by last modified time
    Searched defs:nBufferSize (Results 1 - 16 of 16) sorted by null

  /hardware/ti/omap4-aah/security/tf_crypto_sst/
pkcs11_object.c 180 uint32_t nBufferSize = 0;
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;
233 nErrorCode = static_analyzeTemplate(&nDataOffset, &nBufferSize, pTemplate, ulCount);
236 pBuffer = malloc(nBufferSize);
246 *pBufferSize = nBufferSize;
    [all...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_object.c 113 uint32_t nBufferSize = 0;
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 = 0
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Component.h 85 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
QOMX_IVCommonExtensions.h 381 OMX_U32 nBufferSize; /**< Read-only parameter that specifies the minimum size of the buffer, in bytes */
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
QOMX_IVCommonExtensions.h 381 OMX_U32 nBufferSize; /**< Read-only parameter that specifies the minimum size of the buffer, in bytes */
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msmcobalt/mm-core/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
QOMX_IVCommonExtensions.h 381 OMX_U32 nBufferSize; /**< Read-only parameter that specifies the minimum size of the buffer, in bytes */
OMX_QCOMExtns.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Component.h 85 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */

Completed in 550 milliseconds