Home
last modified time | relevance | path

Searched refs:pDspDefinition (Results 1 – 7 of 7) sorted by relevance

/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()
503 OMX_MEMFREE_STRUCT(pComponentPrivate->pDspDefinition); in OMX_ComponentInit()
1208 TI_OMX_DSP_DEFINITION* pDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() local
1230 memcpy(pComponentPrivate->pDspDefinition,pDspDefinition,sizeof(TI_OMX_DSP_DEFINITION)); in SetConfig()
1231 headerInfo = pDspDefinition->wmaHeaderInfo; in SetConfig()
1233 if(pComponentPrivate->pDspDefinition->dasfMode == 0){ in SetConfig()
1236 else if (pComponentPrivate->pDspDefinition->dasfMode == 1) { in SetConfig()
1239 else if(pComponentPrivate->pDspDefinition->dasfMode == 2) { in SetConfig()
1242 pComponentPrivate->streamID = pDspDefinition->streamId; in SetConfig()
1589 OMX_MEMFREE_STRUCT(pComponentPrivate->pDspDefinition); in ComponentDeInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Encoder.c1200 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig() local
1217 pDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
1218 memcpy(&(pComponentPrivate->tiOmxDspDefinition), pDspDefinition, in SetConfig()
1225 pDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig()
1226 pComponentPrivate->streamID = pDspDefinition->streamId; in SetConfig()
1231 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig()
1232 if (pDspDefinition == NULL) { in SetConfig()
1237 pComponentPrivate->dasfmode = pDspDefinition->dasfMode; in SetConfig()
1239 pComponentPrivate->teemode = pDspDefinition->teeMode; in SetConfig()
1247 pComponentPrivate->streamID = pDspDefinition->streamId; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDecoder.c1087 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig() local
1156 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig()
1157 if (pDspDefinition == NULL) { in SetConfig()
1162 pComponentPrivate->dasfmode = pDspDefinition->dasfMode; in SetConfig()
1163 if(pDspDefinition->dasfMode == 2){ in SetConfig()
1167 pComponentPrivate->framemode = pDspDefinition->framemode; in SetConfig()
1169 pComponentPrivate->streamID = pDspDefinition->streamId; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Decoder.c1151 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig() local
1166 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig()
1167 pComponentPrivate->dasfmode = pDspDefinition->dasfMode; in SetConfig()
1168 pComponentPrivate->streamID = pDspDefinition->streamId; in SetConfig()
1169 pComponentPrivate->packingType = pDspDefinition->packingType; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEncoder.c1272 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig() local
1304 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig()
1305 if (pDspDefinition == NULL) in SetConfig()
1311 pComponentPrivate->dasfmode = pDspDefinition->dasfMode; in SetConfig()
1313 pComponentPrivate->bitRateMode = pDspDefinition->aacencHeaderInfo->bitratemode; in SetConfig()
1315 pComponentPrivate->streamID = pDspDefinition->streamId; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
DOMX_G722Decoder.c1129 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig() local
1144 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig()
1145 pComponentPrivate->dasfmode = pDspDefinition->dasfMode; in SetConfig()
1146 pComponentPrivate->streamID = pDspDefinition->streamId; in SetConfig()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
DOMX_WmaDec_Utils.h719 TI_OMX_DSP_DEFINITION* pDspDefinition; member