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

  /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/mm-core/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
QOMX_IVCommonExtensions.h 374 OMX_U32 nBufferSize; /**< Read-only parameter that specifies the minimum size of the buffer, in bytes */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
  /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/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 690 milliseconds