Searched refs:codingType (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/rk3568/hardware/codec/src/ |
H A D | hdi_mpp_config.c | 477 switch (pBaseComponent->codingType) { in CalcBpsValue() 489 static void SetMimeSettings(RKHdiCodecMimeSetup *codecMimeSet, MppCodingType codingType) in SetMimeSettings() argument 491 switch (codingType) { in SetMimeSettings() 605 mppApi->HdiMppEncCfgSetS32(pBaseComponent->cfg, "codec:type", pBaseComponent->codingType); in SetEncCfg() 606 SetMimeSettings(&setup->codecMime, pBaseComponent->codingType); in SetEncCfg() 607 if (pBaseComponent->codingType == MPP_VIDEO_CodingAVC) { in SetEncCfg() 626 mppApi->HdiMppEncCfgSetS32(pBaseComponent->cfg, "codec:type", pBaseComponent->codingType); in SetDecCfg() 735 MppCodingType codingType = ConvertHdiMimeCodecType2RKCodecType(mimeCodecTypeSet->mimeCodecType); in SetParamMimeCodecType() local 736 if (codingType == MPP_VIDEO_CodingMax) { in SetParamMimeCodecType() 739 pBaseComponent->codingType in SetParamMimeCodecType() [all...] |
H A D | hdi_mpp.c | 44 static RKHdiBaseComponent* CreateMppComponent(MppCtxType ctxType, MppCodingType codingType) in CreateMppComponent() argument 66 component->codingType = codingType; in CreateMppComponent() 192 MppCodingType codingType = GetMppCodingType(name); in CodecCreate() local 193 if (codingType == MPP_VIDEO_CodingMax) { in CodecCreate() 194 HDF_LOGE("%{public}s: MppCodingType:%{public}d not support!", __func__, codingType); in CodecCreate() 200 RKHdiBaseComponent* component = CreateMppComponent(ctxType, codingType); in CodecCreate() 226 ret = component->mppApi->HdiMppInit(ctx, ctxType, codingType); in CodecCreate()
|
/device/soc/rockchip/rk3588/hardware/codec/src/ |
H A D | hdi_mpp_config.c | 477 switch (pBaseComponent->codingType) { in CalcBpsValue() 489 static void SetMimeSettings(RKHdiCodecMimeSetup *codecMimeSet, MppCodingType codingType) in SetMimeSettings() argument 491 switch (codingType) { in SetMimeSettings() 605 mppApi->HdiMppEncCfgSetS32(pBaseComponent->cfg, "codec:type", pBaseComponent->codingType); in SetEncCfg() 606 SetMimeSettings(&setup->codecMime, pBaseComponent->codingType); in SetEncCfg() 607 if (pBaseComponent->codingType == MPP_VIDEO_CodingAVC) { in SetEncCfg() 626 mppApi->HdiMppEncCfgSetS32(pBaseComponent->cfg, "codec:type", pBaseComponent->codingType); in SetDecCfg() 735 MppCodingType codingType = ConvertHdiMimeCodecType2RKCodecType(mimeCodecTypeSet->mimeCodecType); in SetParamMimeCodecType() local 736 if (codingType == MPP_VIDEO_CodingMax) { in SetParamMimeCodecType() 739 pBaseComponent->codingType in SetParamMimeCodecType() [all...] |
H A D | hdi_mpp.c | 44 static RKHdiBaseComponent* CreateMppComponent(MppCtxType ctxType, MppCodingType codingType) in CreateMppComponent() argument 66 component->codingType = codingType; in CreateMppComponent() 192 MppCodingType codingType = GetMppCodingType(name); in CodecCreate() local 193 if (codingType == MPP_VIDEO_CodingMax) { in CodecCreate() 194 HDF_LOGE("%{public}s: MppCodingType:%{public}d not support!", __func__, codingType); in CodecCreate() 200 RKHdiBaseComponent* component = CreateMppComponent(ctxType, codingType); in CodecCreate() 226 ret = component->mppApi->HdiMppInit(ctx, ctxType, codingType); in CodecCreate()
|
/device/soc/rockchip/rk3568/hardware/codec/include/ |
H A D | hdi_mpp.h | 101 MppCodingType codingType; member
|
/device/soc/rockchip/rk3588/hardware/codec/include/ |
H A D | hdi_mpp.h | 101 MppCodingType codingType; member
|
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/ |
H A D | Rkvpu_OMX_VdecControl.h | 139 OMX_VIDEO_CODINGTYPE codingType);
|
H A D | Rkvpu_OMX_VdecControl.c | 2594 OMX_VIDEO_CODINGTYPE codingType) in Rkvpu_GetCompressRatioByCodingtype() 2597 OMX_U32 codingTypeWithExt = (OMX_U32)codingType; in Rkvpu_GetCompressRatioByCodingtype() 2593 Rkvpu_GetCompressRatioByCodingtype( OMX_VIDEO_CODINGTYPE codingType) Rkvpu_GetCompressRatioByCodingtype() argument
|
Completed in 11 milliseconds