Home
last modified time | relevance | path

Searched refs:bit_depth (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-vid-common.c38 .bit_depth = { 16 },
47 .bit_depth = { 16 },
55 .bit_depth = { 16 },
63 .bit_depth = { 16 },
71 .bit_depth = { 8, 4, 4 },
79 .bit_depth = { 8, 4, 4 },
87 .bit_depth = { 8, 4, 4 },
95 .bit_depth = { 8, 8 },
103 .bit_depth = { 8, 8 },
111 .bit_depth = { 8, 8 },
[all …]
Dvivid-vid-out.c257 (dev->sink_rect.width * dev->fmt_out->bit_depth[p]) / 8; in vivid_update_format_out()
384 bytesperline = (mp->width * fmt->bit_depth[p]) >> 3; in vivid_try_fmt_vid_out()
386 max_bpl = (MAX_ZOOM * MAX_WIDTH * fmt->bit_depth[p]) >> 3; in vivid_try_fmt_vid_out()
400 (fmt->bit_depth[p] / fmt->vdownsampling[p])) / in vivid_try_fmt_vid_out()
401 (fmt->bit_depth[0] / fmt->vdownsampling[0]); in vivid_try_fmt_vid_out()
535 (dev->bytesperline_out[0] * dev->fmt_out->bit_depth[p]) / in vivid_s_fmt_vid_out()
536 dev->fmt_out->bit_depth[0]; in vivid_s_fmt_vid_out()
Dvivid-vid-cap.c33 .bit_depth = { 16 },
40 .bit_depth = { 16 },
47 .bit_depth = { 16 },
606 bytesperline = (mp->width * fmt->bit_depth[p]) >> 3; in vivid_try_fmt_vid_cap()
608 max_bpl = (MAX_ZOOM * MAX_WIDTH * fmt->bit_depth[p]) >> 3; in vivid_try_fmt_vid_cap()
622 (fmt->bit_depth[p] / fmt->vdownsampling[p])) / in vivid_try_fmt_vid_cap()
623 (fmt->bit_depth[0] / fmt->vdownsampling[0]); in vivid_try_fmt_vid_cap()
1242 if (a->fmt.bytesperline < (a->fmt.width * fmt->bit_depth[0]) / 8) in vivid_vid_cap_s_fbuf()
Dvivid-core.h78 u32 bit_depth[TPG_MAX_PLANES]; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c837 enum test_pattern_color_format bit_depth; in dce120_timing_generator_set_test_pattern() local
859 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_6; in dce120_timing_generator_set_test_pattern()
862 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in dce120_timing_generator_set_test_pattern()
865 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_10; in dce120_timing_generator_set_test_pattern()
868 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_12; in dce120_timing_generator_set_test_pattern()
871 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in dce120_timing_generator_set_test_pattern()
893 CRTC_TEST_PATTERN_COLOR_FORMAT, bit_depth); in dce120_timing_generator_set_test_pattern()
905 switch (bit_depth) { in dce120_timing_generator_set_test_pattern()
995 CRTC_TEST_PATTERN_COLOR_FORMAT, bit_depth); in dce120_timing_generator_set_test_pattern()
1001 mode = (bit_depth == in dce120_timing_generator_set_test_pattern()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c881 enum test_pattern_color_format bit_depth; in optc1_set_test_pattern() local
905 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_6; in optc1_set_test_pattern()
908 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in optc1_set_test_pattern()
911 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_10; in optc1_set_test_pattern()
914 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_12; in optc1_set_test_pattern()
917 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in optc1_set_test_pattern()
939 OTG_TEST_PATTERN_COLOR_FORMAT, bit_depth); in optc1_set_test_pattern()
951 switch (bit_depth) { in optc1_set_test_pattern()
1039 OTG_TEST_PATTERN_COLOR_FORMAT, bit_depth); in optc1_set_test_pattern()
1045 mode = (bit_depth == in optc1_set_test_pattern()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator.c711 enum test_pattern_color_format bit_depth; in dce110_timing_generator_set_test_pattern() local
733 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_6; in dce110_timing_generator_set_test_pattern()
736 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in dce110_timing_generator_set_test_pattern()
739 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_10; in dce110_timing_generator_set_test_pattern()
742 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_12; in dce110_timing_generator_set_test_pattern()
745 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in dce110_timing_generator_set_test_pattern()
796 bit_depth, in dce110_timing_generator_set_test_pattern()
811 switch (bit_depth) { in dce110_timing_generator_set_test_pattern()
923 bit_depth, in dce110_timing_generator_set_test_pattern()
933 mode = (bit_depth == in dce110_timing_generator_set_test_pattern()
[all …]
/Linux-v4.19/sound/soc/intel/skylake/
Dskl-messages.c475 base_cfg->audio_fmt.bit_depth = format->bit_depth; in skl_set_base_module_format()
480 format->bit_depth, format->valid_bit_depth, in skl_set_base_module_format()
689 out_fmt->bit_depth = format->bit_depth; in skl_setup_out_format()
698 out_fmt->number_of_channels, format->s_freq, format->bit_depth); in skl_setup_out_format()
1111 pin_fmt->bit_depth = format->bit_depth; in fill_pin_params()
Dskl-ssp-clk.h79 u32 bit_depth; member
Dskl-topology.c269 fmt->bit_depth = fmt->valid_bit_depth; in skl_tplg_update_params()
273 fmt->bit_depth = SKL_DEPTH_32BIT; in skl_tplg_update_params()
351 in_fmt->channels * (in_fmt->bit_depth >> 3) * in skl_tplg_update_buffer_size()
355 out_fmt->channels * (out_fmt->bit_depth >> 3) * in skl_tplg_update_buffer_size()
406 s_fmt = m_iface->inputs[0].fmt.bit_depth; in skl_tplg_update_be_blob()
415 s_fmt = m_iface->outputs[0].fmt.bit_depth; in skl_tplg_update_be_blob()
420 s_fmt = m_iface->inputs[0].fmt.bit_depth; in skl_tplg_update_be_blob()
1704 format->bit_depth = format->valid_bit_depth; in skl_tplg_update_pipe_params()
1709 format->bit_depth = SKL_DEPTH_32BIT; in skl_tplg_update_pipe_params()
1721 (format->bit_depth >> 3); in skl_tplg_update_pipe_params()
[all …]
Dskl-topology.h102 enum skl_bitdepth bit_depth; member
209 u32 bit_depth; member
Dskl-debug.c67 fmt->channels, fmt->s_freq, fmt->bit_depth, in skl_print_fmt()
Dskl-ssp-clk.c91 ipc->sclk_fs.bit_depth = wfmt->bits_per_sample; in skl_fill_clk_ipc()
/Linux-v4.19/include/uapi/sound/
Dskl-tplg-interface.h175 __u32 bit_depth; member
/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhfi.h78 u32 bit_depth; member
Dhfi_msgs.c82 event.bit_depth = pixel_depth->bit_depth; in event_seq_changed()
Dhfi_helper.h806 u32 bit_depth; member
/Linux-v4.19/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_surfacedefs.h377 struct svga3d_channel_def bit_depth; member