Home
last modified time | relevance | path

Searched refs:rkisp1_stat_buffer (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dpixfmt-meta-rkisp1.rst24 .. rkisp1_stat_buffer
33 instance of the C structure :c:type:`rkisp1_stat_buffer` defined in
38 struct rkisp1_stat_buffer *stats = (struct rkisp1_stat_buffer*) buffer;
41 AF (Auto-focus). See :c:type:`rkisp1_stat_buffer` for details of the statistics.
/Linux-v5.15/drivers/media/platform/rockchip/rkisp1/
Drkisp1-stats.c102 sizes[0] = sizeof(struct rkisp1_stat_buffer); in rkisp1_stats_vb2_queue_setup()
123 if (vb2_plane_size(vb, 0) < sizeof(struct rkisp1_stat_buffer)) in rkisp1_stats_vb2_buf_prepare()
126 vb2_set_plane_payload(vb, 0, sizeof(struct rkisp1_stat_buffer)); in rkisp1_stats_vb2_buf_prepare()
178 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_awb_meas()
199 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_aec_meas()
212 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_afc_meas()
229 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_hst_meas()
243 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_bls_meas()
292 struct rkisp1_stat_buffer *cur_stat_buf; in rkisp1_stats_send_measurement()
307 cur_stat_buf = (struct rkisp1_stat_buffer *) in rkisp1_stats_send_measurement()
[all …]
/Linux-v5.15/include/uapi/linux/
Drkisp1-config.h944 struct rkisp1_stat_buffer { struct
/Linux-v5.15/Documentation/admin-guide/media/
Drkisp1.rst103 The buffer format is defined by struct :c:type:`rkisp1_stat_buffer`, and