Home
last modified time | relevance | path

Searched refs:RKHdiBaseComponent (Results 1 - 12 of 12) sorted by relevance

/device/soc/rockchip/rk3568/hardware/codec/include/
H A Dhdi_mpp_config.h32 int32_t InitMppConfig(RKHdiBaseComponent *pBaseComponent);
33 int32_t DeinitMppConfig(RKHdiBaseComponent *pBaseComponent);
40 int32_t SetEncCfg(RKHdiBaseComponent *pBaseComponent);
41 int32_t SetDecCfg(RKHdiBaseComponent *pBaseComponent);
43 int32_t SetParamWidth(RKHdiBaseComponent *pBaseComponent, Param *param);
44 int32_t SetParamHeight(RKHdiBaseComponent *pBaseComponent, Param *param);
45 int32_t SetParamPixelFmt(RKHdiBaseComponent *pBaseComponent, Param *param);
46 int32_t SetParamHorStride(RKHdiBaseComponent *pBaseComponent, Param *param);
47 int32_t SetParamVerStride(RKHdiBaseComponent *pBaseComponent, Param *param);
48 int32_t SetParamFps(RKHdiBaseComponent *pBaseComponen
[all...]
H A Dhdi_mpp_component_manager.h27 bool AddToMppComponentManager(CODEC_HANDLETYPE codecHandle, RKHdiBaseComponent *mppComponent);
28 RKHdiBaseComponent* FindInMppComponentManager(CODEC_HANDLETYPE codecHandle);
H A Dhdi_mpp.h124 } RKHdiBaseComponent; typedef
/device/soc/rockchip/rk3588/hardware/codec/include/
H A Dhdi_mpp_config.h32 int32_t InitMppConfig(RKHdiBaseComponent *pBaseComponent);
33 int32_t DeinitMppConfig(RKHdiBaseComponent *pBaseComponent);
40 int32_t SetEncCfg(RKHdiBaseComponent *pBaseComponent);
41 int32_t SetDecCfg(RKHdiBaseComponent *pBaseComponent);
43 int32_t SetParamWidth(RKHdiBaseComponent *pBaseComponent, Param *param);
44 int32_t SetParamHeight(RKHdiBaseComponent *pBaseComponent, Param *param);
45 int32_t SetParamPixelFmt(RKHdiBaseComponent *pBaseComponent, Param *param);
46 int32_t SetParamHorStride(RKHdiBaseComponent *pBaseComponent, Param *param);
47 int32_t SetParamVerStride(RKHdiBaseComponent *pBaseComponent, Param *param);
48 int32_t SetParamFps(RKHdiBaseComponent *pBaseComponen
[all...]
H A Dhdi_mpp_component_manager.h27 bool AddToMppComponentManager(CODEC_HANDLETYPE codecHandle, RKHdiBaseComponent *mppComponent);
28 RKHdiBaseComponent* FindInMppComponentManager(CODEC_HANDLETYPE codecHandle);
H A Dhdi_mpp.h124 } RKHdiBaseComponent; typedef
/device/soc/rockchip/rk3568/hardware/codec/src/
H A Dhdi_mpp_config.c87 int32_t InitMppConfig(RKHdiBaseComponent *pBaseComponent) in InitMppConfig()
98 int32_t DeinitMppConfig(RKHdiBaseComponent *pBaseComponent) in DeinitMppConfig()
139 static int32_t GetDefaultConfig(RKHdiBaseComponent *pBaseComponent) in GetDefaultConfig()
337 static uint32_t GetMppFrameBufferSize(RKHdiBaseComponent *pBaseComponent) in GetMppFrameBufferSize()
374 static uint32_t GetMppFrameHeaderSize(RKHdiBaseComponent *pBaseComponent) in GetMppFrameHeaderSize()
387 static int32_t GetMppBuffers(RKHdiBaseComponent *pBaseComponent) in GetMppBuffers()
445 static void CalcBpsValue(RKHdiBaseComponent *pBaseComponent, MppEncRcMode mppRcMode) in CalcBpsValue()
523 static int32_t SetGop(RKHdiBaseComponent *pBaseComponent) in SetGop()
558 int32_t SetEncCfg(RKHdiBaseComponent *pBaseComponent) in SetEncCfg()
619 int32_t SetDecCfg(RKHdiBaseComponent *pBaseComponen
[all...]
H A Dhdi_mpp.c34 static void InitComponentSetup(RKHdiBaseComponent *component) in InitComponentSetup()
44 static RKHdiBaseComponent* CreateMppComponent(MppCtxType ctxType, MppCodingType codingType) in CreateMppComponent()
46 RKHdiBaseComponent* component = (RKHdiBaseComponent *)malloc(sizeof(RKHdiBaseComponent)); in CreateMppComponent()
51 int32_t ret = memset_s(component, sizeof(RKHdiBaseComponent), 0, sizeof(RKHdiBaseComponent)); in CreateMppComponent()
80 static void DestroyMppComponent(RKHdiBaseComponent *component) in DestroyMppComponent()
104 RKHdiBaseComponent* component = FindInMppComponentManager(handle); in CodecSetCallback()
200 RKHdiBaseComponent* componen in CodecCreate()
[all...]
H A Dhdi_mpp_component_manager.cpp28 bool AddToMppComponentManager(CODEC_HANDLETYPE codecHandle, RKHdiBaseComponent *mppComponent) in AddToMppComponentManager()
39 RKHdiBaseComponent* FindInMppComponentManager(CODEC_HANDLETYPE codecHandle) in FindInMppComponentManager()
48 return reinterpret_cast<RKHdiBaseComponent *>(ret); in FindInMppComponentManager()
/device/soc/rockchip/rk3588/hardware/codec/src/
H A Dhdi_mpp_config.c87 int32_t InitMppConfig(RKHdiBaseComponent *pBaseComponent) in InitMppConfig()
98 int32_t DeinitMppConfig(RKHdiBaseComponent *pBaseComponent) in DeinitMppConfig()
139 static int32_t GetDefaultConfig(RKHdiBaseComponent *pBaseComponent) in GetDefaultConfig()
337 static uint32_t GetMppFrameBufferSize(RKHdiBaseComponent *pBaseComponent) in GetMppFrameBufferSize()
374 static uint32_t GetMppFrameHeaderSize(RKHdiBaseComponent *pBaseComponent) in GetMppFrameHeaderSize()
387 static int32_t GetMppBuffers(RKHdiBaseComponent *pBaseComponent) in GetMppBuffers()
445 static void CalcBpsValue(RKHdiBaseComponent *pBaseComponent, MppEncRcMode mppRcMode) in CalcBpsValue()
523 static int32_t SetGop(RKHdiBaseComponent *pBaseComponent) in SetGop()
558 int32_t SetEncCfg(RKHdiBaseComponent *pBaseComponent) in SetEncCfg()
619 int32_t SetDecCfg(RKHdiBaseComponent *pBaseComponen
[all...]
H A Dhdi_mpp.c34 static void InitComponentSetup(RKHdiBaseComponent *component) in InitComponentSetup()
44 static RKHdiBaseComponent* CreateMppComponent(MppCtxType ctxType, MppCodingType codingType) in CreateMppComponent()
46 RKHdiBaseComponent* component = (RKHdiBaseComponent *)malloc(sizeof(RKHdiBaseComponent)); in CreateMppComponent()
51 int32_t ret = memset_s(component, sizeof(RKHdiBaseComponent), 0, sizeof(RKHdiBaseComponent)); in CreateMppComponent()
80 static void DestroyMppComponent(RKHdiBaseComponent *component) in DestroyMppComponent()
104 RKHdiBaseComponent* component = FindInMppComponentManager(handle); in CodecSetCallback()
200 RKHdiBaseComponent* componen in CodecCreate()
[all...]
H A Dhdi_mpp_component_manager.cpp28 bool AddToMppComponentManager(CODEC_HANDLETYPE codecHandle, RKHdiBaseComponent *mppComponent) in AddToMppComponentManager()
39 RKHdiBaseComponent* FindInMppComponentManager(CODEC_HANDLETYPE codecHandle) in FindInMppComponentManager()
48 return reinterpret_cast<RKHdiBaseComponent *>(ret); in FindInMppComponentManager()

Completed in 8 milliseconds