Home
last modified time | relevance | path

Searched refs:TI_OMX_DSP_DEFINITION (Results 1 – 25 of 33) sorted by relevance

12

/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
DTIDspOmx.h679 } TI_OMX_DSP_DEFINITION; typedef
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c190 TI_OMX_DSP_DEFINITION* audioinfo,
201 TI_OMX_DSP_DEFINITION* audioinfo,
391 TI_OMX_DSP_DEFINITION *audioinfo = NULL; in main()
420 OMX_G729APP_MALLOC_STRUCT(audioinfo, TI_OMX_DSP_DEFINITION); in main()
421 OMX_G729APP_INIT_STRUCT(audioinfo, TI_OMX_DSP_DEFINITION); in main()
1617 TI_OMX_DSP_DEFINITION* audioinfo, in FreeResources()
1671 TI_OMX_DSP_DEFINITION* audioinfo, in FreeResources()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
DOMX_G722Enc_Utils.h612 TI_OMX_DSP_DEFINITION tiOmxDspDefinition;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Encoder.c1200 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig()
1217 pDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
1219 sizeof(TI_OMX_DSP_DEFINITION)); in SetConfig()
1225 pDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
1231 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Encoder.c1126 TI_OMX_DSP_DEFINITION *pTiDspDefinition = NULL; in SetConfig()
1127 TI_OMX_DSP_DEFINITION *configData = NULL; in SetConfig()
1151 pTiDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
1153 sizeof(TI_OMX_DSP_DEFINITION)); in SetConfig()
1178 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c532 TI_OMX_DSP_DEFINITION* audioinfo;
716 OMX_NBAPP_MALLOC_STRUCT(audioinfo, TI_OMX_DSP_DEFINITION);
717 OMX_NBAPP_INIT_STRUCT(audioinfo, TI_OMX_DSP_DEFINITION);
720 ArrayOfPointers[1]=(TI_OMX_DSP_DEFINITION*)audioinfo;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c532 TI_OMX_DSP_DEFINITION *audioinfo;
702 OMX_WBAPP_MALLOC_STRUCT(audioinfo, TI_OMX_DSP_DEFINITION);
703 OMX_WBAPP_INIT_STRUCT(audioinfo, TI_OMX_DSP_DEFINITION);
706 ArrayOfPointers[1] = (TI_OMX_DSP_DEFINITION*)audioinfo;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
DOMX_G711Enc_Utils.h774 TI_OMX_DSP_DEFINITION tiOmxDspDefinition;
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
DOMX_WmaDec_Utils.h719 TI_OMX_DSP_DEFINITION* pDspDefinition;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
DOMX_G729Enc_Utils.h819 TI_OMX_DSP_DEFINITION tiOmxDspDefinition;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c466 TI_OMX_DSP_DEFINITION* audioinfo = NULL;
673 OMX_NBAPP_MALLOC_STRUCT(audioinfo, TI_OMX_DSP_DEFINITION);
674 OMX_NBAPP_INIT_STRUCT(audioinfo, TI_OMX_DSP_DEFINITION);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDecoder.c266 OMX_MALLOC_GENERIC(pComponentPrivate->pDspDefinition, TI_OMX_DSP_DEFINITION); in OMX_ComponentInit()
1208 TI_OMX_DSP_DEFINITION* pDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
1230 memcpy(pComponentPrivate->pDspDefinition,pDspDefinition,sizeof(TI_OMX_DSP_DEFINITION)); in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
DG726DecTest.c360 TI_OMX_DSP_DEFINITION *pAppPrivate = NULL; in main()
622 pAppPrivate = malloc(sizeof(TI_OMX_DSP_DEFINITION)); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
DG722EncTest.c312 TI_OMX_DSP_DEFINITION *pAppPrivate = NULL;
337 pAppPrivate = malloc(sizeof(TI_OMX_DSP_DEFINITION));
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Encoder.c1009 TI_OMX_DSP_DEFINITION *pTiDspDefinition = NULL; in SetConfig()
1026 pTiDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
1027 … memcpy(&(pComponentPrivate->tiOmxDspDefinition),pTiDspDefinition,sizeof(TI_OMX_DSP_DEFINITION)); in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
DG711DecTest.c461 TI_OMX_DSP_DEFINITION* audioinfo = malloc(sizeof(TI_OMX_DSP_DEFINITION)); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Encoder.c930 TI_OMX_DSP_DEFINITION *pTiDspDefinition = NULL; in SetConfig()
950 pTiDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Decoder.c1151 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig()
1166 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
DOMX_G722Decoder.c1129 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig()
1144 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Decoder.c1123 TI_OMX_DSP_DEFINITION *configData = NULL; in SetConfig()
1144 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Decoder.c1084 TI_OMX_DSP_DEFINITION *configData = NULL; in SetConfig()
1102 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDecoder.c1191 TI_OMX_DSP_DEFINITION *configData; in SetConfig()
1215 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEncoder.c1272 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig()
1304 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDecoder.c1236 TI_OMX_DSP_DEFINITION *configData; in SetConfig()
1256 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEncoder.c1360 TI_OMX_DSP_DEFINITION *configData; in SetConfig()
1390 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()

12