Searched refs:dsp_clock (Results 1 – 2 of 2) sorted by relevance
100 …reshold(struct bflb_device_s *dev, uint16_t resolution_x, uint32_t pixel_clock, uint32_t dsp_clock) in bflb_csi_set_line_threshold() argument104 threshold = (dsp_clock - pixel_clock) / 1000 * resolution_x / (dsp_clock / 1000) + 10; in bflb_csi_set_line_threshold()
109 …eshold(struct bflb_device_s *dev, uint16_t resolution_x, uint32_t pixel_clock, uint32_t dsp_clock);
Completed in 4 milliseconds