Home
last modified time | relevance | path

Searched defs:capture_info (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dsubdev-itf.h33 struct capture_info { struct
34 unsigned int offset_x;
35 unsigned int offset_y;
36 unsigned int width;
37 unsigned int height;
H A Dcapture.c856 struct rkmodule_capture_info capture_info; in rkcif_get_input_fmt() local
1837 struct rkmodule_capture_info *capture_info = &dev->channels[stream->id].capture_info; in rkcif_write_buff_addr_multi_dev_combine() local
1872 struct rkmodule_capture_info *capture_info = &dev->channels[channel_id].capture_info; in rkcif_assign_new_buffer_init_toisp() local
1946 struct rkmodule_capture_info *capture_info = &dev->channels[channel_id].capture_info; in rkcif_assign_new_buffer_update_toisp() local
2140 struct rkmodule_capture_info *capture_info = &dev->channels[stream->id].capture_info; in rkcif_assign_check_buffer_update_toisp() local
2813 struct rkmodule_capture_info *capture_info = &dev->channels[stream->id].capture_info; in rkcif_update_new_buffer_wake_up_mode() local
3855 struct rkmodule_capture_info *capture_info = &channel->capture_info; in rkcif_csi_channel_set_v1() local
4300 struct rkmodule_capture_info *capture_info = &dev->channels[channel_id].capture_info; in rkcif_check_buffer_update_pingpong() local
H A Dsubdev-itf.c436 struct rkmodule_capture_info *capture_info = &cif_dev->channels[0].capture_info; in sditf_channel_enable() local
H A Ddev.h288 struct rkmodule_capture_info capture_info; member