HomeSort by relevance Sort by last modified time
    Searched refs:nBufferIndex (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_object.c 112 uint32_t nBufferIndex = 0;
170 *(uint32_t*)(pBuffer + nBufferIndex) = ulCount1;
171 nBufferIndex += 4;
180 memcpy(pBuffer + nBufferIndex, &sItem, sizeof(INPUT_TEMPLATE_ITEM));
181 nBufferIndex += sizeof(INPUT_TEMPLATE_ITEM);
202 *(uint32_t*)(pBuffer + nBufferIndex) = ulCount2;
203 nBufferIndex += 4;
212 memcpy(pBuffer + nBufferIndex, &sItem, sizeof(INPUT_TEMPLATE_ITEM));
213 nBufferIndex += sizeof(INPUT_TEMPLATE_ITEM);
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]

Completed in 46 milliseconds