Searched refs:pPortDef (Results 1 - 25 of 73) sorted by relevance

123

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c422 ((WBAMR_DEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[WBAMR_DEC_INPUT_PORT]
425 ((WBAMR_DEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[WBAMR_DEC_OUTPUT_PORT]
804 OMX_PRCOMM2(pComponentPrivate->dbg, "pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex = %ld\n",pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex);
806 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex) {
809 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT],
814 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->nPortIndex) {
817 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT],
831 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->nPortIndex) {
844 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_POR
1414 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1512 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1713 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1974 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c134 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef,
179 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
202 pPortDef = pComponentPrivate->pCompPort[nPortIndex]->pPortDef;
226 if ( pPortDef->bEnabled &&
239 OMX_PRBUFFER2(pComponentPrivate->dbg, "JPEGE: bPopulated %d\n", pComponentPrivate->pCompPort[nPortIndex]->pPortDef->bPopulated);
241 pComponentPrivate->pCompPort[nPortIndex]->pPortDef->bPopulated = OMX_FALSE;
250 if ((!pPortDef->bEnabled) &&
251 (!pComponentPrivate->pCompPort[nPortIndex]->pPortDef->bPopulated)) {
288 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef local
1982 JPEGENC_VerifyTunnelConnection(JPEG_PORT_TYPE *pPort, OMX_HANDLETYPE hTunneledComp, OMX_PARAM_PORTDEFINITIONTYPE* pPortDef, struct OMX_TI_Debug *dbg) argument
2177 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c280 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT] = pPortDef_ip;
297 pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT] = pPortDef_op;
704 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->nPortIndex) {
705 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G711ENC_INPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
708 pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT]->nPortIndex) {
709 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
720 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->nPortIndex) {
730 pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT]->nPortIndex){
890 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->nPortIndex) {
892 memcpy(pComponentPrivate->pPortDef[G711ENC_INPUT_POR
1143 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1232 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1420 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1721 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c267 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef,
323 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
497 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pPortDef,
501 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef,
616 pPortDef = pCompPortIn->pPortDef;
617 OMX_CONF_INIT_STRUCT(pPortDef, OMX_PARAM_PORTDEFINITIONTYPE);
618 pPortDef->nPortIndex = VIDENC_INPUT_PORT;
619 pPortDef->eDir = OMX_DirInput;
620 pPortDef
1485 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = (OMX_PARAM_PORTDEFINITIONTYPE*)(ComponentParameterStructure); local
3305 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
3488 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
3662 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
3818 VerifyTunnelConnection(VIDEOENC_PORT_TYPE* pPort, OMX_HANDLETYPE hTunneledComp, OMX_PARAM_PORTDEFINITIONTYPE* pPortDef, struct OMX_TI_Debug *dbg) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c357 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT] = pPortDef_ip;
358 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT] = pPortDef_op;
765 G711DEC_DPRINT ("pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex = %d\n",(int)pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex);
768 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex)
773 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT],
779 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nPortIndex)
784 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT],
801 pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nPortIndex)
818 pComponentPrivate->pPortDef[G711DEC_OUTPUT_POR
1304 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1391 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1584 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1862 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
H A DOMX_G711Dec_Utils.c141 nIpBufSize = pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nBufferSize;
144 nOpBufSize = pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nBufferSize;
454 nIpBuf = pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nBufferCountActual;
455 nOpBuf = pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nBufferCountActual;
497 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]);
498 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]);
699 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bEnabled= FALSE;
700 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bPopulated= FALSE;
719 if (pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->bPopulated &&
720 pComponentPrivate->pPortDef[G711DEC_INPUT_POR
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c413 ((WMADEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[INPUT_PORT]
416 ((WMADEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[OUTPUT_PORT]
436 if(pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize == 0)
442 pPortDef_op->nBufferSize = pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize;
807 pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex) {
811 pComponentPrivate->pPortDef[INPUT_PORT],
816 pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex) {
820 pComponentPrivate->pPortDef[OUTPUT_PORT],
832 pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex) {
845 pComponentPrivate->pPortDef[OUTPUT_POR
1342 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1438 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1654 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1984 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c129 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef);
172 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
182 pPortDef = pComponentPrivate->pCompPort[nPortIndex]->pPortDef;
189 nBufferCount, pPortDef->nBufferCountActual, nPortIndex);
191 if (nBufferCount >= pPortDef->nBufferCountActual) {
202 pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nInputPortIndex = pPortDef->nPortIndex;
204 pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nVersion = pPortDef->nVersion;
217 pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nOutputPortIndex = pPortDef->nPortIndex;
220 pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nVersion = pPortDef
318 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
472 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
2048 VerifyTunnelConnection_JPEGDec(JPEGDEC_PORT_TYPE *pPort, OMX_HANDLETYPE hTunneledComp, OMX_PARAM_PORTDEFINITIONTYPE* pPortDef) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c361 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT] = pPortDef_ip;
372 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT] = pPortDef_op;
781 G729DEC_DPRINT ("pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex = %d\n",pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex);
783 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex) {
787 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT],
793 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->nPortIndex) {
797 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT],
982 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex) {
984 memcpy(pComponentPrivate->pPortDef[G729DEC_INPUT_POR
1326 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1409 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1621 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1924 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c554 ((G722ENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[G722ENC_INPUT_PORT]
557 ((G722ENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[G722ENC_OUTPUT_PORT]
821 pComponentPrivate->pPortDef[G722ENC_INPUT_PORT]->nPortIndex) {
823 pComponentPrivate->pPortDef[G722ENC_INPUT_PORT],
828 pComponentPrivate->pPortDef[G722ENC_OUTPUT_PORT]->nPortIndex) {
830 pComponentPrivate->pPortDef[G722ENC_OUTPUT_PORT],
853 pComponentPrivate->pPortDef[G722ENC_OUTPUT_PORT]->nPortIndex){
963 pComponentPrivate->pPortDef[G722ENC_INPUT_PORT]->nPortIndex) {
965 memcpy(pComponentPrivate->pPortDef[G722ENC_INPUT_PORT],
971 pComponentPrivate->pPortDef[G722ENC_OUTPUT_POR
1377 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1467 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1653 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1942 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c274 pComponentPrivate->pPortDef[G726ENC_INPUT_PORT] = pPortDef_ip;
291 pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT] = pPortDef_op;
666 pComponentPrivate->pPortDef[G726ENC_INPUT_PORT]->nPortIndex) {
667 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G726ENC_INPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
670 pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT]->nPortIndex) {
671 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
682 pComponentPrivate->pPortDef[G726ENC_INPUT_PORT]->nPortIndex) {
692 pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT]->nPortIndex){
830 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(pCompParam))->nPortIndex == pComponentPrivate->pPortDef[G726ENC_INPUT_PORT]->nPortIndex) {
832 memcpy(pComponentPrivate->pPortDef[G726ENC_INPUT_POR
1073 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1158 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1347 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1607 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c292 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT] = pPortDef_ip;
310 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT] = pPortDef_op;
761 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->nPortIndex)
764 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT],
768 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->nPortIndex)
771 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT],
783 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->nPortIndex)
798 pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->nPortIndex)
978 pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->nPortIndex)
981 memcpy(pComponentPrivate->pPortDef[G729ENC_INPUT_POR
1291 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1385 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1613 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1927 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c349 pComponentPrivate->pPortDef[G726D_INPUT_PORT] = pPortDef_ip;
350 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT] = pPortDef_op;
705 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->nPortIndex) {
706 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G726D_INPUT_PORT],
709 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nPortIndex) {
710 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G726D_OUTPUT_PORT],
721 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->nPortIndex) {
732 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nPortIndex){
916 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->nPortIndex) {
918 memcpy(pComponentPrivate->pPortDef[G726D_INPUT_POR
1322 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1420 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1671 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
2000 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
H A DOMX_G726Dec_Utils.c130 __LINE__,pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bPopulated);
132 __LINE__,pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled);
134 __LINE__,pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bPopulated);
136 __LINE__,pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled);
144 nIpBufSize = pComponentPrivate->pPortDef[G726D_INPUT_PORT]->nBufferSize;
145 nOpBufSize = pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->nBufferSize;
496 G726D_OMX_FREE(pComponentPrivate->pPortDef[G726D_INPUT_PORT]);
497 G726D_OMX_FREE(pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]);
605 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled= FALSE;
606 pComponentPrivate->pPortDef[G726D_OUTPUT_POR
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c346 pComponentPrivate->pPortDef[G722D_INPUT_PORT] = pPortDef_ip;
347 pComponentPrivate->pPortDef[G722D_OUTPUT_PORT] = pPortDef_op;
684 pComponentPrivate->pPortDef[G722D_INPUT_PORT]->nPortIndex) {
685 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G722D_INPUT_PORT],
688 pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->nPortIndex) {
689 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[G722D_OUTPUT_PORT],
700 pComponentPrivate->pPortDef[G722D_INPUT_PORT]->nPortIndex) {
711 pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->nPortIndex){
894 pComponentPrivate->pPortDef[G722D_INPUT_PORT]->nPortIndex) {
896 memcpy(pComponentPrivate->pPortDef[G722D_INPUT_POR
1302 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1400 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1622 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1956 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
H A DOMX_G722Dec_Utils.c237 __LINE__,pComponentPrivate->pPortDef[G722D_INPUT_PORT]->bPopulated);
239 __LINE__,pComponentPrivate->pPortDef[G722D_INPUT_PORT]->bEnabled);
241 __LINE__,pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->bPopulated);
243 __LINE__,pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->bEnabled);
251 nIpBufSize = pComponentPrivate->pPortDef[G722D_INPUT_PORT]->nBufferSize;
252 nOpBufSize = pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->nBufferSize;
625 G722D_OMX_FREE(pComponentPrivate->pPortDef[G722D_INPUT_PORT]);
626 G722D_OMX_FREE(pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]);
734 pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->bEnabled= FALSE;
735 pComponentPrivate->pPortDef[G722D_OUTPUT_POR
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c232 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
248 if (nPortIndex == pComponentPrivate->sCompPorts[nPortIndex].pPortDef.nPortIndex) {
249 pPortDef = &(pComponentPrivate->sCompPorts[nPortIndex].pPortDef);
257 if (pComponentPrivate->sCompPorts[nPortIndex].pPortDef.nBufferSize > nSizeBytes) {
258 nBufSize = pComponentPrivate->sCompPorts[nPortIndex].pPortDef.nBufferSize;
262 nDirection = pComponentPrivate->sCompPorts[nPortIndex].pPortDef.eDir;
286 pBufferHdr->pInputPortPrivate = &(pComponentPrivate->sCompPorts[nPortIndex].pPortDef);
298 pBufferHdr->pOutputPortPrivate = &(pComponentPrivate->sCompPorts[nPortIndex].pPortDef);
336 pComponentPrivate->sCompPorts[nPortIndex].pPortDef
514 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
2368 VPP_VerifyTunnelConnection(VPP_PORT_TYPE *pPort, OMX_HANDLETYPE hTunneledComp, OMX_PARAM_PORTDEFINITIONTYPE* pPortDef) argument
[all...]
H A DOMX_VPP_Utils.c206 nIpBuf = pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.nBufferCountMin;
207 nIpBufSize = pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.nBufferSize;
209 nOpBuf = OMX_VPP_MAX(pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].pPortDef.nBufferCountMin,
210 pComponentPrivate->sCompPorts[OMX_VPP_YUV_OUTPUT_PORT].pPortDef.nBufferCountMin);
211 nOpBufSize = OMX_VPP_MAX(pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].pPortDef.nBufferSize,
212 pComponentPrivate->sCompPorts[OMX_VPP_YUV_OUTPUT_PORT].pPortDef.nBufferSize);
268 Input_FrameWidth = pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.format.video.nFrameWidth;
269 Output_FrameWidth = OMX_VPP_MAX(pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].pPortDef.format.video.nFrameWidth,
270 pComponentPrivate->sCompPorts[OMX_VPP_YUV_OUTPUT_PORT].pPortDef.format.video.nFrameWidth);
275 if (pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].pPortDef
998 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1711 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c440 ((AMRDEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[NBAMRDEC_INPUT_PORT]
443 ((AMRDEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[NBAMRDEC_OUTPUT_PORT]
835 OMX_PRCOMM2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT]->nPortIndex = %ld\n",__LINE__,pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT]->nPortIndex);
837 pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT]->nPortIndex) {
839 memcpy(ComponentParameterStructure,pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT],
843 pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_PORT]->nPortIndex) {
845 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_PORT],
857 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT]->nPortIndex) {
866 else if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_POR
1484 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1587 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1793 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
2080 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c361 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC] = pPortDef_ip;
362 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC] = pPortDef_op;
741 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nPortIndex) {
742 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[INPUT_PORT_AACDEC], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
744 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nPortIndex) {
745 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
755 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nPortIndex) {
765 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->nPortIndex){
978 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->nPortIndex) {
980 memcpy(pComponentPrivate->pPortDef[INPUT_PORT_AACDE
1467 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1558 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1802 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
2178 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c399 ((AACENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[INPUT_PORT] = pPortDef_ip;
400 ((AACENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[OUTPUT_PORT] = pPortDef_op;
833 if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex)
836 memcpy(ComponentParameterStructure,pComponentPrivate->pPortDef[INPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
838 else if(((OMX_PARAM_PORTDEFINITIONTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex)
840 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[OUTPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
851 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex)
864 else if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex)
1067 pComponentPrivate->pPortDef[OUTPUT_PORT]->nPortIndex)
1093 pComponentPrivate->pPortDef[INPUT_POR
1486 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1588 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = NULL; local
1833 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef= NULL; local
1992 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
2107 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef= NULL; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c396 pComponentPrivate->pPortDef[MP3D_INPUT_PORT] = pPortDef_ip;
397 pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT] = pPortDef_op;
744 pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->nPortIndex) {
745 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[MP3D_INPUT_PORT],
748 pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->nPortIndex) {
749 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT],
759 pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->nPortIndex) {
770 pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->nPortIndex){
985 pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->nPortIndex) {
987 memcpy(pComponentPrivate->pPortDef[MP3D_INPUT_POR
1497 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1601 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1872 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
2261 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c308 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT] = pPortDef_ip;
329 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT] = pPortDef_op;
911 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nPortIndex) {
912 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
915 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->nPortIndex) {
916 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT], sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
928 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nPortIndex) {
938 pComponentPrivate->pPortDef[NBAMRENC_OUTPUT_PORT]->nPortIndex){
1203 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nPortIndex) {
1205 memcpy(pComponentPrivate->pPortDef[NBAMRENC_INPUT_POR
1538 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1637 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1863 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
2161 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEncoder.c300 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT] = pPortDef_ip;
319 pComponentPrivate->pPortDef[WBAMRENC_OUTPUT_PORT] = pPortDef_op;
847 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->nPortIndex) {
849 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT],
852 pComponentPrivate->pPortDef[WBAMRENC_OUTPUT_PORT]->nPortIndex) {
854 pComponentPrivate->pPortDef[WBAMRENC_OUTPUT_PORT],
868 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->nPortIndex) {
878 pComponentPrivate->pPortDef[WBAMRENC_OUTPUT_PORT]->nPortIndex) {
1172 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->nPortIndex) {
1174 memcpy(pComponentPrivate->pPortDef[WBAMRENC_INPUT_POR
1611 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1718 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
1951 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
2273 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c244 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef);
933 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = pComponentPrivate->pInPortDef; local
935 memcpy(pPortDefParam, pPortDef, sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
940 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = pComponentPrivate->pOutPortDef; local
941 memcpy(pPortDefParam, pPortDef, sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
1338 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = pComponentPrivate->pInPortDef; local
1339 memcpy(pPortDef, pPortDefParam, sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
1340 if ( pPortDef->nBufferSize == 0 )
1342 pPortDef->nBufferSize = pPortDef
1350 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = pComponentPrivate->pOutPortDef; local
1706 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = pComponentPrivate->pInPortDef; local
1711 OMX_PARAM_PORTDEFINITIONTYPE *pPortDef = pComponentPrivate->pOutPortDef; local
2017 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
2900 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
3078 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
3351 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
3600 VIDDEC_VerifyTunnelConnection(VIDDEC_PORT_TYPE *pPort, OMX_HANDLETYPE hTunneledComp, OMX_PARAM_PORTDEFINITIONTYPE* pPortDef) argument
3683 OMX_PARAM_PORTDEFINITIONTYPE* pPortDef = NULL; local
[all...]

Completed in 629 milliseconds

123