Home
last modified time | relevance | path

Searched refs:supportFormatNum (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
DRkvpu_OMX_VencControl.c983 … OMX_U32 portIndex = portFormat->nPortIndex, index = portFormat->nIndex, supportFormatNum = 0; in Rkvpu_OMX_GetParameter() local
1025 supportFormatNum = OUTPUT_PORT_SUPPORTFORMAT_NUM_MAX - 1; in Rkvpu_OMX_GetParameter()
1026 if (index > supportFormatNum) { in Rkvpu_OMX_GetParameter()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
DRkvpu_OMX_VdecControl.c1317 … OMX_U32 portIndex = portFormat->nPortIndex, index = portFormat->nIndex, supportFormatNum = 0; in Rkvpu_OMX_GetParameter() local
1335 supportFormatNum = INPUT_PORT_SUPPORTFORMAT_NUM_MAX - 1; in Rkvpu_OMX_GetParameter()
1336 if (index > supportFormatNum) { in Rkvpu_OMX_GetParameter()