Searched refs:pPortDefOut (Results 1 – 7 of 7) sorted by relevance
575 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in OMX_VIDENC_HandleCommandDisablePort() local583 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() local836 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef; in OMX_VIDENC_HandleCommandEnablePort()871 while(!pPortDefOut->bPopulated) in OMX_VIDENC_HandleCommandEnablePort()[all …]
1177 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in SendCommand() local1264 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() local2946 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef; in FillThisBuffer()2950 if (!(pPortDefOut->bEnabled)) in FillThisBuffer()3489 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in FreeBuffer() local3506 pPortDefOut = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pPortDef; in FreeBuffer()[all …]
552 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in Fill_JpegEncLCMLInitParams() local564 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() local1038 pPortDefOut = pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef; in SendDynamicParam()1113 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in SendDynamicPPLibParam() local1117 pPortDefOut = pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef; in SendDynamicPPLibParam()1455 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in HandleJpegEncCommand() local[all …]
847 OMX_PARAM_PORTDEFINITIONTYPE *pPortDefOut = NULL; in JPEGENC_SendCommand() local857 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()
570 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in Fill_LCMLInitParamsJpegDec() local582 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() local1124 pPortDefOut= pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortDef; in HandleCommandJpegDec()[all …]
967 OMX_PARAM_PORTDEFINITIONTYPE *pPortDefOut = NULL; in SendCommand_JPEGDec() local978 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()
3076 OMX_PARAM_PORTDEFINITIONTYPE* pPortDefOut = NULL; in VIDDEC_FreeBuffer() local3098 pPortDefOut = pComponentPrivate->pOutPortDef; in VIDDEC_FreeBuffer()3286 pPortDefOut->bPopulated = OMX_FALSE; in VIDDEC_FreeBuffer()