Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/iep2/
H A Diep2.h40 struct iep2_addr { struct
57 struct iep2_addr src[3]; // current, next, previous argument
58 struct iep2_addr dst[2]; // top/bottom field reconstructed frame
H A Diep2.c421 static inline void set_addr(struct iep2_addr *addr, IepImg *img) in set_addr()