Home
last modified time | relevance | path

Searched refs:sPortDef (Results 1 – 12 of 12) sorted by relevance

/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
Domx_proxy_videodec.c549 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; in RPC_UTIL_SetStrideAndPadding() local
556 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in RPC_UTIL_SetStrideAndPadding()
557 sPortDef.nVersion.s.nVersionMajor = OMX_VER_MAJOR; in RPC_UTIL_SetStrideAndPadding()
558 sPortDef.nVersion.s.nVersionMinor = OMX_VER_MINOR; in RPC_UTIL_SetStrideAndPadding()
559 sPortDef.nVersion.s.nRevision = 0x0; in RPC_UTIL_SetStrideAndPadding()
560 sPortDef.nVersion.s.nStep = 0x0; in RPC_UTIL_SetStrideAndPadding()
561 sPortDef.nPortIndex = nPortIndex; in RPC_UTIL_SetStrideAndPadding()
564 &sPortDef); in RPC_UTIL_SetStrideAndPadding()
568 …if (sPortDef.eDomain == OMX_PortDomainVideo && sPortDef.format.video.eCompressionFormat == OMX_VID… in RPC_UTIL_SetStrideAndPadding()
572 sPortDef.format.video.nStride = LINUX_PAGE_SIZE; in RPC_UTIL_SetStrideAndPadding()
[all …]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
Domx_proxy_videodec.c580 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; in RPC_UTIL_SetStrideAndPadding() local
587 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in RPC_UTIL_SetStrideAndPadding()
588 sPortDef.nVersion.s.nVersionMajor = OMX_VER_MAJOR; in RPC_UTIL_SetStrideAndPadding()
589 sPortDef.nVersion.s.nVersionMinor = OMX_VER_MINOR; in RPC_UTIL_SetStrideAndPadding()
590 sPortDef.nVersion.s.nRevision = 0x0; in RPC_UTIL_SetStrideAndPadding()
591 sPortDef.nVersion.s.nStep = 0x0; in RPC_UTIL_SetStrideAndPadding()
592 sPortDef.nPortIndex = nPortIndex; in RPC_UTIL_SetStrideAndPadding()
595 &sPortDef); in RPC_UTIL_SetStrideAndPadding()
599 …if (sPortDef.eDomain == OMX_PortDomainVideo && sPortDef.format.video.eCompressionFormat == OMX_VID… in RPC_UTIL_SetStrideAndPadding()
603 sPortDef.format.video.nStride = LINUX_PAGE_SIZE; in RPC_UTIL_SetStrideAndPadding()
[all …]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
Domx_proxy_mpeg4enc.c367 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; in LOCAL_PROXY_MPEG4E_SetParameter() local
441 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in LOCAL_PROXY_MPEG4E_SetParameter()
442 sPortDef.nVersion.s.nVersionMajor = OMX_VER_MAJOR; in LOCAL_PROXY_MPEG4E_SetParameter()
443 sPortDef.nVersion.s.nVersionMinor = OMX_VER_MINOR; in LOCAL_PROXY_MPEG4E_SetParameter()
444 sPortDef.nVersion.s.nRevision = 0x0; in LOCAL_PROXY_MPEG4E_SetParameter()
445 sPortDef.nVersion.s.nStep = 0x0; in LOCAL_PROXY_MPEG4E_SetParameter()
446 sPortDef.nPortIndex = OMX_MPEG4E_INPUT_PORT; in LOCAL_PROXY_MPEG4E_SetParameter()
448 eError = PROXY_GetParameter(hComponent,OMX_IndexParamPortDefinition, &sPortDef); in LOCAL_PROXY_MPEG4E_SetParameter()
451 sPortDef.format.video.nStride = LINUX_PAGE_SIZE; in LOCAL_PROXY_MPEG4E_SetParameter()
453 eError = PROXY_SetParameter(hComponent,OMX_IndexParamPortDefinition, &sPortDef); in LOCAL_PROXY_MPEG4E_SetParameter()
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
Domx_proxy_h264enc.c378 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; in LOCAL_PROXY_H264E_SetParameter() local
458 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in LOCAL_PROXY_H264E_SetParameter()
459 sPortDef.nVersion.s.nVersionMajor = OMX_VER_MAJOR; in LOCAL_PROXY_H264E_SetParameter()
460 sPortDef.nVersion.s.nVersionMinor = OMX_VER_MINOR; in LOCAL_PROXY_H264E_SetParameter()
461 sPortDef.nVersion.s.nRevision = 0x0; in LOCAL_PROXY_H264E_SetParameter()
462 sPortDef.nVersion.s.nStep = 0x0; in LOCAL_PROXY_H264E_SetParameter()
463 sPortDef.nPortIndex = OMX_H264E_INPUT_PORT; in LOCAL_PROXY_H264E_SetParameter()
465 eError = PROXY_GetParameter(hComponent,OMX_IndexParamPortDefinition, &sPortDef); in LOCAL_PROXY_H264E_SetParameter()
468 sPortDef.format.video.nStride = LINUX_PAGE_SIZE; in LOCAL_PROXY_H264E_SetParameter()
470 eError = PROXY_SetParameter(hComponent,OMX_IndexParamPortDefinition, &sPortDef); in LOCAL_PROXY_H264E_SetParameter()
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
Domx_proxy_mpeg4enc.c505 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; in LOCAL_PROXY_MPEG4E_SetParameter() local
579 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in LOCAL_PROXY_MPEG4E_SetParameter()
580 sPortDef.nVersion.s.nVersionMajor = OMX_VER_MAJOR; in LOCAL_PROXY_MPEG4E_SetParameter()
581 sPortDef.nVersion.s.nVersionMinor = OMX_VER_MINOR; in LOCAL_PROXY_MPEG4E_SetParameter()
582 sPortDef.nVersion.s.nRevision = 0x0; in LOCAL_PROXY_MPEG4E_SetParameter()
583 sPortDef.nVersion.s.nStep = 0x0; in LOCAL_PROXY_MPEG4E_SetParameter()
584 sPortDef.nPortIndex = OMX_MPEG4E_INPUT_PORT; in LOCAL_PROXY_MPEG4E_SetParameter()
586 eError = PROXY_GetParameter(hComponent,OMX_IndexParamPortDefinition, &sPortDef); in LOCAL_PROXY_MPEG4E_SetParameter()
589 sPortDef.format.video.nStride = LINUX_PAGE_SIZE; in LOCAL_PROXY_MPEG4E_SetParameter()
591 eError = PROXY_SetParameter(hComponent,OMX_IndexParamPortDefinition, &sPortDef); in LOCAL_PROXY_MPEG4E_SetParameter()
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
Domx_proxy_h264enc.c523 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; in LOCAL_PROXY_H264E_SetParameter() local
603 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in LOCAL_PROXY_H264E_SetParameter()
604 sPortDef.nVersion.s.nVersionMajor = OMX_VER_MAJOR; in LOCAL_PROXY_H264E_SetParameter()
605 sPortDef.nVersion.s.nVersionMinor = OMX_VER_MINOR; in LOCAL_PROXY_H264E_SetParameter()
606 sPortDef.nVersion.s.nRevision = 0x0; in LOCAL_PROXY_H264E_SetParameter()
607 sPortDef.nVersion.s.nStep = 0x0; in LOCAL_PROXY_H264E_SetParameter()
608 sPortDef.nPortIndex = OMX_H264E_INPUT_PORT; in LOCAL_PROXY_H264E_SetParameter()
610 eError = PROXY_GetParameter(hComponent,OMX_IndexParamPortDefinition, &sPortDef); in LOCAL_PROXY_H264E_SetParameter()
613 sPortDef.format.video.nStride = LINUX_PAGE_SIZE; in LOCAL_PROXY_H264E_SetParameter()
615 eError = PROXY_SetParameter(hComponent,OMX_IndexParamPortDefinition, &sPortDef); in LOCAL_PROXY_H264E_SetParameter()
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
Domx_proxy_common.c2324 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; in RPC_UTIL_GetStride() local
2327 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in RPC_UTIL_GetStride()
2328 sPortDef.nVersion.s.nVersionMajor = OMX_VER_MAJOR; in RPC_UTIL_GetStride()
2329 sPortDef.nVersion.s.nVersionMinor = OMX_VER_MINOR; in RPC_UTIL_GetStride()
2330 sPortDef.nVersion.s.nRevision = 0x0; in RPC_UTIL_GetStride()
2331 sPortDef.nVersion.s.nStep = 0x0; in RPC_UTIL_GetStride()
2332 sPortDef.nPortIndex = nPortIndex; in RPC_UTIL_GetStride()
2336 (OMX_PTR) (&sPortDef), NULL, &eCompReturn); in RPC_UTIL_GetStride()
2339 if (sPortDef.eDomain == OMX_PortDomainVideo) in RPC_UTIL_GetStride()
2341 *nStride = sPortDef.format.video.nStride; in RPC_UTIL_GetStride()
[all …]
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
Domx_proxy_common.c2151 OMX_PARAM_PORTDEFINITIONTYPE sPortDef = { 0 }; in RPC_UTIL_GetStride() local
2154 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in RPC_UTIL_GetStride()
2155 sPortDef.nVersion.s.nVersionMajor = OMX_VER_MAJOR; in RPC_UTIL_GetStride()
2156 sPortDef.nVersion.s.nVersionMinor = OMX_VER_MINOR; in RPC_UTIL_GetStride()
2157 sPortDef.nVersion.s.nRevision = 0x0; in RPC_UTIL_GetStride()
2158 sPortDef.nVersion.s.nStep = 0x0; in RPC_UTIL_GetStride()
2159 sPortDef.nPortIndex = nPortIndex; in RPC_UTIL_GetStride()
2163 (OMX_PTR) (&sPortDef), NULL, &eCompReturn); in RPC_UTIL_GetStride()
2166 if (sPortDef.eDomain == OMX_PortDomainVideo) in RPC_UTIL_GetStride()
2168 *nStride = sPortDef.format.video.nStride; in RPC_UTIL_GetStride()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDecoder.c2053 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; in VerifyTunnelConnection_JPEGDec() local
2063 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in VerifyTunnelConnection_JPEGDec()
2064 sPortDef.nVersion.s.nVersionMajor = 0x01; in VerifyTunnelConnection_JPEGDec()
2065 sPortDef.nVersion.s.nVersionMinor = 0x00; in VerifyTunnelConnection_JPEGDec()
2066 sPortDef.nPortIndex = pPort->nTunnelPort; in VerifyTunnelConnection_JPEGDec()
2068 eError = OMX_GetParameter(hTunneledComp, OMX_IndexParamPortDefinition, &sPortDef); in VerifyTunnelConnection_JPEGDec()
2078 if (sPortDef.format.other.eFormat!= pPortDef->format.other.eFormat) { in VerifyTunnelConnection_JPEGDec()
2086 if (sPortDef.format.audio.eEncoding != pPortDef->format.audio.eEncoding) { in VerifyTunnelConnection_JPEGDec()
2094 if (sPortDef.format.video.eCompressionFormat != pPortDef->format.video.eCompressionFormat) { in VerifyTunnelConnection_JPEGDec()
2102 if (sPortDef.format.image.eCompressionFormat != pPortDef->format.image.eCompressionFormat) { in VerifyTunnelConnection_JPEGDec()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEncoder.c1987 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; in JPEGENC_VerifyTunnelConnection() local
1992 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in JPEGENC_VerifyTunnelConnection()
1993 sPortDef.nVersion.s.nVersionMajor = 0x1; in JPEGENC_VerifyTunnelConnection()
1994 sPortDef.nVersion.s.nVersionMinor = 0x0; in JPEGENC_VerifyTunnelConnection()
1995 sPortDef.nPortIndex = pPort->nTunnelPort; in JPEGENC_VerifyTunnelConnection()
1997 eError = OMX_GetParameter(hTunneledComp, OMX_IndexParamPortDefinition, &sPortDef); in JPEGENC_VerifyTunnelConnection()
2005 if (sPortDef.format.other.eFormat!= pPortDef->format.other.eFormat) { in JPEGENC_VerifyTunnelConnection()
2012 if (sPortDef.format.audio.eEncoding != pPortDef->format.audio.eEncoding) { in JPEGENC_VerifyTunnelConnection()
2019 … if (sPortDef.format.video.eCompressionFormat != pPortDef->format.video.eCompressionFormat) { in JPEGENC_VerifyTunnelConnection()
2026 … if (sPortDef.format.image.eCompressionFormat != pPortDef->format.image.eCompressionFormat) { in JPEGENC_VerifyTunnelConnection()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c3604 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; in VIDDEC_VerifyTunnelConnection() local
3607 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in VIDDEC_VerifyTunnelConnection()
3608 sPortDef.nVersion.s.nVersionMajor = VERSION_MAJOR; in VIDDEC_VerifyTunnelConnection()
3609 sPortDef.nVersion.s.nVersionMinor = VERSION_MINOR; in VIDDEC_VerifyTunnelConnection()
3610 sPortDef.nVersion.s.nRevision = VERSION_REVISION; in VIDDEC_VerifyTunnelConnection()
3611 sPortDef.nVersion.s.nStep = VERSION_STEP; in VIDDEC_VerifyTunnelConnection()
3612 sPortDef.nPortIndex = pPort->nTunnelPort; in VIDDEC_VerifyTunnelConnection()
3614 eError = OMX_GetParameter(hTunneledComp, OMX_IndexParamPortDefinition, &sPortDef); in VIDDEC_VerifyTunnelConnection()
3621 if (sPortDef.format.other.eFormat != pPortDef->format.other.eFormat) { in VIDDEC_VerifyTunnelConnection()
3628 if (sPortDef.format.audio.eEncoding != pPortDef->format.audio.eEncoding) { in VIDDEC_VerifyTunnelConnection()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c3823 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; in VerifyTunnelConnection() local
3828 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in VerifyTunnelConnection()
3829 sPortDef.nVersion.s.nVersionMajor = 0x1; in VerifyTunnelConnection()
3830 sPortDef.nVersion.s.nVersionMinor = 0x0; in VerifyTunnelConnection()
3831 sPortDef.nPortIndex = pPort->nTunnelPort; in VerifyTunnelConnection()
3835 &sPortDef); in VerifyTunnelConnection()
3844 if (sPortDef.format.other.eFormat!= pPortDef->format.other.eFormat) in VerifyTunnelConnection()
3852 if (sPortDef.format.audio.eEncoding != pPortDef->format.audio.eEncoding) in VerifyTunnelConnection()
3860 … if (sPortDef.format.video.eCompressionFormat != pPortDef->format.video.eCompressionFormat) in VerifyTunnelConnection()
3868 … if (sPortDef.format.image.eCompressionFormat != pPortDef->format.image.eCompressionFormat) in VerifyTunnelConnection()