OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pInPortDef
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c
70
if ((OMX_U16)(pComponentPrivate->
pInPortDef
->format.video.nFrameWidth > VIDDEC_CIF_WIDTH) ||
71
(OMX_U16)(pComponentPrivate->
pInPortDef
->format.video.nFrameHeight > VIDDEC_CIF_HEIGHT)) {
72
if (pComponentPrivate->
pInPortDef
->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) {
75
else if (pComponentPrivate->
pInPortDef
->format.video.eCompressionFormat == OMX_VIDEO_CodingWMV) {
78
else if (pComponentPrivate->
pInPortDef
->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
79
if ((OMX_U16)pComponentPrivate->
pInPortDef
->format.video.nFrameHeight > VIDDEC_D1MAX_HEIGHT ||
80
(OMX_U16)pComponentPrivate->
pInPortDef
->format.video.nFrameWidth > VIDDEC_D1MAX_WIDTH)
89
else if (pComponentPrivate->
pInPortDef
->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG2) {
92
else if (pComponentPrivate->
pInPortDef
->format.video.eCompressionFormat == OMX_VIDEO_CodingH263) {
105
else if (((OMX_U16)(pComponentPrivate->
pInPortDef
->format.video.nFrameWidth <= VIDDEC_CIF_WIDTH) &
[
all
...]
OMX_VideoDecoder.c
355
OMX_MALLOC_STRUCT(pComponentPrivate->
pInPortDef
, OMX_PARAM_PORTDEFINITIONTYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
571
if (pComponentPrivate->
pInPortDef
->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) {
574
else if (pComponentPrivate->
pInPortDef
->format.video.eCompressionFormat == OMX_VIDEO_CodingWMV) {
577
else if ((pComponentPrivate->
pInPortDef
->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) ||
578
(pComponentPrivate->
pInPortDef
->format.video.eCompressionFormat == OMX_VIDEO_CodingH263)) {
581
else if (pComponentPrivate->
pInPortDef
->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG2) {
662
pComponentPrivate->
pInPortDef
->bEnabled = OMX_FALSE
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c
620
OMX_PARAM_PORTDEFINITIONTYPE*
pInPortDef
= NULL;
731
pInPortDef
= (OMX_PARAM_PORTDEFINITIONTYPE*)malloc(sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
856
eError = OMX_GetParameter (pHandle, OMX_IndexParamPortDefinition,
pInPortDef
);
862
if (
pInPortDef
->eDir == nIndex1 ) {
863
pInPortDef
->nPortIndex = nIndex1;
866
pInPortDef
->nPortIndex = nIndex2;
872
pInPortDef
->nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
873
pInPortDef
->nVersion.s.nVersionMajor = 0x1;
874
pInPortDef
->nVersion.s.nVersionMinor = 0x0;
875
pInPortDef
->nVersion.s.nRevision = 0x0;
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c
313
OMX_PARAM_PORTDEFINITIONTYPE*
pInPortDef
;
718
eError = OMX_FreeBuffer(pHandle, pAppData->
pInPortDef
->nPortIndex, pAppData->pInBuff[nCounter]);
808
pAppData->
pInPortDef
->nBufferCountActual = NUM_OF_IN_BUFFERS;
809
pAppData->
pInPortDef
->nBufferCountMin = 1;
810
pAppData->
pInPortDef
->bEnabled = OMX_TRUE;
811
pAppData->
pInPortDef
->bPopulated = OMX_FALSE;
812
pAppData->
pInPortDef
->eDomain = OMX_PortDomainVideo;
815
pAppData->
pInPortDef
->format.video.cMIMEType = "yuv";
816
pAppData->
pInPortDef
->format.video.pNativeRender = NULL;
817
pAppData->
pInPortDef
->format.video.nStride = -1
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
848
*
pInPortDef
: Add desc here...
854
OMX_PARAM_PORTDEFINITIONTYPE*
pInPortDef
;
[
all
...]
Completed in 88 milliseconds