Searched refs:start_pixel (Results 1 – 2 of 2) sorted by relevance
444 void bflb_cam_crop_hsync(struct bflb_device_s *dev, uint16_t start_pixel, uint16_t end_pixel) in bflb_cam_crop_hsync() argument447 start_pixel = start_pixel * 2; in bflb_cam_crop_hsync()451 putreg32(start_pixel << 16 | end_pixel, dev->reg_base + CAM_DVP2AXI_HSYNC_CROP_OFFSET); in bflb_cam_crop_hsync()
250 void bflb_cam_crop_hsync(struct bflb_device_s *dev, uint16_t start_pixel, uint16_t end_pixel);
Completed in 6 milliseconds