OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sPortDef
(Results
1 - 8
of
8
) sorted by null
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c
549
OMX_PARAM_PORTDEFINITIONTYPE
sPortDef
;
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
.format.video.eCompressionFormat == OMX_VIDEO_CodingUnused
[
all
...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c
378
OMX_PARAM_PORTDEFINITIONTYPE
sPortDef
;
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/
omx_proxy_mpeg4enc.c
367
OMX_PARAM_PORTDEFINITIONTYPE
sPortDef
;
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/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c
[
all
...]
Completed in 355 milliseconds