Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp382 if (p->ImgWidth & 0x80000000) in init_frame_info()
383 p->CodecType = (p->ImgWidth & 0x40000000) in init_frame_info()
386 p->CodecType = (p->ImgWidth & 0x40000000) in init_frame_info()
389 p->ImgWidth = (p->ImgWidth & 0xFFFF); in init_frame_info()
391 mpp_frame_set_width(frame_info, p->ImgWidth); in init_frame_info()
500 vpug.ImgWidth = ctx->width; in init()
/rockchip-linux_mpp/inc/
H A Dvpu_api.h143 RK_U32 ImgWidth; member