OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DSP_CACHE_ALIGNMENT
(Results
1 - 11
of
11
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Common.h
56
DSP_CACHE_ALIGNMENT
For Cache alignment
61
#define
DSP_CACHE_ALIGNMENT
128
95
_ptr_ = (_name_*)(((OMX_U8*)_ptr_ +
DSP_CACHE_ALIGNMENT
));
116
_pStruct_ = (_name_*)(((OMX_U8*)_pStruct_ -
DSP_CACHE_ALIGNMENT
));\
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h
340
#define
DSP_CACHE_ALIGNMENT
256
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c
253
G711ENC_OMX_MALLOC_SIZE(pBufferParamTemp, sizeof(G711ENC_ParamStruct) +
DSP_CACHE_ALIGNMENT
,OMX_U8);
[
all
...]
OMX_G711Encoder.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c
431
pPortDef_ip->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
443
pPortDef_op->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c
424
pPortDef_ip->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
433
pPortDef_op->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c
403
pPortDef_ip->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
419
pPortDef_op->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c
410
pPortDef_ip->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
422
pPortDef_op->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c
406
pPortDef_ip->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
423
pPortDef_op->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c
317
pPortDef_ip->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
336
pPortDef_ip->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c
306
pPortDef_ip->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
324
pPortDef_op->nBufferAlignment =
DSP_CACHE_ALIGNMENT
;
[
all
...]
Completed in 800 milliseconds