Searched refs:AlignFunc (Results 1 – 2 of 2) sorted by relevance
216 AlignFunc hal_hor_align; // default NULL217 AlignFunc hal_ver_align; // default NULL218 AlignFunc hal_len_align; // default NULL1209 impl->hal_hor_align = (AlignFunc)val; in mpp_slots_set_prop()1212 impl->hal_ver_align = (AlignFunc)val; in mpp_slots_set_prop()1215 impl->hal_len_align = (AlignFunc)val; in mpp_slots_set_prop()
246 typedef RK_U32 (*AlignFunc)(RK_U32 val); typedef