Home
last modified time | relevance | path

Searched refs:is_compact (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Ddev.c58 cif_dev->stream[0].is_compact ? 1 : 0, in rkcif_show_compact_mode()
59 cif_dev->stream[1].is_compact ? 1 : 0, in rkcif_show_compact_mode()
60 cif_dev->stream[2].is_compact ? 1 : 0, in rkcif_show_compact_mode()
61 cif_dev->stream[3].is_compact ? 1 : 0); in rkcif_show_compact_mode()
90 cif_dev->stream[i].is_compact = false; in rkcif_store_compact_mode()
92 cif_dev->stream[i].is_compact = true; in rkcif_store_compact_mode()
186 cif_dev->stream[0].is_compact ? 2 : (cif_dev->stream[0].is_high_align ? 1 : 0), in rkcif_show_memory_mode()
187 cif_dev->stream[1].is_compact ? 2 : (cif_dev->stream[1].is_high_align ? 1 : 0), in rkcif_show_memory_mode()
188 cif_dev->stream[2].is_compact ? 2 : (cif_dev->stream[2].is_high_align ? 1 : 0), in rkcif_show_memory_mode()
189 cif_dev->stream[3].is_compact ? 2 : (cif_dev->stream[3].is_high_align ? 1 : 0)); in rkcif_show_memory_mode()
[all …]
H A Dsubdev-itf.c178 cif_dev->stream[0].is_compact = false; in sditf_get_set_fmt()
181 cif_dev->stream[0].is_compact = true; in sditf_get_set_fmt()
190 cif_dev->stream[0].is_compact = false; in sditf_get_set_fmt()
192 cif_dev->stream[1].is_compact = false; in sditf_get_set_fmt()
195 cif_dev->stream[0].is_compact = true; in sditf_get_set_fmt()
196 cif_dev->stream[1].is_compact = true; in sditf_get_set_fmt()
H A Dcapture.c3463 if (fmt->fmt_type == CIF_FMT_TYPE_RAW && stream->is_compact && in rkcif_csi_channel_init()
3625 if (stream->is_compact) in rkcif_csi_channel_set()
3638 if (stream->is_compact) in rkcif_csi_channel_set()
3728 if (stream->is_compact) in rkcif_csi_get_output_type_mask()
3813 if (stream->is_compact) in rkcif_lvds_get_output_type_mask()
4675 if (stream->is_compact) in rkcif_init_rx_buf()
5584 if (stream->is_compact) in rkcif_dvp_get_output_type_mask()
6457 stream->is_compact = false; in rkcif_set_fmt()
6460 if (fmt->fmt_type == CIF_FMT_TYPE_RAW && stream->is_compact && in rkcif_set_fmt()
6468 if (fmt->fmt_type == CIF_FMT_TYPE_RAW && stream->is_compact && in rkcif_set_fmt()
[all …]
H A Dprocfs.c317 seq_printf(f, "\tcompact:%s\n", stream->is_compact ? "enable" : "disabled"); in rkcif_show_format()
H A Ddev.h546 bool is_compact; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dread-md.h176 bool is_compact () const { return m_compact; } in is_compact() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dread-md.h176 bool is_compact () const { return m_compact; } in is_compact() function