Searched defs:pComponentConfigStructure (Results 1 - 10 of 10) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
H A DExynos_OMX_Mp3dec.c265 OMX_IN OMX_PTR pComponentConfigStructure)
273 if (hComponent == NULL || pComponentConfigStructure == NULL) {
295 ret = Exynos_OMX_AudioDecodeGetConfig(hComponent, nIndex, pComponentConfigStructure);
308 OMX_IN OMX_PTR pComponentConfigStructure)
316 if (hComponent == NULL || pComponentConfigStructure == NULL) {
338 ret = Exynos_OMX_AudioDecodeSetConfig(hComponent, nIndex, pComponentConfigStructure);
262 Exynos_SRP_Mp3Dec_GetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
305 Exynos_SRP_Mp3Dec_SetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Basecomponent.c1269 OMX_INOUT OMX_PTR pComponentConfigStructure)
1293 if (pComponentConfigStructure == NULL) {
1317 OMX_IN OMX_PTR pComponentConfigStructure)
1341 if (pComponentConfigStructure == NULL) {
1266 Exynos_OMX_GetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_INOUT OMX_PTR pComponentConfigStructure) argument
1314 Exynos_OMX_SetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
H A DExynos_OMX_Adec.c1190 OMX_PTR pComponentConfigStructure)
1214 if (pComponentConfigStructure == NULL) {
1225 ret = Exynos_OMX_GetConfig(hComponent, nIndex, pComponentConfigStructure);
1238 OMX_PTR pComponentConfigStructure)
1262 if (pComponentConfigStructure == NULL) {
1285 ret = Exynos_OMX_SetConfig(hComponent, nIndex, pComponentConfigStructure);
1187 Exynos_OMX_AudioDecodeGetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
1235 Exynos_OMX_AudioDecodeSetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_VdecControl.c1347 OMX_PTR pComponentConfigStructure)
1369 if (pComponentConfigStructure == NULL) {
1380 ret = Exynos_OMX_GetConfig(hComponent, nIndex, pComponentConfigStructure);
1393 OMX_PTR pComponentConfigStructure)
1415 if (pComponentConfigStructure == NULL) {
1428 pVideoDec->bThumbnailMode = *((OMX_BOOL *)pComponentConfigStructure);
1434 ret = Exynos_OMX_SetConfig(hComponent, nIndex, pComponentConfigStructure);
1344 Exynos_OMX_VideoDecodeGetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
1390 Exynos_OMX_VideoDecodeSetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c1237 OMX_PTR pComponentConfigStructure)
1259 if (pComponentConfigStructure == NULL) {
1281 pDstRectType = (OMX_CONFIG_RECTTYPE *)pComponentConfigStructure;
1300 ret = Exynos_OMX_VideoDecodeGetConfig(hComponent, nIndex, pComponentConfigStructure);
1313 OMX_PTR pComponentConfigStructure)
1335 if (pComponentConfigStructure == NULL) {
1346 ret = Exynos_OMX_VideoDecodeSetConfig(hComponent, nIndex, pComponentConfigStructure);
1234 Exynos_H264Dec_GetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
1310 Exynos_H264Dec_SetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c1003 OMX_PTR pComponentConfigStructure)
1011 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1032 ret = Exynos_OMX_VideoDecodeGetConfig(hComponent, nIndex, pComponentConfigStructure);
1045 OMX_PTR pComponentConfigStructure)
1053 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1074 ret = Exynos_OMX_VideoDecodeSetConfig(hComponent, nIndex, pComponentConfigStructure);
1000 Exynos_VP8Dec_GetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
1042 Exynos_VP8Dec_SetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_VencControl.c1384 OMX_PTR pComponentConfigStructure)
1392 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1414 OMX_VIDEO_CONFIG_BITRATETYPE *pEncodeBitrate = (OMX_VIDEO_CONFIG_BITRATETYPE *)pComponentConfigStructure;
1429 OMX_CONFIG_FRAMERATETYPE *pFramerate = (OMX_CONFIG_FRAMERATETYPE *)pComponentConfigStructure;
1443 ret = Exynos_OMX_GetConfig(hComponent, nIndex, pComponentConfigStructure);
1456 OMX_PTR pComponentConfigStructure)
1464 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1486 OMX_VIDEO_CONFIG_BITRATETYPE *pEncodeBitrate = (OMX_VIDEO_CONFIG_BITRATETYPE *)pComponentConfigStructure;
1501 OMX_CONFIG_FRAMERATETYPE *pFramerate = (OMX_CONFIG_FRAMERATETYPE *)pComponentConfigStructure;
1516 OMX_CONFIG_INTRAREFRESHVOPTYPE *pIntraRefreshVOP = (OMX_CONFIG_INTRAREFRESHVOPTYPE *)pComponentConfigStructure;
1381 Exynos_OMX_VideoEncodeGetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
1453 Exynos_OMX_VideoEncodeSetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c1392 OMX_IN OMX_PTR pComponentConfigStructure)
1400 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1421 ret = Exynos_OMX_VideoDecodeGetConfig(hComponent, nIndex, pComponentConfigStructure);
1434 OMX_IN OMX_PTR pComponentConfigStructure)
1442 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1463 ret = Exynos_OMX_VideoDecodeSetConfig(hComponent, nIndex, pComponentConfigStructure);
1389 Exynos_Mpeg4Dec_GetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
1431 Exynos_Mpeg4Dec_SetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c1307 OMX_PTR pComponentConfigStructure)
1316 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1339 OMX_VIDEO_CONFIG_AVCINTRAPERIOD *pAVCIntraPeriod = (OMX_VIDEO_CONFIG_AVCINTRAPERIOD *)pComponentConfigStructure;
1352 ret = Exynos_OMX_VideoEncodeGetConfig(hComponent, nIndex, pComponentConfigStructure);
1365 OMX_PTR pComponentConfigStructure)
1375 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1401 OMX_U32 nPFrames = (*((OMX_U32 *)pComponentConfigStructure)) - 1;
1410 OMX_VIDEO_CONFIG_AVCINTRAPERIOD *pAVCIntraPeriod = (OMX_VIDEO_CONFIG_AVCINTRAPERIOD *)pComponentConfigStructure;
1427 ret = Exynos_OMX_VideoEncodeSetConfig(hComponent, nIndex, pComponentConfigStructure);
1304 Exynos_H264Enc_GetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
1362 Exynos_H264Enc_SetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c1526 OMX_IN OMX_PTR pComponentConfigStructure)
1534 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1555 ret = Exynos_OMX_VideoEncodeGetConfig(hComponent, nIndex, pComponentConfigStructure);
1568 OMX_IN OMX_PTR pComponentConfigStructure)
1578 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1603 OMX_U32 nPFrames = (*((OMX_U32 *)pComponentConfigStructure)) - 1;
1614 ret = Exynos_OMX_VideoEncodeSetConfig(hComponent, nIndex, pComponentConfigStructure);
1523 Exynos_Mpeg4Enc_GetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
1565 Exynos_Mpeg4Enc_SetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument

Completed in 451 milliseconds