Searched refs:pDspDefinition (Results 1 – 7 of 7) sorted by relevance
266 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() local1230 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()
1200 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig() local1217 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()
1087 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig() local1156 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()
1151 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig() local1166 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()
1272 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig() local1304 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()
1129 TI_OMX_DSP_DEFINITION* pDspDefinition = NULL; in SetConfig() local1144 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig()1145 pComponentPrivate->dasfmode = pDspDefinition->dasfMode; in SetConfig()1146 pComponentPrivate->streamID = pDspDefinition->streamId; in SetConfig()
719 TI_OMX_DSP_DEFINITION* pDspDefinition; member