Home
last modified time | relevance | path

Searched refs:pComponentConfigStructure (Results 1 – 6 of 6) sorted by relevance

/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
DRkvpu_OMX_VencControl.h92 OMX_PTR pComponentConfigStructure);
97 OMX_PTR pComponentConfigStructure);
DRkvpu_OMX_VencControl.c1697 OMX_INDEXEXEXTTYPE nIndex, OMX_PTR pComponentConfigStructure) in Rkvpu_OMX_GetExConfig() argument
1704 (OMX_CONFIG_DESCRIBECOLORASPECTSPARAMS *)pComponentConfigStructure; in Rkvpu_OMX_GetExConfig()
1734 … ret = Rockchip_OMX_GetConfig(hComponent, (OMX_INDEXTYPE)nIndex, pComponentConfigStructure); in Rkvpu_OMX_GetExConfig()
1743 OMX_PTR pComponentConfigStructure) in Rkvpu_OMX_GetConfig() argument
1766 if (pComponentConfigStructure == NULL) { in Rkvpu_OMX_GetConfig()
1781 (OMX_VIDEO_CONFIG_AVCINTRAPERIOD *)pComponentConfigStructure; in Rkvpu_OMX_GetConfig()
1794 …DEO_CONFIG_BITRATETYPE *pEncodeBitrate = (OMX_VIDEO_CONFIG_BITRATETYPE *)pComponentConfigStructure; in Rkvpu_OMX_GetConfig()
1808 … OMX_CONFIG_FRAMERATETYPE *pFramerate = (OMX_CONFIG_FRAMERATETYPE *)pComponentConfigStructure; in Rkvpu_OMX_GetConfig()
1822 …kvpu_OMX_GetExConfig(pVideoEnc, hComponent, (OMX_INDEXEXEXTTYPE)nIndex, pComponentConfigStructure); in Rkvpu_OMX_GetConfig()
1831 OMX_PTR pComponentConfigStructure) in Rkvpu_OMX_SetConfig() argument
[all …]
/device/soc/rockchip/rk3568/hardware/omx_il/component/common/
DRockchip_OMX_Basecomponent.h128 OMX_INOUT OMX_PTR pComponentConfigStructure);
133 OMX_IN OMX_PTR pComponentConfigStructure);
DRockchip_OMX_Basecomponent.c1303 OMX_INOUT OMX_PTR pComponentConfigStructure) in Rockchip_OMX_GetConfig() argument
1327 if (pComponentConfigStructure == NULL) { in Rockchip_OMX_GetConfig()
1351 OMX_IN OMX_PTR pComponentConfigStructure) in Rockchip_OMX_SetConfig() argument
1375 if (pComponentConfigStructure == NULL) { in Rockchip_OMX_SetConfig()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
DRkvpu_OMX_VdecControl.h92 OMX_PTR pComponentConfigStructure);
97 OMX_PTR pComponentConfigStructure);
DRkvpu_OMX_VdecControl.c2058 OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) in Rkvpu_OMX_GetConfig() argument
2082 if (pComponentConfigStructure == NULL) { in Rkvpu_OMX_GetConfig()
2103 OMX_CONFIG_RECTTYPE *rectParams = (OMX_CONFIG_RECTTYPE *)pComponentConfigStructure; in Rkvpu_OMX_GetConfig()
2136 (OMX_CONFIG_DESCRIBECOLORASPECTSPARAMS *)pComponentConfigStructure; in Rkvpu_OMX_GetConfig()
2161 ret = Rockchip_OMX_GetConfig(hComponent, nIndex, pComponentConfigStructure); in Rkvpu_OMX_GetConfig()
2172 OMX_INDEXTYPE nIndex, OMX_PTR pComponentConfigStructure) in Rkvpu_OMX_SetConfig() argument
2196 if (pComponentConfigStructure == NULL) { in Rkvpu_OMX_SetConfig()
2216 (const OMX_CONFIG_DESCRIBECOLORASPECTSPARAMS *)pComponentConfigStructure; in Rkvpu_OMX_SetConfig()
2250 ret = Rockchip_OMX_SetConfig(hComponent, nIndex, pComponentConfigStructure); in Rkvpu_OMX_SetConfig()