Searched refs:nPortIndex (Results 26 - 50 of 99) sorted by relevance

1234

/hardware/qcom/media/mm-core/omxcore/inc/
H A DQOMX_AudioExtensions.h80 * nPortIndex : Port that this structure applies to
92 OMX_U32 nPortIndex; member in struct:QOMX_AUDIO_PARAM_AMRWBPLUSTYPE
111 * nPortIndex : Port that this structure applies to
128 OMX_U32 nPortIndex; member in struct:QOMX_AUDIO_PARAM_WMA10PROTYPE
H A DOMX_Core.h464 OMX_U32 nPortIndex; member in struct:OMX_OTHER_EXTRADATATYPE
618 OMX_U32 nPortIndex; /**< port that this structure applies to */ member in struct:OMX_PARAM_BUFFERSUPPLIERTYPE
764 caller shall fill in the appropriate nPortIndex value indicating the
988 nPortIndex, \
995 nPortIndex, \
1014 @param [in] nPortIndex
1015 nPortIndex is used to select the port on the component the buffer will
1016 be used with. The port can be found by using the nPortIndex
1031 nPortIndex, \
1037 nPortIndex, \
[all...]
H A DOMX_Other.h116 OMX_U32 nPortIndex; /**< port that this structure applies to */ member in struct:OMX_TIME_CONFIG_TIMESTAMPTYPE
178 OMX_U32 nPortIndex; /**< port that this structure applies to */ member in struct:OMX_TIME_CONFIG_MEDIATIMEREQUESTTYPE
327 OMX_U32 nPortIndex; /**< Indicates which port to set */ member in struct:OMX_OTHER_PARAM_PORTFORMATTYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c148 OMX_IN OMX_U32 nPortIndex,
154 OMX_IN OMX_U32 nPortIndex,
160 OMX_IN OMX_U32 nPortIndex,
354 pComponentPrivate->sInPortFormat.nPortIndex = WBAMR_DEC_INPUT_PORT;
360 pComponentPrivate->sOutPortFormat.nPortIndex = WBAMR_DEC_OUTPUT_PORT;
366 amr_ip->nPortIndex = OMX_DirInput;
375 amr_op->nPortIndex = OMX_DirOutput;
428 pPortDef_ip->nPortIndex = 0x0;
440 pPortDef_op->nPortIndex = 0x1;
803 OMX_PRDSP2(pComponentPrivate->dbg, "pParameterStructure->nPortIndex
1706 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
1828 FreeBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer) argument
1967 UseBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Core.h464 OMX_U32 nPortIndex; member in struct:OMX_OTHER_EXTRADATATYPE
618 OMX_U32 nPortIndex; /**< port that this structure applies to */ member in struct:OMX_PARAM_BUFFERSUPPLIERTYPE
764 caller shall fill in the appropriate nPortIndex value indicating the
988 nPortIndex, \
995 nPortIndex, \
1014 @param [in] nPortIndex
1015 nPortIndex is used to select the port on the component the buffer will
1016 be used with. The port can be found by using the nPortIndex
1031 nPortIndex, \
1037 nPortIndex, \
[all...]
H A DOMX_Other.h116 OMX_U32 nPortIndex; /**< port that this structure applies to */ member in struct:OMX_TIME_CONFIG_TIMESTAMPTYPE
178 OMX_U32 nPortIndex; /**< port that this structure applies to */ member in struct:OMX_TIME_CONFIG_MEDIATIMEREQUESTTYPE
327 OMX_U32 nPortIndex; /**< Indicates which port to set */ member in struct:OMX_OTHER_PARAM_PORTFORMATTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Core.h464 OMX_U32 nPortIndex; member in struct:OMX_OTHER_EXTRADATATYPE
618 OMX_U32 nPortIndex; /**< port that this structure applies to */ member in struct:OMX_PARAM_BUFFERSUPPLIERTYPE
764 caller shall fill in the appropriate nPortIndex value indicating the
988 nPortIndex, \
995 nPortIndex, \
1014 @param [in] nPortIndex
1015 nPortIndex is used to select the port on the component the buffer will
1016 be used with. The port can be found by using the nPortIndex
1031 nPortIndex, \
1037 nPortIndex, \
[all...]
H A DOMX_Other.h116 OMX_U32 nPortIndex; /**< port that this structure applies to */ member in struct:OMX_TIME_CONFIG_TIMESTAMPTYPE
178 OMX_U32 nPortIndex; /**< port that this structure applies to */ member in struct:OMX_TIME_CONFIG_MEDIATIMEREQUESTTYPE
327 OMX_U32 nPortIndex; /**< Indicates which port to set */ member in struct:OMX_OTHER_PARAM_PORTFORMATTYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c152 OMX_IN OMX_U32 nPortIndex,
158 OMX_IN OMX_U32 nPortIndex,
164 OMX_IN OMX_U32 nPortIndex,
351 pPortDef_ip->nPortIndex = G722D_INPUT_PORT;
366 pPortDef_op->nPortIndex = G722D_OUTPUT_PORT;
392 pPortFormat->nPortIndex = G722D_INPUT_PORT;
399 pPortFormat->nPortIndex = G722D_OUTPUT_PORT;
405 G722_ip->nPortIndex = G722D_INPUT_PORT;
419 G722_op->nPortIndex = G722D_OUTPUT_PORT;
683 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex
1616 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
1781 FreeBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer) argument
1948 UseBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c154 OMX_IN OMX_U32 nPortIndex,
160 OMX_IN OMX_U32 nPortIndex,
166 OMX_IN OMX_U32 nPortIndex,
354 pPortDef_ip->nPortIndex = G726D_INPUT_PORT;
369 pPortDef_op->nPortIndex = G726D_OUTPUT_PORT;
395 pPortFormat->nPortIndex = G726D_INPUT_PORT;
402 pPortFormat->nPortIndex = G726D_OUTPUT_PORT;
408 G726_ip->nPortIndex = G726D_INPUT_PORT;
417 G726_op->nPortIndex = G726D_OUTPUT_PORT;
704 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex
1665 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
1822 FreeBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer) argument
1992 UseBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c148 OMX_IN OMX_U32 nPortIndex,
152 OMX_IN OMX_U32 nPortIndex,
156 OMX_IN OMX_U32 nPortIndex,
261 g729_ip->nPortIndex = G729ENC_INPUT_PORT;
271 g729_op->nPortIndex = G729ENC_OUTPUT_PORT;
294 pPortDef_ip->nPortIndex = G729ENC_INPUT_PORT;
312 pPortDef_op->nPortIndex = G729ENC_OUTPUT_PORT;
330 pInPortFormat->nPortIndex = G729ENC_INPUT_PORT;
339 pOutPortFormat->nPortIndex = G729ENC_OUTPUT_PORT;
760 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex
1606 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
1745 FreeBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer) argument
1919 UseBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c920 if (portDef->nPortIndex == i) {
941 if (portDef->nPortIndex == i) {
1027 int nPortIndex = 0; local
1034 VPP_DPRINT("pComponentPrivate->sCompPorts[0].pPortDef.nPortIndex = %d\n", pComponentPrivate->sCompPorts[0].pPortDef.nPortIndex);
1041 VPP_DPRINT("%d pComponentPrivate->sCompPorts[0].pPortDef.nPortIndex = %d\n", __LINE__, pComponentPrivate->sCompPorts[0].pPortDef.nPortIndex);
1046 for (nPortIndex = 0; nPortIndex < NUM_OF_VPP_PORTS; nPortIndex
1712 int nPortIndex; local
3488 VPP_InitBufferDataPropagation( VPP_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nPortIndex) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c130 OMX_IN OMX_U32 nPortIndex,
136 OMX_IN OMX_U32 nPortIndex,
142 OMX_IN OMX_U32 nPortIndex,
242 G711_op->nPortIndex = G711ENC_OUTPUT_PORT;
255 G711_ip->nPortIndex = G711ENC_INPUT_PORT;
282 pPortDef_ip->nPortIndex = G711ENC_INPUT_PORT;
299 pPortDef_op->nPortIndex = G711ENC_OUTPUT_PORT;
318 pInPortFormat->nPortIndex = G711ENC_INPUT_PORT;
329 pOutPortFormat->nPortIndex = G711ENC_OUTPUT_PORT;
703 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex
1413 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
1540 FreeBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer) argument
1714 UseBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c143 OMX_IN OMX_U32 nPortIndex,
149 OMX_IN OMX_U32 nPortIndex,
155 OMX_IN OMX_U32 nPortIndex,
344 pComponentPrivate->sInPortFormat.nPortIndex = INPUT_PORT;
349 pComponentPrivate->sOutPortFormat.nPortIndex = OUTPUT_PORT;
355 wma_op->nPortIndex = 1;
364 wma_ip->nPortIndex = 0;
419 pPortDef_ip->nPortIndex = 0x0;
430 pPortDef_op->nPortIndex = 0x1;
806 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex
1647 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
1790 FreeBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer) argument
1975 UseBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c123 static OMX_ERRORTYPE AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes);
124 static OMX_ERRORTYPE FreeBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer);
125 static OMX_ERRORTYPE UseBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer);
218 aac_op->nPortIndex = 1;
232 aac_pcm_ip->nPortIndex = 0;
340 pComponentPrivate->sOutPortFormat.nPortIndex = OUTPUT_PORT;
344 pComponentPrivate->sInPortFormat.nPortIndex = INPUT_PORT;
404 pPortDef_ip->nPortIndex = 0x0;
416 pPortDef_op->nPortIndex = 0x1;
833 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex
1825 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
1981 FreeBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer) argument
2099 UseBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c150 OMX_IN OMX_U32 nPortIndex,
156 OMX_IN OMX_U32 nPortIndex,
162 OMX_IN OMX_U32 nPortIndex,
291 pcm_ip->nPortIndex = G722ENC_INPUT_PORT;
293 pcm_op->nPortIndex = G722ENC_OUTPUT_PORT;
307 pInPortFormat->nPortIndex = G722ENC_INPUT_PORT;
316 pOutPortFormat->nPortIndex = G722ENC_OUTPUT_PORT;
560 pPortDef_ip->nPortIndex = 0x0;
570 pPortDef_op->nPortIndex = 0x1;
820 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex
1647 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
1791 FreeBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer) argument
1934 UseBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c140 OMX_IN OMX_U32 nPortIndex,
146 OMX_IN OMX_U32 nPortIndex,
152 OMX_IN OMX_U32 nPortIndex,
247 G726_op->nPortIndex = G726ENC_OUTPUT_PORT;
252 G726_ip->nPortIndex = G726ENC_INPUT_PORT;
276 pPortDef_ip->nPortIndex = G726ENC_INPUT_PORT;
293 pPortDef_op->nPortIndex = G726ENC_OUTPUT_PORT;
310 pPortFormat->nPortIndex = G726ENC_INPUT_PORT;
319 pPortFormat->nPortIndex = G726ENC_OUTPUT_PORT;
665 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex
1340 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
1459 FreeBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer) argument
1599 UseBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_CustomCmd.h77 OMX_U32 nPortIndex; member in struct:JPEGENC_CUSTOM_HUFFMANTTABLETYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c248 OMX_IN OMX_U32 nPortIndex,
255 OMX_IN OMX_U32 nPortIndex,
260 OMX_IN OMX_U32 nPortIndex,
618 pPortDef->nPortIndex = VIDENC_INPUT_PORT;
660 pPortDef->nPortIndex = VIDENC_OUTPUT_PORT;
738 pPortFormat->nPortIndex = VIDENC_INPUT_PORT;
746 pPortFormat->nPortIndex = VIDENC_OUTPUT_PORT;
782 pComponentPrivate->pH264->nPortIndex = VIDENC_OUTPUT_PORT;
814 pComponentPrivate->pMpeg4->nPortIndex = VIDENC_OUTPUT_PORT;
836 pComponentPrivate->pH263->nPortIndex
3297 UseBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
3479 FreeBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBufHead) argument
3654 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBufHead, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
[all...]
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c101 pCompPrv, OMX_COMPONENTTYPE * hRemoteComp, OMX_U32 nPortIndex,
105 pCompPrv, OMX_COMPONENTTYPE * hRemoteComp, OMX_U32 nPortIndex,
119 OMX_U32 nPortIndex, OMX_U32 * nStride);
121 OMX_U32 nPortIndex, OMX_U32 * nNumOfLines);
129 OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate,
639 OMX_IN OMX_U32 nPortIndex,
677 ("hComponent = %p, pCompPrv = %p, nPortIndex = %p, pAppPrivate = %p, nSizeBytes = %d",
678 hComponent, pCompPrv, nPortIndex, pAppPrivate, nSizeBytes);
682 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride);
687 pCompPrv->proxyPortBuffers[nPortIndex]
637 PROXY_AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE ** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
941 PROXY_UseBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE ** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8 * pBuffer) argument
1205 PROXY_FreeBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE * pBufferHdr) argument
1921 PROXY_UseEGLImage(OMX_HANDLETYPE hComponent, OMX_BUFFERHEADERTYPE ** ppBufferHdr, OMX_U32 nPortIndex, OMX_PTR pAppPrivate, void *pBuffer) argument
2146 RPC_UTIL_GetStride(OMX_COMPONENTTYPE * hRemoteComp, OMX_U32 nPortIndex, OMX_U32 * nStride) argument
2197 RPC_UTIL_GetNumLines(OMX_COMPONENTTYPE * hRemoteComp, OMX_U32 nPortIndex, OMX_U32 * nNumOfLines) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c160 OMX_IN OMX_U32 nPortIndex,
165 OMX_IN OMX_U32 nPortIndex,
170 OMX_IN OMX_U32 nPortIndex,
398 pPortDef_ip->nPortIndex = INPUT_PORT_AACDEC;
414 pPortDef_op->nPortIndex = OUTPUT_PORT_AACDEC;
438 pPortFormat->nPortIndex = INPUT_PORT_AACDEC;
445 pPortFormat->nPortIndex = OUTPUT_PORT_AACDEC;
451 aac_ip->nPortIndex = INPUT_PORT_AACDEC;
467 aac_op->nPortIndex = OUTPUT_PORT_AACDEC;
740 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex
1796 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
1940 FreeBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer) argument
2170 UseBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c160 OMX_IN OMX_U32 nPortIndex,
165 OMX_IN OMX_U32 nPortIndex,
170 OMX_IN OMX_U32 nPortIndex,
401 pPortDef_ip->nPortIndex = MP3D_INPUT_PORT;
418 pPortDef_op->nPortIndex = MP3D_OUTPUT_PORT;
441 pPortFormat->nPortIndex = MP3D_INPUT_PORT;
448 pPortFormat->nPortIndex = MP3D_OUTPUT_PORT;
454 mp3_ip->nPortIndex = MP3D_INPUT_PORT;
463 mp3_op->nPortIndex = MP3D_OUTPUT_PORT;
743 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex
1866 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
2027 FreeBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer) argument
2253 UseBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp460 exp.nPortIndex = OMX_ALL;
518 flash.nPortIndex = OMX_ALL;
542 focusAssist.nPortIndex = OMX_ALL;
585 flash.nPortIndex = OMX_ALL;
692 focus.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
727 focus.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
757 scene.nPortIndex = OMX_ALL;
801 expValues.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
844 expValues.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
876 wb.nPortIndex
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c142 OMX_IN OMX_U32 nPortIndex,
148 OMX_IN OMX_U32 nPortIndex,
154 OMX_IN OMX_U32 nPortIndex,
382 pComponentPrivate->sInPortFormat.nPortIndex = NBAMRDEC_INPUT_PORT;
388 pComponentPrivate->sOutPortFormat.nPortIndex = NBAMRDEC_OUTPUT_PORT;
392 amr_ip->nPortIndex = OMX_DirInput;
401 amr_op->nPortIndex = OMX_DirOutput;
448 pPortDef_ip->nPortIndex = 0x0;
461 pPortDef_op->nPortIndex = 0x1;
834 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::pParameterStructure->nPortIndex
1786 AllocateBuffer(OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** pBuffer, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes) argument
1921 FreeBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_BUFFERHEADERTYPE* pBuffer) argument
2072 UseBuffer( OMX_IN OMX_HANDLETYPE hComponent, OMX_INOUT OMX_BUFFERHEADERTYPE** ppBufferHdr, OMX_IN OMX_U32 nPortIndex, OMX_IN OMX_PTR pAppPrivate, OMX_IN OMX_U32 nSizeBytes, OMX_IN OMX_U8* pBuffer) argument
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c225 tParamStruct.nPortIndex = OMX_VIDEODECODER_OUTPUT_PORT;
336 if(pCompPrv->proxyPortBuffers[pUsage->nPortIndex].proxyBufferType == GrallocPointers)
354 if(pCompPrv->proxyPortBuffers[pPortDef->nPortIndex].proxyBufferType == GrallocPointers)
370 if(pCompPrv->proxyPortBuffers[pPortParam->nPortIndex].proxyBufferType == GrallocPointers)
551 OMX_U32 nPortIndex = 0; local
553 for(nPortIndex=0; nPortIndex < TOTAL_DEC_PORTS ;nPortIndex++ )
561 sPortDef.nPortIndex = nPortIndex;
[all...]

Completed in 1499 milliseconds

1234