Searched refs:hTunnelComponent (Results 1 - 25 of 26) sorted by relevance

12

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c1050 if ((pPortTp->hTunnelComponent != NULL ) &&
1080 pPortTp->hTunnelComponent,
1279 VPP_DPRINT("port %d is %d (%p)\n", nIndex, pComponentPrivate->sCompPorts[nIndex].pPortDef.bEnabled,pComponentPrivate->sCompPorts[nIndex].hTunnelComponent);
1284 if (pComponentPrivate->sCompPorts[nIndex].hTunnelComponent != NULL) {
1304 pComponentPrivate->sCompPorts[nIndex].hTunnelComponent,
1323 pComponentPrivate->sCompPorts[nIndex].hTunnelComponent,
1329 } else { /* pComponentPrivate->sCompPorts[nIndex].hTunnelComponent == NULL */
1333 VPP_DPRINT("VPP_Utils.c: (%d) %d %p\n", __LINE__, nIndex, pComponentPrivate->sCompPorts[nIndex].hTunnelComponent);
1388 VPP_DPRINT("port %d is %d (%p)\n", nIndex, pComponentPrivate->sCompPorts[nIndex].pPortDef.bEnabled,pComponentPrivate->sCompPorts[nIndex].hTunnelComponent);
1392 if (pComponentPrivate->sCompPorts[nIndex].hTunnelComponent !
[all...]
H A DOMX_VPP.c554 if (!pMyData->sCompPorts[nPortIndex].hTunnelComponent) {
573 if (!pMyData->sCompPorts[nPortIndex].hTunnelComponent) {
586 if (!pMyData->sCompPorts[nPortIndex].hTunnelComponent) {
2045 if(pComponentPrivate->sCompPorts[pBufHdr->nInputPortIndex].hTunnelComponent == NULL){
2058 pComponentPrivate->sCompPorts[pBufHdr->nInputPortIndex].hTunnelComponent,
2070 (!pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].hTunnelComponent)) {
2394 pPort->hTunnelComponent = 0;
2401 pPort->hTunnelComponent = 0;
2415 pPort->hTunnelComponent = 0;
2423 pPort->hTunnelComponent
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c290 OMX_HANDLETYPE hTunnelComponent = NULL; local
308 hTunnelComponent = pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->hTunnelComponent;
351 if (hTunnelComponent != NULL) {
382 if (pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->hTunnelComponent != NULL) {
676 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->hTunnelComponent = NULL;
680 pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->hTunnelComponent = NULL;
1671 OMX_HANDLETYPE hTunnelComponent; local
1681 hTunnelComponent = pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->hTunnelComponent;
[all...]
H A DOMX_JpegEnc_Utils.c1667 if(pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->hTunnelComponent == NULL){
1678 OMX_PRBUFFER2(pComponentPrivate->dbg, "JPEG enc:: Sending beffer to tunnel, pHandle=%p\n", pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->hTunnelComponent);
1681 eError = OMX_FillThisBuffer(pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->hTunnelComponent,
1700 if(pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->hTunnelComponent == NULL){
1713 eError = OMX_EmptyThisBuffer(pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->hTunnelComponent,
2789 OMX_HANDLETYPE hTunnelComponent = pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->hTunnelComponent; local
2798 OMX_PRCOMM2(pComponentPrivate->dbg, "hTunnelComponent = %p\n" ,hTunnelComponent );
2813 if(hTunnelComponent !
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c2783 OMX_HANDLETYPE hTunnelComponent = NULL; local
2793 hTunnelComponent = pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->hTunnelComponent;
2805 if(!hTunnelComponent)
2936 OMX_HANDLETYPE hTunnelComponent = NULL; local
2945 hTunnelComponent = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->hTunnelComponent;
2957 if(!hTunnelComponent)
3310 OMX_HANDLETYPE hTunnelComponent = NULL; local
3371 hTunnelComponent
3664 OMX_HANDLETYPE hTunnelComponent = NULL; local
[all...]
H A DOMX_VideoEnc_Utils.c609 if (pCompPortIn->hTunnelComponent == NULL)
645 eError = OMX_FillThisBuffer(pCompPortIn->hTunnelComponent,
674 if (pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->hTunnelComponent == NULL)
991 if (pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->hTunnelComponent == NULL)
1029 eError = OMX_FillThisBuffer(pCompPortIn->hTunnelComponent,
1072 if (pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->hTunnelComponent == NULL)
1613 if (pCompPortIn->hTunnelComponent == NULL)
1650 eError = OMX_FillThisBuffer(pCompPortIn->hTunnelComponent,
1670 if (pCompPortOut->hTunnelComponent == NULL)
3027 OMX_HANDLETYPE hTunnelComponent local
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c278 if (pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->hTunnelComponent != NULL) {
474 OMX_HANDLETYPE hTunnelComponent; local
483 hTunnelComponent = pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->hTunnelComponent;
516 if (hTunnelComponent != NULL) {
687 pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->hTunnelComponent = NULL;
688 pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->hTunnelComponent = NULL;
2079 pPort->hTunnelComponent = 0;
2087 pPort->hTunnelComponent = 0;
2095 pPort->hTunnelComponent
[all...]
H A DOMX_JpegDec_Utils.c1264 if ((pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->hTunnelComponent != NULL) &&
1295 eError = OMX_EmptyThisBuffer(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->hTunnelComponent,
1872 if (pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->hTunnelComponent != NULL) {
1883 eError = OMX_EmptyThisBuffer(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->hTunnelComponent, pBuffHead);
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c2979 if (pCompPort->hTunnelComponent != NULL) {
3008 if (pCompPort->hTunnelComponent != NULL) {
3234 if(pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->hTunnelComponent != NULL){
3235 eError = OMX_GetState(pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->hTunnelComponent,&TunnelState);
3295 if ((pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->hTunnelComponent == NULL) && bTransIdle) {
3298 else if ((pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->hTunnelComponent != NULL) && (TunnelState == OMX_StateIdle)) {
3432 if (pCompPort->hTunnelComponent != NULL) {
3463 if (pCompPort->hTunnelComponent != NULL) {
3622 pPort->hTunnelComponent = 0;
3629 pPort->hTunnelComponent
[all...]
H A DOMX_VideoDec_Utils.c815 pComponentPrivate->pCompPort[0]->hTunnelComponent = NULL;
816 pComponentPrivate->pCompPort[1]->hTunnelComponent = NULL;
1763 (pComponentPrivate->pCompPort[1]->hTunnelComponent != NULL)) {
1809 if(pComponentPrivate->pCompPort[1]->hTunnelComponent != NULL) {
1963 if (pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->hTunnelComponent != NULL) {
1985 eError = OMX_EmptyThisBuffer(pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->hTunnelComponent, pBuffHead);
2083 (pComponentPrivate->pCompPort[1]->hTunnelComponent != NULL)) {
2149 if(pComponentPrivate->pCompPort[1]->hTunnelComponent != NULL) {
2408 (pPortDefIn->bEnabled == OMX_TRUE && pComponentPrivate->pCompPort[1]->hTunnelComponent != NULL)) {
2412 if (pPortDefIn->bPopulated && pComponentPrivate->pCompPort[1]->hTunnelComponent !
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
H A DOMX_G711Dec_Utils.h508 OMX_HANDLETYPE hTunnelComponent; member in struct:G711DEC_PORT_TYPE
H A DOMX_G711Decoder.h434 OMX_HANDLETYPE hTunnelComponent; member in struct:G711DEC_PORT_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
H A DOMX_G722Dec_Utils.h317 OMX_HANDLETYPE hTunnelComponent; member in struct:AUDIODEC_PORT_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
H A DOMX_G726Dec_Utils.h329 OMX_HANDLETYPE hTunnelComponent; member in struct:AUDIODEC_PORT_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
H A DOMX_G726Enc_Utils.h482 OMX_HANDLETYPE hTunnelComponent; member in struct:G726ENC_PORT_TYPE
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h335 OMX_HANDLETYPE hTunnelComponent; member in struct:VPP_PORT_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h628 OMX_HANDLETYPE hTunnelComponent; member in struct:AUDIODEC_PORT_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
H A DOMX_G711Enc_Utils.h599 OMX_HANDLETYPE hTunnelComponent; member in struct:G711ENC_PORT_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
H A DOMX_G729Enc_Utils.h626 OMX_HANDLETYPE hTunnelComponent; member in struct:G729ENC_PORT_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
H A DOMX_Mp3Dec_Utils.h471 OMX_HANDLETYPE hTunnelComponent; member in struct:MP3D_AUDIODEC_PORT_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
H A DOMX_AmrEnc_Utils.h668 OMX_HANDLETYPE hTunnelComponent; member in struct:NBAMRENC_PORT_TYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
H A DOMX_WbAmrEnc_Utils.h515 OMX_HANDLETYPE hTunnelComponent; member in struct:WBAMRENC_PORT_TYPE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h355 OMX_HANDLETYPE hTunnelComponent; member in struct:JPEGDEC_PORT_TYPE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h357 OMX_HANDLETYPE hTunnelComponent; member in struct:JPEG_PORT_TYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h511 OMX_HANDLETYPE hTunnelComponent; member in struct:VIDEOENC_PORT_TYPE

Completed in 1238 milliseconds

12