Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/inc/
H A Dmpp_enc_cfg.h23 #define POS_TO_FLAG(p, pos) ((rk_u8*)(p) + ((rk_u32)(pos) & 0xffff)) macro
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c475 return (rk_u32 *)(POS_TO_FLAG(cfg, to_change_pos_##name())); \