/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEncoder.c | 225 OMX_PTR ComponentConfigStructure); 229 OMX_PTR ComponentConfigStructure); 2240 OMX_PTR ComponentConfigStructure) in GetConfig() argument 2250 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, ComponentConfigStructure, 1, 1); in GetConfig() 2264 (*((OMX_BOOL*)ComponentConfigStructure)) = (OMX_BOOL)pComponentPrivate->bForceIFrame; in GetConfig() 2267 … (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->nIntraFrameInterval; in GetConfig() 2270 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->nTargetFrameRate; in GetConfig() 2273 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->nQPI; in GetConfig() 2276 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->nAIRRate; in GetConfig() 2280 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->numSliceASO; in GetConfig() [all …]
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP.c | 163 OMX_PTR ComponentConfigStructure); 167 OMX_PTR ComponentConfigStructure); 1492 OMX_PTR ComponentConfigStructure) in VPP_GetConfig() argument 1500 OMX_CHECK_CMD(hComp, ComponentConfigStructure, OMX_TRUE); in VPP_GetConfig() 1507 OMX_CONFIG_RECTTYPE *crop = (OMX_CONFIG_RECTTYPE*)ComponentConfigStructure; in VPP_GetConfig() 1517 OMX_CONFIG_ROTATIONTYPE *Rotate = (OMX_CONFIG_ROTATIONTYPE*)ComponentConfigStructure; in VPP_GetConfig() 1535 OMX_CONFIG_MIRRORTYPE *nMirror = (OMX_CONFIG_MIRRORTYPE*)ComponentConfigStructure; in VPP_GetConfig() 1545 … OMX_CONFIG_SCALEFACTORTYPE *sScale = (OMX_CONFIG_SCALEFACTORTYPE*)ComponentConfigStructure; in VPP_GetConfig() 1557 OMX_FRAMESIZETYPE *pInputSize = (OMX_FRAMESIZETYPE *)ComponentConfigStructure; in VPP_GetConfig() 1576 OMX_FRAMESIZETYPE *pOutputSize = (OMX_FRAMESIZETYPE *)ComponentConfigStructure; in VPP_GetConfig() [all …]
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
D | OMX_JpegEncoder.c | 110 OMX_PTR ComponentConfigStructure); 114 OMX_PTR ComponentConfigStructure); 1322 OMX_PTR ComponentConfigStructure) in JPEGENC_GetConfig() argument 1333 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in JPEGENC_GetConfig() 1362 OMX_PTR ComponentConfigStructure) in JPEGENC_SetConfig() argument 1376 int *nComment = (int*)ComponentConfigStructure; in JPEGENC_SetConfig() 1389 JPEG_APPTHUMB_MARKER *pMarkerInfo = (JPEG_APPTHUMB_MARKER *) ComponentConfigStructure; in JPEGENC_SetConfig() 1409 JPEG_APPTHUMB_MARKER *pMarkerInfo = (JPEG_APPTHUMB_MARKER *) ComponentConfigStructure; in JPEGENC_SetConfig() 1429 JPEG_APPTHUMB_MARKER *pMarkerInfo = (JPEG_APPTHUMB_MARKER *) ComponentConfigStructure; in JPEGENC_SetConfig() 1448 JPEG_APP13_MARKER *pMarkerInfo = (JPEG_APP13_MARKER *) ComponentConfigStructure; in JPEGENC_SetConfig() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Decoder.c | 1047 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1055 if ((pComponentPrivate != NULL) && (ComponentConfigStructure != NULL)) in GetConfig() 1056 memcpy(ComponentConfigStructure,pComponentPrivate,sizeof(G711DEC_COMPONENT_PRIVATE)); in GetConfig() 1075 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1102 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1124 customFlag = (int*)ComponentConfigStructure; in SetConfig() 1137 customFlag = (int*)ComponentConfigStructure; in SetConfig() 1153 confFrameParams = (G711DEC_FTYPES*)ComponentConfigStructure; in SetConfig() 1163 deviceString = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1194 pMuteStructure = (OMX_AUDIO_CONFIG_MUTETYPE *)ComponentConfigStructure; in SetConfig() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDecoder.c | 1172 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1190 if (NULL == ComponentConfigStructure) { in GetConfig() 1198 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig() 1202 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in GetConfig() 1224 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1256 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1281 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1311 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1323 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1349 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() [all …]
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
D | OMX_JpegDecoder.c | 99 OMX_PTR ComponentConfigStructure); 102 OMX_PTR ComponentConfigStructure); 1516 OMX_PTR ComponentConfigStructure) in GetConfig_JPEGDec() argument 1523 OMX_CHECK_PARAM(ComponentConfigStructure); in GetConfig_JPEGDec() 1536 … OMX_CONFIG_SCALEFACTORTYPE* pScaleFactor = (OMX_CONFIG_SCALEFACTORTYPE *)ComponentConfigStructure; in GetConfig_JPEGDec() 1580 int *pnProgressiveFlag = (int*)ComponentConfigStructure; in GetConfig_JPEGDec() 1587 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in GetConfig_JPEGDec() 1615 OMX_PTR ComponentConfigStructure) in SetConfig_JPEGDec() argument 1622 OMX_CHECK_PARAM(ComponentConfigStructure); in SetConfig_JPEGDec() 1635 … OMX_CONFIG_SCALEFACTORTYPE* pScaleFactor = (OMX_CONFIG_SCALEFACTORTYPE *)ComponentConfigStructure; in SetConfig_JPEGDec() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEncoder.c | 1306 OMX_PTR ComponentConfigStructure) { in GetConfig() argument 1330 memcpy(ComponentConfigStructure, streamInfo, sizeof(TI_OMX_STREAM_INFO)); in GetConfig() 1332 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in GetConfig() 1355 OMX_PTR ComponentConfigStructure) { in SetConfig() argument 1390 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1410 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1423 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1441 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1455 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1469 pGainStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure; in SetConfig() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
D | OMX_Mp3Decoder.c | 1088 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1125 pMuteStructure = (OMX_AUDIO_CONFIG_MUTETYPE *)ComponentConfigStructure; in SetConfig() 1151 pVolumeStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure; in SetConfig() 1166 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1194 deviceString = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1221 customFlag = (int*)ComponentConfigStructure; in SetConfig() 1241 customFlag = (int*)ComponentConfigStructure; in SetConfig() 1251 OMX_DBG_SETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in SetConfig() 1393 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1413 MP3D_OMX_CONF_CHECK_CMD(ComponentConfigStructure, 1, 1); in GetConfig() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDecoder.c | 1142 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1159 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig() 1162 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in GetConfig() 1185 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1215 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1236 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1264 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1282 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1300 pMuteStructure = (OMX_AUDIO_CONFIG_MUTETYPE *)ComponentConfigStructure; in SetConfig() 1326 pVolumeStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure; in SetConfig() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDecoder.c | 1082 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1107 aac_params = (OMX_AUDIO_PARAM_AACPROFILETYPE*)ComponentConfigStructure; in SetConfig() 1156 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig() 1173 deviceString = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1202 OMX_DBG_SETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in SetConfig() 1341 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1364 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig() 1371 if(((OMX_AUDIO_PARAM_AACPROFILETYPE *)(ComponentConfigStructure))->nPortIndex == in GetConfig() 1373 memcpy(ComponentConfigStructure, pComponentPrivate->aacParams, in GetConfig() 1376 else if(((OMX_AUDIO_PARAM_AACPROFILETYPE *)(ComponentConfigStructure))->nPortIndex == in GetConfig() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Decoder.c | 1086 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1098 memcpy(ComponentConfigStructure,pComponentPrivate,sizeof(G729DEC_COMPONENT_PRIVATE)); in GetConfig() 1117 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1144 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1168 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1200 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1216 pMuteStructure = (OMX_AUDIO_CONFIG_MUTETYPE *)ComponentConfigStructure; in SetConfig() 1243 pVolumeStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure; in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | OMX_G722Encoder.c | 1149 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1169 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig() 1195 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1217 pDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1225 pDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1231 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig() 1253 pGainStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure; in SetConfig() 1287 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEncoder.c | 1217 …TYPE GetConfig (OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) in GetConfig() argument 1242 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig() 1246 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in GetConfig() 1266 …TYPE SetConfig (OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) in SetConfig() argument 1304 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig() 1321 ptrFramesPerOutBuf = (OMX_U16*)ComponentConfigStructure; in SetConfig() 1339 pGainStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure; in SetConfig() 1359 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1382 OMX_DBG_SETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Decoder.c | 1113 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1145 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1157 G726D_OMX_CONF_CHECK_CMD(hComp,ComponentConfigStructure,1) in SetConfig() 1166 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig() 1175 pMuteStructure = (OMX_AUDIO_CONFIG_MUTETYPE *)ComponentConfigStructure; in SetConfig() 1199 pVolumeStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure; in SetConfig() 1214 deviceString = (OMX_S16*)ComponentConfigStructure; in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
D | OMX_G722Decoder.c | 1091 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1123 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1135 G722D_OMX_CONF_CHECK_CMD(hComp,ComponentConfigStructure,1) in SetConfig() 1144 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure; in SetConfig() 1152 pMuteStructure = (OMX_AUDIO_CONFIG_MUTETYPE *)ComponentConfigStructure; in SetConfig() 1176 pVolumeStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure; in SetConfig() 1191 deviceString = (OMX_S16*)ComponentConfigStructure; in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Encoder.c | 886 OMX_PTR ComponentConfigStructure) in GetConfig() argument 901 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig() 925 OMX_PTR ComponentConfigStructure) in SetConfig() argument 950 pTiDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 962 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 988 pGainStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure; in SetConfig()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDecoder.c | 1684 OMX_PTR ComponentConfigStructure) in VIDDEC_GetConfig() argument 1690 OMX_CONF_CHECK_CMD(hComp, ComponentConfigStructure, OMX_TRUE); in VIDDEC_GetConfig() 1703 …PARAM_PORTDEFINITIONTYPE *pPortDefParam = (OMX_PARAM_PORTDEFINITIONTYPE *)ComponentConfigStructure; in VIDDEC_GetConfig() 1704 if (((OMX_PARAM_PORTDEFINITIONTYPE*)(ComponentConfigStructure))->nPortIndex == in VIDDEC_GetConfig() 1709 … else if (((OMX_PARAM_PORTDEFINITIONTYPE*)(ComponentConfigStructure))->nPortIndex == in VIDDEC_GetConfig() 1720 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in VIDDEC_GetConfig() 1728 OMX_CONFIG_MBERRORREPORTINGTYPE* pMBErrorReportTo = ComponentConfigStructure; in VIDDEC_GetConfig() 1743 … OMX_CONFIG_MACROBLOCKERRORMAPTYPE_TI* pMBErrorMapTypeTo = ComponentConfigStructure; in VIDDEC_GetConfig() 1762 OMX_PARAM_MACROBLOCKSTYPE* pMBBlocksTypeTo = ComponentConfigStructure; in VIDDEC_GetConfig() 1993 OMX_PTR ComponentConfigStructure) in VIDDEC_SetConfig() argument [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDecoder.c | 1148 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1173 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig() 1175 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in GetConfig() 1202 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1208 TI_OMX_DSP_DEFINITION* pDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1245 deviceString = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1272 OMX_DBG_SETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEncoder.c | 1301 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1318 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO)); in GetConfig() 1321 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in GetConfig() 1344 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1375 pTiDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1392 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig() 1418 pGainStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure; in SetConfig() 1437 OMX_DBG_SETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure); in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Encoder.c | 1087 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1121 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1151 pTiDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1160 pGainStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure; in SetConfig() 1178 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1199 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Encoder.c | 981 OMX_PTR ComponentConfigStructure) in GetConfig() argument 1004 OMX_PTR ComponentConfigStructure) in SetConfig() argument 1026 pTiDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure; in SetConfig() 1039 confFrameParams = (G711ENC_FTYPES*)ComponentConfigStructure; in SetConfig() 1051 customFlag = (OMX_S16*)ComponentConfigStructure; in SetConfig()
|