OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tparamstruct
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c
166
OMX_TI_PARAM_ENHANCEDPORTRECONFIG
tParamStruct
;
220
tParamStruct
.nSize = sizeof(OMX_TI_PARAM_ENHANCEDPORTRECONFIG);
221
tParamStruct
.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
222
tParamStruct
.nVersion.s.nVersionMinor = OMX_VER_MINOR;
223
tParamStruct
.nVersion.s.nRevision = 0x0;
224
tParamStruct
.nVersion.s.nStep = 0x0;
225
tParamStruct
.nPortIndex = OMX_VIDEODECODER_OUTPUT_PORT;
226
tParamStruct
.bUsePortReconfigForCrop = OMX_TRUE;
227
tParamStruct
.bUsePortReconfigForPadding = OMX_TRUE;
230
&
tParamStruct
);
[
all
...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c
206
OMX_TI_PARAM_ENHANCEDPORTRECONFIG
tParamStruct
;
260
tParamStruct
.nSize = sizeof(OMX_TI_PARAM_ENHANCEDPORTRECONFIG);
261
tParamStruct
.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
262
tParamStruct
.nVersion.s.nVersionMinor = OMX_VER_MINOR;
263
tParamStruct
.nVersion.s.nRevision = 0x0;
264
tParamStruct
.nVersion.s.nStep = 0x0;
265
tParamStruct
.nPortIndex = OMX_VIDEODECODER_OUTPUT_PORT;
266
tParamStruct
.bUsePortReconfigForCrop = OMX_TRUE;
267
tParamStruct
.bUsePortReconfigForPadding = OMX_TRUE;
270
&
tParamStruct
);
[
all
...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c
147
OMX_TI_PARAM_ENHANCEDPORTRECONFIG
tParamStruct
;
556
OMX_PARAM_PORTDEFINITIONTYPE
tParamStruct
;
574
tParamStruct
.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
575
tParamStruct
.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
576
tParamStruct
.nVersion.s.nVersionMinor = OMX_VER_MINOR;
577
tParamStruct
.nVersion.s.nRevision = 0x0;
578
tParamStruct
.nVersion.s.nStep = 0x0;
579
tParamStruct
.nPortIndex = OMX_H264E_INPUT_PORT;
581
eError = PROXY_GetParameter(hComponent, OMX_IndexParamPortDefinition, &
tParamStruct
);
587
pBufferHdr->nFilledLen =
tParamStruct
.nBufferSize
[
all
...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c
146
OMX_TI_PARAM_ENHANCEDPORTRECONFIG
tParamStruct
;
539
OMX_PARAM_PORTDEFINITIONTYPE
tParamStruct
;
557
tParamStruct
.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
558
tParamStruct
.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
559
tParamStruct
.nVersion.s.nVersionMinor = OMX_VER_MINOR;
560
tParamStruct
.nVersion.s.nRevision = 0x0;
561
tParamStruct
.nVersion.s.nStep = 0x0;
562
tParamStruct
.nPortIndex = OMX_MPEG4E_INPUT_PORT;
564
eError = PROXY_GetParameter(hComponent, OMX_IndexParamPortDefinition, &
tParamStruct
);
570
pBufferHdr->nFilledLen =
tParamStruct
.nBufferSize
[
all
...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c
279
OMX_TI_PARAM_ENHANCEDPORTRECONFIG
tParamStruct
;
701
OMX_PARAM_PORTDEFINITIONTYPE
tParamStruct
;
725
tParamStruct
.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
726
tParamStruct
.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
727
tParamStruct
.nVersion.s.nVersionMinor = OMX_VER_MINOR;
728
tParamStruct
.nVersion.s.nRevision = 0x0;
729
tParamStruct
.nVersion.s.nStep = 0x0;
730
tParamStruct
.nPortIndex = OMX_H264E_INPUT_PORT;
732
eError = PROXY_GetParameter(hComponent, OMX_IndexParamPortDefinition, &
tParamStruct
);
738
pBufferHdr->nFilledLen =
tParamStruct
.nBufferSize
[
all
...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c
277
OMX_TI_PARAM_ENHANCEDPORTRECONFIG
tParamStruct
;
677
OMX_PARAM_PORTDEFINITIONTYPE
tParamStruct
;
700
tParamStruct
.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
701
tParamStruct
.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
702
tParamStruct
.nVersion.s.nVersionMinor = OMX_VER_MINOR;
703
tParamStruct
.nVersion.s.nRevision = 0x0;
704
tParamStruct
.nVersion.s.nStep = 0x0;
705
tParamStruct
.nPortIndex = OMX_MPEG4E_INPUT_PORT;
707
eError = PROXY_GetParameter(hComponent, OMX_IndexParamPortDefinition, &
tParamStruct
);
713
pBufferHdr->nFilledLen =
tParamStruct
.nBufferSize
[
all
...]
Completed in 99 milliseconds