OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nBufferIndex
(Results
1 - 8
of
8
) 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-legacy/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
omx_vdec_copper.cpp
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
omx_vdec_hevc.cpp
[
all
...]
omx_vdec_msm8974.cpp
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp
[
all
...]
Completed in 42 milliseconds