Searched defs:sPortDef (Results 1 - 8 of 8) sorted by relevance

/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c549 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; local
556 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
557 sPortDef.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
558 sPortDef.nVersion.s.nVersionMinor = OMX_VER_MINOR;
559 sPortDef.nVersion.s.nRevision = 0x0;
560 sPortDef.nVersion.s.nStep = 0x0;
561 sPortDef.nPortIndex = nPortIndex;
564 &sPortDef);
568 if (sPortDef.eDomain == OMX_PortDomainVideo && sPortDef
618 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; local
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c378 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; local
458 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
459 sPortDef.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
460 sPortDef.nVersion.s.nVersionMinor = OMX_VER_MINOR;
461 sPortDef.nVersion.s.nRevision = 0x0;
462 sPortDef.nVersion.s.nStep = 0x0;
463 sPortDef.nPortIndex = OMX_H264E_INPUT_PORT;
465 eError = PROXY_GetParameter(hComponent,OMX_IndexParamPortDefinition, &sPortDef);
468 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
470 eError = PROXY_SetParameter(hComponent,OMX_IndexParamPortDefinition, &sPortDef);
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c367 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; local
441 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
442 sPortDef.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
443 sPortDef.nVersion.s.nVersionMinor = OMX_VER_MINOR;
444 sPortDef.nVersion.s.nRevision = 0x0;
445 sPortDef.nVersion.s.nStep = 0x0;
446 sPortDef.nPortIndex = OMX_MPEG4E_INPUT_PORT;
448 eError = PROXY_GetParameter(hComponent,OMX_IndexParamPortDefinition, &sPortDef);
451 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
453 eError = PROXY_SetParameter(hComponent,OMX_IndexParamPortDefinition, &sPortDef);
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c2053 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; local
2063 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
2064 sPortDef.nVersion.s.nVersionMajor = 0x01;
2065 sPortDef.nVersion.s.nVersionMinor = 0x00;
2066 sPortDef.nPortIndex = pPort->nTunnelPort;
2068 eError = OMX_GetParameter(hTunneledComp, OMX_IndexParamPortDefinition, &sPortDef);
2078 if (sPortDef.format.other.eFormat!= pPortDef->format.other.eFormat) {
2086 if (sPortDef.format.audio.eEncoding != pPortDef->format.audio.eEncoding) {
2094 if (sPortDef.format.video.eCompressionFormat != pPortDef->format.video.eCompressionFormat) {
2102 if (sPortDef
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c1987 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; local
1989 /*sPortDef.format.image.eCompressionFormat = OMX_IMAGE_CodingJPEG;*/
1992 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
1993 sPortDef.nVersion.s.nVersionMajor = 0x1;
1994 sPortDef.nVersion.s.nVersionMinor = 0x0;
1995 sPortDef.nPortIndex = pPort->nTunnelPort;
1997 eError = OMX_GetParameter(hTunneledComp, OMX_IndexParamPortDefinition, &sPortDef);
2005 if (sPortDef.format.other.eFormat!= pPortDef->format.other.eFormat) {
2012 if (sPortDef.format.audio.eEncoding != pPortDef->format.audio.eEncoding) {
2019 if (sPortDef
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c3604 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; local
3607 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
3608 sPortDef.nVersion.s.nVersionMajor = VERSION_MAJOR;
3609 sPortDef.nVersion.s.nVersionMinor = VERSION_MINOR;
3610 sPortDef.nVersion.s.nRevision = VERSION_REVISION;
3611 sPortDef.nVersion.s.nStep = VERSION_STEP;
3612 sPortDef.nPortIndex = pPort->nTunnelPort;
3614 eError = OMX_GetParameter(hTunneledComp, OMX_IndexParamPortDefinition, &sPortDef);
3621 if (sPortDef.format.other.eFormat != pPortDef->format.other.eFormat) {
3628 if (sPortDef
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c3823 OMX_PARAM_PORTDEFINITIONTYPE sPortDef; local
3828 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
3829 sPortDef.nVersion.s.nVersionMajor = 0x1;
3830 sPortDef.nVersion.s.nVersionMinor = 0x0;
3831 sPortDef.nPortIndex = pPort->nTunnelPort;
3835 &sPortDef);
3844 if (sPortDef.format.other.eFormat!= pPortDef->format.other.eFormat)
3852 if (sPortDef.format.audio.eEncoding != pPortDef->format.audio.eEncoding)
3860 if (sPortDef.format.video.eCompressionFormat != pPortDef->format.video.eCompressionFormat)
3868 if (sPortDef
[all...]
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c2151 OMX_PARAM_PORTDEFINITIONTYPE sPortDef = { 0 }; local
2154 sPortDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
2155 sPortDef.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
2156 sPortDef.nVersion.s.nVersionMinor = OMX_VER_MINOR;
2157 sPortDef.nVersion.s.nRevision = 0x0;
2158 sPortDef.nVersion.s.nStep = 0x0;
2159 sPortDef.nPortIndex = nPortIndex;
2163 (OMX_PTR) (&sPortDef), NULL, &eCompReturn);
2166 if (sPortDef.eDomain == OMX_PortDomainVideo)
2168 *nStride = sPortDef
[all...]

Completed in 327 milliseconds