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.c1272 OMX_INOUT OMX_PTR pComponentConfigStructure)
1296 if (pComponentConfigStructure == NULL) {
1320 OMX_IN OMX_PTR pComponentConfigStructure)
1344 if (pComponentConfigStructure == NULL) {
1269 Exynos_OMX_GetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_INOUT OMX_PTR pComponentConfigStructure) argument
1317 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.c1362 OMX_PTR pComponentConfigStructure)
1384 if (pComponentConfigStructure == NULL) {
1395 ret = Exynos_OMX_GetConfig(hComponent, nIndex, pComponentConfigStructure);
1408 OMX_PTR pComponentConfigStructure)
1430 if (pComponentConfigStructure == NULL) {
1443 pVideoDec->bThumbnailMode = *((OMX_BOOL *)pComponentConfigStructure);
1449 ret = Exynos_OMX_SetConfig(hComponent, nIndex, pComponentConfigStructure);
1359 Exynos_OMX_VideoDecodeGetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
1405 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.c1426 OMX_PTR pComponentConfigStructure)
1434 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1456 OMX_VIDEO_CONFIG_BITRATETYPE *pEncodeBitrate = (OMX_VIDEO_CONFIG_BITRATETYPE *)pComponentConfigStructure;
1471 OMX_CONFIG_FRAMERATETYPE *pFramerate = (OMX_CONFIG_FRAMERATETYPE *)pComponentConfigStructure;
1485 ret = Exynos_OMX_GetConfig(hComponent, nIndex, pComponentConfigStructure);
1498 OMX_PTR pComponentConfigStructure)
1506 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1528 OMX_VIDEO_CONFIG_BITRATETYPE *pEncodeBitrate = (OMX_VIDEO_CONFIG_BITRATETYPE *)pComponentConfigStructure;
1543 OMX_CONFIG_FRAMERATETYPE *pFramerate = (OMX_CONFIG_FRAMERATETYPE *)pComponentConfigStructure;
1558 OMX_CONFIG_INTRAREFRESHVOPTYPE *pIntraRefreshVOP = (OMX_CONFIG_INTRAREFRESHVOPTYPE *)pComponentConfigStructure;
1423 Exynos_OMX_VideoEncodeGetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
1495 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.c1315 OMX_PTR pComponentConfigStructure)
1324 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1347 OMX_VIDEO_CONFIG_AVCINTRAPERIOD *pAVCIntraPeriod = (OMX_VIDEO_CONFIG_AVCINTRAPERIOD *)pComponentConfigStructure;
1360 ret = Exynos_OMX_VideoEncodeGetConfig(hComponent, nIndex, pComponentConfigStructure);
1373 OMX_PTR pComponentConfigStructure)
1383 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1409 OMX_U32 nPFrames = (*((OMX_U32 *)pComponentConfigStructure)) - 1;
1418 OMX_VIDEO_CONFIG_AVCINTRAPERIOD *pAVCIntraPeriod = (OMX_VIDEO_CONFIG_AVCINTRAPERIOD *)pComponentConfigStructure;
1435 ret = Exynos_OMX_VideoEncodeSetConfig(hComponent, nIndex, pComponentConfigStructure);
1312 Exynos_H264Enc_GetConfig( OMX_HANDLETYPE hComponent, OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) argument
1370 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.c1540 OMX_IN OMX_PTR pComponentConfigStructure)
1548 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1569 ret = Exynos_OMX_VideoEncodeGetConfig(hComponent, nIndex, pComponentConfigStructure);
1582 OMX_IN OMX_PTR pComponentConfigStructure)
1592 if (hComponent == NULL || pComponentConfigStructure == NULL) {
1617 OMX_U32 nPFrames = (*((OMX_U32 *)pComponentConfigStructure)) - 1;
1628 ret = Exynos_OMX_VideoEncodeSetConfig(hComponent, nIndex, pComponentConfigStructure);
1537 Exynos_Mpeg4Enc_GetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
1579 Exynos_Mpeg4Enc_SetConfig( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument

Completed in 340 milliseconds