Searched defs:ComponentConfigStructure (Results 1 - 21 of 21) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c1073 * @param ComponentConfigStructure
1082 OMX_PTR ComponentConfigStructure)
1107 aac_params = (OMX_AUDIO_PARAM_AACPROFILETYPE*)ComponentConfigStructure;
1156 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure;
1173 deviceString = (OMX_S16*)ComponentConfigStructure;
1202 OMX_DBG_SETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1329 * @param ComponentConfigStructure This is configuration structure that is filled
1341 OMX_PTR ComponentConfigStructure)
1364 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO));
1371 if(((OMX_AUDIO_PARAM_AACPROFILETYPE *)(ComponentConfigStructure))
1080 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1339 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c1210 * @param ComponentConfigStructure
1217 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1242 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO));
1246 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1259 * @param ComponentConfigStructure
1266 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1269 /* OMX_CONF_CHECK_CMD(hComp,1,ComponentConfigStructure);*/
1304 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure;
1321 ptrFramesPerOutBuf = (OMX_U16*)ComponentConfigStructure;
1339 pGainStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure;
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c1038 * @param ComponentConfigStructure
1047 OMX_PTR ComponentConfigStructure)
1055 if ((pComponentPrivate != NULL) && (ComponentConfigStructure != NULL))
1056 memcpy(ComponentConfigStructure,pComponentPrivate,sizeof(G711DEC_COMPONENT_PRIVATE));
1066 * @param ComponentConfigStructure
1075 OMX_PTR ComponentConfigStructure)
1102 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1124 customFlag = (int*)ComponentConfigStructure;
1137 customFlag = (int*)ComponentConfigStructure;
1153 confFrameParams = (G711DEC_FTYPES*)ComponentConfigStructure;
1045 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1073 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c972 * @param ComponentConfigStructure
981 OMX_PTR ComponentConfigStructure)
995 * @param ComponentConfigStructure
1004 OMX_PTR ComponentConfigStructure)
1026 pTiDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1039 confFrameParams = (G711ENC_FTYPES*)ComponentConfigStructure;
1051 customFlag = (OMX_S16*)ComponentConfigStructure;
979 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1002 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c1079 * @param ComponentConfigStructure This is configuration structure that is filled
1091 OMX_PTR ComponentConfigStructure)
1110 * @param ComponentConfigStructure This is configuration structure that contains
1123 OMX_PTR ComponentConfigStructure)
1135 G722D_OMX_CONF_CHECK_CMD(hComp,ComponentConfigStructure,1)
1144 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure;
1152 pMuteStructure = (OMX_AUDIO_CONFIG_MUTETYPE *)ComponentConfigStructure;
1176 pVolumeStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure;
1191 deviceString = (OMX_S16*)ComponentConfigStructure;
1089 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1121 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c1149 OMX_PTR ComponentConfigStructure)
1169 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO));
1195 OMX_PTR ComponentConfigStructure)
1217 pDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1225 pDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1231 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure;
1253 pGainStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure;
1287 customFlag = (OMX_S16*)ComponentConfigStructure;
1147 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1193 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c1101 * @param ComponentConfigStructure This is configuration structure that is filled
1113 OMX_PTR ComponentConfigStructure)
1132 * @param ComponentConfigStructure This is configuration structure that contains
1145 OMX_PTR ComponentConfigStructure)
1157 G726D_OMX_CONF_CHECK_CMD(hComp,ComponentConfigStructure,1)
1166 pDspDefinition = (TI_OMX_DSP_DEFINITION *)ComponentConfigStructure;
1175 pMuteStructure = (OMX_AUDIO_CONFIG_MUTETYPE *)ComponentConfigStructure;
1199 pVolumeStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure;
1214 deviceString = (OMX_S16*)ComponentConfigStructure;
1111 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1143 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c877 * @param ComponentConfigStructure
886 OMX_PTR ComponentConfigStructure)
901 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO));
916 * @param ComponentConfigStructure
925 OMX_PTR ComponentConfigStructure)
950 pTiDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
962 customFlag = (OMX_S16*)ComponentConfigStructure;
988 pGainStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure;
884 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
923 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c1077 * @param ComponentConfigStructure
1086 OMX_PTR ComponentConfigStructure)
1098 memcpy(ComponentConfigStructure,pComponentPrivate,sizeof(G729DEC_COMPONENT_PRIVATE));
1108 * @param ComponentConfigStructure
1117 OMX_PTR ComponentConfigStructure)
1144 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1168 customFlag = (OMX_S16*)ComponentConfigStructure;
1200 customFlag = (OMX_S16*)ComponentConfigStructure;
1216 pMuteStructure = (OMX_AUDIO_CONFIG_MUTETYPE *)ComponentConfigStructure;
1243 pVolumeStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure;
1084 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1115 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c1078 * @param ComponentConfigStructure
1087 OMX_PTR ComponentConfigStructure)
1112 * @param ComponentConfigStructure
1121 OMX_PTR ComponentConfigStructure)
1151 pTiDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1160 pGainStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure;
1178 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1199 customFlag = (OMX_S16*)ComponentConfigStructure;
1085 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1119 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c1079 * @param ComponentConfigStructure
1088 OMX_PTR ComponentConfigStructure)
1125 pMuteStructure = (OMX_AUDIO_CONFIG_MUTETYPE *)ComponentConfigStructure;
1151 pVolumeStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure;
1166 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1194 deviceString = (OMX_S16*)ComponentConfigStructure;
1221 customFlag = (int*)ComponentConfigStructure;
1241 customFlag = (int*)ComponentConfigStructure;
1251 OMX_DBG_SETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1381 * @param ComponentConfigStructure Thi
1086 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1391 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c1163 * @param ComponentConfigStructure
1172 OMX_PTR ComponentConfigStructure)
1190 if (NULL == ComponentConfigStructure) {
1198 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO));
1202 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1215 * @param ComponentConfigStructure
1224 OMX_PTR ComponentConfigStructure)
1256 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1281 customFlag = (OMX_S16*)ComponentConfigStructure;
1311 customFlag = (OMX_S16*)ComponentConfigStructure;
1170 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1222 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c1290 * @param ComponentConfigStructure
1299 OMX_PTR ComponentConfigStructure)
1316 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO));
1319 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1333 * @param ComponentConfigStructure
1342 OMX_PTR ComponentConfigStructure)
1373 pTiDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1390 customFlag = (OMX_S16*)ComponentConfigStructure;
1416 pGainStructure = (OMX_AUDIO_CONFIG_VOLUMETYPE *)ComponentConfigStructure;
1435 OMX_DBG_SETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1297 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1340 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c1133 * @param ComponentConfigStructure
1142 OMX_PTR ComponentConfigStructure)
1159 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO));
1162 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1176 * @param ComponentConfigStructure
1185 OMX_PTR ComponentConfigStructure)
1215 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1236 customFlag = (OMX_S16*)ComponentConfigStructure;
1264 customFlag = (OMX_S16*)ComponentConfigStructure;
1282 customFlag = (OMX_S16*)ComponentConfigStructure;
1140 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1183 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEncoder.c1295 * @param ComponentConfigStructure
1304 OMX_PTR ComponentConfigStructure) {
1328 memcpy(ComponentConfigStructure, streamInfo, sizeof(TI_OMX_STREAM_INFO));
1330 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1344 * @param ComponentConfigStructure
1353 OMX_PTR ComponentConfigStructure) {
1388 configData = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1408 customFlag = (OMX_S16*)ComponentConfigStructure;
1421 customFlag = (OMX_S16*)ComponentConfigStructure;
1439 customFlag = (OMX_S16*)ComponentConfigStructure;
1302 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1351 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c1139 * @param ComponentConfigStructure
1148 OMX_PTR ComponentConfigStructure)
1173 memcpy(ComponentConfigStructure,streamInfo,sizeof(TI_OMX_STREAM_INFO));
1175 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1193 * @param ComponentConfigStructure
1202 OMX_PTR ComponentConfigStructure)
1208 TI_OMX_DSP_DEFINITION* pDspDefinition = (TI_OMX_DSP_DEFINITION*)ComponentConfigStructure;
1245 deviceString = (OMX_S16*)ComponentConfigStructure;
1272 OMX_DBG_SETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1146 GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1200 SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c99 OMX_PTR ComponentConfigStructure);
102 OMX_PTR ComponentConfigStructure);
1508 * @param ComponentConfigStructure - Component Config Structure
1516 OMX_PTR ComponentConfigStructure)
1523 OMX_CHECK_PARAM(ComponentConfigStructure);
1536 OMX_CONFIG_SCALEFACTORTYPE* pScaleFactor = (OMX_CONFIG_SCALEFACTORTYPE *)ComponentConfigStructure;
1580 int *pnProgressiveFlag = (int*)ComponentConfigStructure;
1587 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1607 * @param ComponentConfigStructure - Component Config Structure
1615 OMX_PTR ComponentConfigStructure)
1514 GetConfig_JPEGDec(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1613 SetConfig_JPEGDec(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c110 OMX_PTR ComponentConfigStructure);
114 OMX_PTR ComponentConfigStructure);
1314 * @param ComponentConfigStructure Component Config Structure
1322 OMX_PTR ComponentConfigStructure)
1333 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1362 OMX_PTR ComponentConfigStructure)
1376 int *nComment = (int*)ComponentConfigStructure;
1389 JPEG_APPTHUMB_MARKER *pMarkerInfo = (JPEG_APPTHUMB_MARKER *) ComponentConfigStructure;
1409 JPEG_APPTHUMB_MARKER *pMarkerInfo = (JPEG_APPTHUMB_MARKER *) ComponentConfigStructure;
1429 JPEG_APPTHUMB_MARKER *pMarkerInfo = (JPEG_APPTHUMB_MARKER *) ComponentConfigStructure;
1320 JPEGENC_GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1360 JPEGENC_SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c163 OMX_PTR ComponentConfigStructure);
167 OMX_PTR ComponentConfigStructure);
1484 * @param ComponentConfigStructure
1492 OMX_PTR ComponentConfigStructure)
1500 OMX_CHECK_CMD(hComp, ComponentConfigStructure, OMX_TRUE);
1507 OMX_CONFIG_RECTTYPE *crop = (OMX_CONFIG_RECTTYPE*)ComponentConfigStructure;
1517 OMX_CONFIG_ROTATIONTYPE *Rotate = (OMX_CONFIG_ROTATIONTYPE*)ComponentConfigStructure;
1535 OMX_CONFIG_MIRRORTYPE *nMirror = (OMX_CONFIG_MIRRORTYPE*)ComponentConfigStructure;
1545 OMX_CONFIG_SCALEFACTORTYPE *sScale = (OMX_CONFIG_SCALEFACTORTYPE*)ComponentConfigStructure;
1557 OMX_FRAMESIZETYPE *pInputSize = (OMX_FRAMESIZETYPE *)ComponentConfigStructure;
1490 VPP_GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1614 VPP_SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c1684 OMX_PTR ComponentConfigStructure)
1690 OMX_CONF_CHECK_CMD(hComp, ComponentConfigStructure, OMX_TRUE);
1703 OMX_PARAM_PORTDEFINITIONTYPE *pPortDefParam = (OMX_PARAM_PORTDEFINITIONTYPE *)ComponentConfigStructure;
1704 if (((OMX_PARAM_PORTDEFINITIONTYPE*)(ComponentConfigStructure))->nPortIndex ==
1709 else if (((OMX_PARAM_PORTDEFINITIONTYPE*)(ComponentConfigStructure))->nPortIndex ==
1720 OMX_DBG_GETCONFIG(pComponentPrivate->dbg, ComponentConfigStructure);
1728 OMX_CONFIG_MBERRORREPORTINGTYPE* pMBErrorReportTo = ComponentConfigStructure;
1743 OMX_CONFIG_MACROBLOCKERRORMAPTYPE_TI* pMBErrorMapTypeTo = ComponentConfigStructure;
1762 OMX_PARAM_MACROBLOCKSTYPE* pMBBlocksTypeTo = ComponentConfigStructure;
1993 OMX_PTR ComponentConfigStructure)
1682 VIDDEC_GetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
1991 VIDDEC_SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c225 OMX_PTR ComponentConfigStructure);
229 OMX_PTR ComponentConfigStructure);
2240 OMX_PTR ComponentConfigStructure)
2250 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, ComponentConfigStructure, 1, 1);
2264 (*((OMX_BOOL*)ComponentConfigStructure)) = (OMX_BOOL)pComponentPrivate->bForceIFrame;
2267 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->nIntraFrameInterval;
2270 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->nTargetFrameRate;
2273 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->nQPI;
2276 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->nAIRRate;
2280 (*((OMX_U32*)ComponentConfigStructure))
2238 GetConfig(OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
2442 SetConfig(OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nConfigIndex, OMX_PTR ComponentConfigStructure) argument
[all...]

Completed in 1135 milliseconds