Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp372 p->CodecType = (ctx->extra_cfg.yuv_format == 1) in init_frame_info()
375 p->CodecType = (ctx->extra_cfg.yuv_format == 1) in init_frame_info()
383 p->CodecType = (p->ImgWidth & 0x40000000) in init_frame_info()
386 p->CodecType = (p->ImgWidth & 0x40000000) in init_frame_info()
393 mpp_frame_set_fmt(frame_info, (MppFrameFormat)(p->CodecType | fbcOutFmt)); in init_frame_info()
499 vpug.CodecType = ctx->codecType; in init()
/rockchip-linux_mpp/inc/
H A Dvpu_api.h142 RK_U32 CodecType; member