Searched refs:vfe_output_frame_drop (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-gen1.c | 148 static void vfe_output_frame_drop(struct vfe_device *vfe, in vfe_output_frame_drop() function 220 vfe_output_frame_drop(vfe, output, 1 << frame_skip); in vfe_enable_output() 223 vfe_output_frame_drop(vfe, output, 3 << frame_skip); in vfe_enable_output() 226 vfe_output_frame_drop(vfe, output, 0); in vfe_enable_output() 426 vfe_output_frame_drop(vfe, output, 3); in vfe_buf_update_wm_on_next() 443 vfe_output_frame_drop(vfe, output, 1); in vfe_buf_update_wm_on_last() 447 vfe_output_frame_drop(vfe, output, 0); in vfe_buf_update_wm_on_last() 476 vfe_output_frame_drop(vfe, output, 3); in vfe_buf_update_wm_on_new() 490 vfe_output_frame_drop(vfe, output, 1); in vfe_buf_update_wm_on_new() 587 vfe_output_frame_drop(vfe, output, 2); in vfe_isr_reg_update() [all …]
|