Home
last modified time | relevance | path

Searched refs:pPortDefOut (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c575 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in OMX_VIDENC_HandleCommandDisablePort() local
583 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef; in OMX_VIDENC_HandleCommandDisablePort()
586 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pHandle, pPortDefIn, pPortDefOut); in OMX_VIDENC_HandleCommandDisablePort()
657 for (i = 0; i < pPortDefOut->nBufferCountActual; i++) in OMX_VIDENC_HandleCommandDisablePort()
676 for (i = 0; i < pPortDefOut->nBufferCountActual; i++) in OMX_VIDENC_HandleCommandDisablePort()
756 while ((pPortDefOut->bPopulated)) in OMX_VIDENC_HandleCommandDisablePort()
778 while ((pPortDefIn->bPopulated) || (pPortDefOut->bPopulated)) in OMX_VIDENC_HandleCommandDisablePort()
830 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in OMX_VIDENC_HandleCommandEnablePort() local
836 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef; in OMX_VIDENC_HandleCommandEnablePort()
871 while(!pPortDefOut->bPopulated) in OMX_VIDENC_HandleCommandEnablePort()
[all …]
DOMX_VideoEncoder.c1177 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in SendCommand() local
1264 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef; in SendCommand()
1278 pPortDefOut->bEnabled = OMX_FALSE; in SendCommand()
1307 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef; in SendCommand()
1319 pPortDefOut->bEnabled = OMX_TRUE; in SendCommand()
2937 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in FillThisBuffer() local
2946 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef; in FillThisBuffer()
2950 if (!(pPortDefOut->bEnabled)) in FillThisBuffer()
3489 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in FreeBuffer() local
3506 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef; in FreeBuffer()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Utils.c552 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in Fill_JpegEncLCMLInitParams() local
564 pPortDefOut = pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef; in Fill_JpegEncLCMLInitParams()
565 outbufsize = pPortDefOut->nBufferSize; in Fill_JpegEncLCMLInitParams()
647 …ptCreateString[7] = (pPortDefOut->format.image.nFrameWidth > 0) ? pPortDefOut->format.image.nFrame… in Fill_JpegEncLCMLInitParams()
648 …ptCreateString[8] = (pPortDefOut->format.image.nFrameHeight > 0) ? pPortDefOut->format.image.nFram… in Fill_JpegEncLCMLInitParams()
1033 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in SendDynamicParam() local
1038 pPortDefOut = pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef; in SendDynamicParam()
1113 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in SendDynamicPPLibParam() local
1117 pPortDefOut = pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef; in SendDynamicPPLibParam()
1455 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in HandleJpegEncCommand() local
[all …]
DOMX_JpegEncoder.c847 OMX_PARAM_PORTDEFINITIONTYPE *pPortDefOut = NULL; in JPEGENC_SendCommand() local
857 pPortDefOut = pCompPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef; in JPEGENC_SendCommand()
888 pPortDefOut->bEnabled = OMX_FALSE; in JPEGENC_SendCommand()
907 if (!pPortDefOut->bPopulated) { in JPEGENC_SendCommand()
924 pPortDefOut->bEnabled = OMX_TRUE; in JPEGENC_SendCommand()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c570 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in Fill_LCMLInitParamsJpegDec() local
582 pPortDefOut = pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortDef; in Fill_LCMLInitParamsJpegDec()
709 if (pPortDefOut->format.image.eColorFormat == OMX_COLOR_FormatCbYCrY) { in Fill_LCMLInitParamsJpegDec()
712 else if (pPortDefOut->format.image.eColorFormat == OMX_COLOR_Format16bitRGB565) { in Fill_LCMLInitParamsJpegDec()
715 else if (pPortDefOut->format.image.eColorFormat == OMX_COLOR_Format24bitRGB888) { in Fill_LCMLInitParamsJpegDec()
718 else if (pPortDefOut->format.image.eColorFormat == OMX_COLOR_Format32bitARGB8888) { in Fill_LCMLInitParamsJpegDec()
721 else if (pPortDefOut->format.image.eColorFormat == OMX_COLOR_Format32bitBGRA8888) { in Fill_LCMLInitParamsJpegDec()
745 if (pPortDefOut->format.image.eColorFormat == OMX_COLOR_Format32bitARGB8888) in Fill_LCMLInitParamsJpegDec()
1107 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in HandleCommandJpegDec() local
1124 pPortDefOut= pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortDef; in HandleCommandJpegDec()
[all …]
DOMX_JpegDecoder.c967 OMX_PARAM_PORTDEFINITIONTYPE *pPortDefOut = NULL; in SendCommand_JPEGDec() local
978 pPortDefOut = pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortDef; in SendCommand_JPEGDec()
1014 pPortDefOut->bEnabled = OMX_FALSE; in SendCommand_JPEGDec()
1035 if (!pPortDefOut->bPopulated) { in SendCommand_JPEGDec()
1053 pPortDefOut->bEnabled = OMX_TRUE; in SendCommand_JPEGDec()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c3076 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in VIDDEC_FreeBuffer() local
3098 pPortDefOut = pComponentPrivate->pOutPortDef; in VIDDEC_FreeBuffer()
3286 pPortDefOut->bPopulated = OMX_FALSE; in VIDDEC_FreeBuffer()