Searched refs:heightp (Results 1 – 2 of 2) sorted by relevance
89 int bcm2835_get_video_size(int *widthp, int *heightp) in bcm2835_get_video_size() argument103 *heightp = msg_query->physical_w_h.body.resp.height; in bcm2835_get_video_size()108 int bcm2835_set_video_params(int *widthp, int *heightp, int depth_bpp, in bcm2835_set_video_params() argument118 msg_setup->physical_w_h.body.req.height = *heightp; in bcm2835_set_video_params()121 msg_setup->virtual_w_h.body.req.height = *heightp; in bcm2835_set_video_params()146 *heightp = msg_setup->physical_w_h.body.resp.height; in bcm2835_set_video_params()
32 int bcm2835_get_video_size(int *widthp, int *heightp);47 int bcm2835_set_video_params(int *widthp, int *heightp, int depth_bpp,