Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/iep/
H A Diep.h153 } IepMsgImg; typedef
156 IepMsgImg src; // src active window
157 IepMsgImg dst; // src virtual window
159 IepMsgImg src1;
160 IepMsgImg dst1;
162 IepMsgImg src_itemp;
163 IepMsgImg src_ftemp;
165 IepMsgImg dst_itemp;
166 IepMsgImg dst_ftemp;
H A Diep.c218 IepMsgImg *src = &msg->src; in check_msg_image()
219 IepMsgImg *dst = &msg->dst; in check_msg_image()
346 IepMsgImg *src = &msg->src; in iep_control()