Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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.cpp230 IepMsgImg *src = &msg->src; in check_msg_image()
231 IepMsgImg *dst = &msg->dst; in check_msg_image()
358 IepMsgImg *src = &msg->src; in iep_control()