Home
last modified time | relevance | path

Searched refs:MppCtxType (Results 1 – 23 of 23) sorted by relevance

/rockchip-linux_mpp/mpp/hal/inc/
H A Dmpp_hal.h40 MppCtxType type;
57 MppCtxType type;
/rockchip-linux_mpp/inc/
H A Drk_mpi.h242 MPP_RET mpp_init(MppCtx ctx, MppCtxType type, MppCodingType coding);
259 MPP_RET mpp_check_support_format(MppCtxType type, MppCodingType coding);
H A Drk_type.h112 } MppCtxType; typedef
/rockchip-linux_mpp/kmpp/inc/
H A Dkmpp.h20 MPP_RET (*init)(Kmpp *ctx, MppCtxType type, MppCodingType coding);
58 MppCtxType mType;
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_2str.h28 const char *strof_ctx_type(MppCtxType type);
/rockchip-linux_mpp/mpp/inc/
H A Dmpi_impl.h33 MppCtxType type;
H A Dmpp_impl.h33 MPP_RET mpp_ops_init(MppDump info, MppCtxType type, MppCodingType coding);
H A Dmpp.h169 MppCtxType mType;
188 MPP_RET mpp_ctx_init(Mpp *mpp, MppCtxType type, MppCodingType coding);
H A Dmpp_dec_cfg.h79 MppCtxType type;
/rockchip-linux_mpp/osal/inc/
H A Dvcodec_service.h42 const char *mpp_get_vcodec_dev_name(MppCtxType type, MppCodingType coding);
H A Dmpp_soc.h95 rk_u32 mpp_check_soc_cap(MppCtxType type, MppCodingType coding);
/rockchip-linux_mpp/mpp/base/
H A Dmpp_2str.c22 const char *strof_ctx_type(MppCtxType type) in strof_ctx_type()
/rockchip-linux_mpp/mpp/hal/common/
H A Dhal_info.h61 MPP_RET hal_info_init(HalInfo *ctx, MppCtxType type, MppCodingType coding);
H A Dhal_info.c27 MppCtxType type;
36 MPP_RET hal_info_init(HalInfo *ctx, MppCtxType type, MppCodingType coding) in hal_info_init()
/rockchip-linux_mpp/mpp/
H A Dmpi.c23 MppCtxType type;
446 MPP_RET mpp_init(MppCtx ctx, MppCtxType type, MppCodingType coding) in mpp_init()
495 MPP_RET mpp_check_support_format(MppCtxType type, MppCodingType coding) in mpp_check_support_format()
H A Dmpp_impl.c44 MppCtxType type;
62 MppCtxType type;
322 MPP_RET mpp_ops_init(MppDump info, MppCtxType type, MppCodingType coding) in mpp_ops_init()
H A Dmpp.c150 MPP_RET mpp_ctx_init(Mpp *mpp, MppCtxType type, MppCodingType coding) in mpp_ctx_init()
/rockchip-linux_mpp/osal/driver/
H A Dvcodec_service.c138 const char *mpp_get_platform_dev_name(MppCtxType type, MppCodingType coding, RK_U32 platform) in mpp_get_platform_dev_name()
171 const char *mpp_get_vcodec_dev_name(MppCtxType type, MppCodingType coding) in mpp_get_vcodec_dev_name()
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu.c127 MppCtxType ctx_type; in VPUClientInit()
H A Dvpu_api.cpp327 MppCtxType type = (s->codecType == CODEC_DECODER) ? (MPP_CTX_DEC) : in vpu_open_context()
H A Dvpu_api_legacy.cpp410 MppCtxType type; in init()
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c79 static MPP_RET init(Kmpp *ctx, MppCtxType type, MppCodingType coding) in init()
/rockchip-linux_mpp/osal/
H A Dmpp_soc.c1183 rk_u32 mpp_check_soc_cap(MppCtxType type, MppCodingType coding) in mpp_check_soc_cap()