Home
last modified time | relevance | path

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

12

/linux/drivers/media/test-drivers/vivid/
A Dvivid-vid-common.c38 .bit_depth = { 16 },
47 .bit_depth = { 16 },
55 .bit_depth = { 16 },
63 .bit_depth = { 16 },
143 .bit_depth = { 16 },
151 .bit_depth = { 16 },
158 .bit_depth = { 16 },
166 .bit_depth = { 32 },
174 .bit_depth = { 32 },
204 .bit_depth = { 8 },
[all …]
A Dvivid-vid-out.c278 (dev->sink_rect.width * dev->fmt_out->bit_depth[p]) / 8; in vivid_update_format_out()
406 bytesperline = (mp->width * fmt->bit_depth[p]) >> 3; in vivid_try_fmt_vid_out()
408 max_bpl = (MAX_ZOOM * MAX_WIDTH * fmt->bit_depth[p]) >> 3; in vivid_try_fmt_vid_out()
422 (fmt->bit_depth[p] / fmt->vdownsampling[p])) / in vivid_try_fmt_vid_out()
423 (fmt->bit_depth[0] / fmt->vdownsampling[0]); in vivid_try_fmt_vid_out()
557 (dev->bytesperline_out[0] * dev->fmt_out->bit_depth[p]) / in vivid_s_fmt_vid_out()
558 dev->fmt_out->bit_depth[0]; in vivid_s_fmt_vid_out()
A Dvivid-vid-cap.c28 .bit_depth = { 16 },
35 .bit_depth = { 16 },
42 .bit_depth = { 16 },
618 bytesperline = (mp->width * fmt->bit_depth[p]) >> 3; in vivid_try_fmt_vid_cap()
620 max_bpl = (MAX_ZOOM * MAX_WIDTH * fmt->bit_depth[p]) >> 3; in vivid_try_fmt_vid_cap()
634 (fmt->bit_depth[p] / fmt->vdownsampling[p])) / in vivid_try_fmt_vid_cap()
635 (fmt->bit_depth[0] / fmt->vdownsampling[0]); in vivid_try_fmt_vid_cap()
1273 if (a->fmt.bytesperline < (a->fmt.width * fmt->bit_depth[0]) / 8) in vivid_vid_cap_s_fbuf()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_opp.c52 enum test_pattern_color_format bit_depth; in opp2_set_disp_pattern_generator() local
75 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_6; in opp2_set_disp_pattern_generator()
78 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in opp2_set_disp_pattern_generator()
87 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in opp2_set_disp_pattern_generator()
127 DPG_BIT_DEPTH, bit_depth, in opp2_set_disp_pattern_generator()
141 switch (bit_depth) { in opp2_set_disp_pattern_generator()
186 DPG_BIT_DEPTH, bit_depth, in opp2_set_disp_pattern_generator()
194 mode = (bit_depth == in opp2_set_disp_pattern_generator()
199 switch (bit_depth) { in opp2_set_disp_pattern_generator()
220 switch (bit_depth) { in opp2_set_disp_pattern_generator()
[all …]
/linux/sound/soc/xilinx/
A Dxlnx_formatter_pcm.c69 enum bit_depth { enum
163 bit_depth = XLNX_PARAM_UNKNOWN; in xlnx_parse_aes_params()
169 bit_depth = 16 + padded; in xlnx_parse_aes_params()
172 bit_depth = 18 + padded; in xlnx_parse_aes_params()
175 bit_depth = 19 + padded; in xlnx_parse_aes_params()
178 bit_depth = 20 + padded; in xlnx_parse_aes_params()
212 bit_depth = 16 + padded; in xlnx_parse_aes_params()
215 bit_depth = 18 + padded; in xlnx_parse_aes_params()
218 bit_depth = 19 + padded; in xlnx_parse_aes_params()
221 bit_depth = 20 + padded; in xlnx_parse_aes_params()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce120/
A Ddce120_timing_generator.c804 enum test_pattern_color_format bit_depth; in dce120_timing_generator_set_test_pattern() local
826 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_6; in dce120_timing_generator_set_test_pattern()
829 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in dce120_timing_generator_set_test_pattern()
832 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_10; in dce120_timing_generator_set_test_pattern()
835 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_12; in dce120_timing_generator_set_test_pattern()
838 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in dce120_timing_generator_set_test_pattern()
860 CRTC_TEST_PATTERN_COLOR_FORMAT, bit_depth); in dce120_timing_generator_set_test_pattern()
872 switch (bit_depth) { in dce120_timing_generator_set_test_pattern()
968 mode = (bit_depth == in dce120_timing_generator_set_test_pattern()
973 switch (bit_depth) { in dce120_timing_generator_set_test_pattern()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_optc.c991 enum test_pattern_color_format bit_depth; in optc1_set_test_pattern() local
1015 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_6; in optc1_set_test_pattern()
1018 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in optc1_set_test_pattern()
1027 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in optc1_set_test_pattern()
1049 OTG_TEST_PATTERN_COLOR_FORMAT, bit_depth); in optc1_set_test_pattern()
1061 switch (bit_depth) { in optc1_set_test_pattern()
1149 OTG_TEST_PATTERN_COLOR_FORMAT, bit_depth); in optc1_set_test_pattern()
1155 mode = (bit_depth == in optc1_set_test_pattern()
1160 switch (bit_depth) { in optc1_set_test_pattern()
1181 switch (bit_depth) { in optc1_set_test_pattern()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_timing_generator.c715 enum test_pattern_color_format bit_depth; in dce110_timing_generator_set_test_pattern() local
737 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_6; in dce110_timing_generator_set_test_pattern()
740 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in dce110_timing_generator_set_test_pattern()
749 bit_depth = TEST_PATTERN_COLOR_FORMAT_BPC_8; in dce110_timing_generator_set_test_pattern()
800 bit_depth, in dce110_timing_generator_set_test_pattern()
815 switch (bit_depth) { in dce110_timing_generator_set_test_pattern()
927 bit_depth, in dce110_timing_generator_set_test_pattern()
937 mode = (bit_depth == in dce110_timing_generator_set_test_pattern()
942 switch (bit_depth) { in dce110_timing_generator_set_test_pattern()
966 switch (bit_depth) { in dce110_timing_generator_set_test_pattern()
[all …]
/linux/sound/soc/intel/skylake/
A Dskl-messages.c456 base_cfg->audio_fmt.bit_depth = format->bit_depth; in skl_set_base_module_format()
462 format->bit_depth, format->valid_bit_depth, in skl_set_base_module_format()
480 pin_fmt->bit_depth = format->bit_depth; in fill_pin_params()
739 out_fmt->bit_depth = format->bit_depth; in skl_setup_out_format()
748 out_fmt->number_of_channels, format->s_freq, format->bit_depth); in skl_setup_out_format()
A Dskl-ssp-clk.h70 u32 bit_depth; member
A Dskl-topology.c168 fmt->bit_depth = fmt->valid_bit_depth; in skl_tplg_update_params()
172 fmt->bit_depth = SKL_DEPTH_32BIT; in skl_tplg_update_params()
250 in_fmt->channels * (in_fmt->bit_depth >> 3) * in skl_tplg_update_buffer_size()
304 s_fmt = m_iface->inputs[0].fmt.bit_depth; in skl_tplg_update_be_blob()
313 s_fmt = m_iface->outputs[0].fmt.bit_depth; in skl_tplg_update_be_blob()
318 s_fmt = m_iface->inputs[0].fmt.bit_depth; in skl_tplg_update_be_blob()
1670 format->bit_depth = SKL_DEPTH_32BIT; in skl_tplg_update_pipe_params()
1682 (format->bit_depth >> 3); in skl_tplg_update_pipe_params()
1686 (format->bit_depth >> 3); in skl_tplg_update_pipe_params()
2202 dst_fmt->bit_depth = value; in skl_tplg_fill_fmt()
[all …]
A Dskl-topology.h95 enum skl_bitdepth bit_depth; member
212 u32 bit_depth; member
A Dskl-debug.c61 fmt->channels, fmt->s_freq, fmt->bit_depth, in skl_print_fmt()
A Dskl-ssp-clk.c92 ipc->sclk_fs.bit_depth = wfmt->bits_per_sample; in skl_fill_clk_ipc()
/linux/drivers/staging/media/rkvdec/
A Drkvdec.h47 u32 bit_depth : 4; member
/linux/drivers/staging/media/ipu3/
A Dipu3-css.c66 .bit_depth = 10,
74 .bit_depth = 10,
82 .bit_depth = 10,
90 .bit_depth = 10,
734 frame_sp_info->raw_bit_depth = css_queue_in->css_fmt->bit_depth; in imgu_css_pipeline_init()
743 frame_sp_info->raw_bit_depth = css_queue_out->css_fmt->bit_depth; in imgu_css_pipeline_init()
752 frame_sp_info->raw_bit_depth = css_queue_out->css_fmt->bit_depth; in imgu_css_pipeline_init()
761 frame_sp_info->raw_bit_depth = css_queue_vf->css_fmt->bit_depth; in imgu_css_pipeline_init()
923 frame_sp->info.raw_bit_depth = css_queue_in->css_fmt->bit_depth; in imgu_css_pipeline_init()
934 frame_sp->info.raw_bit_depth = css_queue_out->css_fmt->bit_depth; in imgu_css_pipeline_init()
[all …]
A Dipu3-css.h85 u8 bit_depth; /* Effective bits per pixel */ member
/linux/include/uapi/sound/
A Dskl-tplg-interface.h177 __u32 bit_depth; member
/linux/sound/soc/qcom/qdsp6/
A Dq6asm.h67 u8 bit_depth; member
/linux/drivers/media/platform/qcom/venus/
A Dhfi.h69 u32 bit_depth; member
A Dhfi_plat_bufs_v6.c769 u32 size, bit_depth, num_lcu_mb; in calculate_enc_scratch1_size() local
784 bit_depth = ten_bit ? 10 : 8; in calculate_enc_scratch1_size()
786 (((((bit_depth * width_coded + 1024) + in calculate_enc_scratch1_size()
788 (((((bit_depth * width_coded + 1024) >> 1) + in calculate_enc_scratch1_size()
A Dvdec.c1435 if (inst->bit_depth != ev_data->bit_depth) in vdec_event_change()
1436 inst->bit_depth = ev_data->bit_depth; in vdec_event_change()
1610 inst->bit_depth = VIDC_BITDEPTH_8; in vdec_open()
A Dhfi_msgs.c79 event.bit_depth = pixel_depth->bit_depth; in event_seq_changed()
A Dcore.h456 unsigned int bit_depth; member
/linux/sound/soc/intel/catpt/
A Dmessages.h141 u32 bit_depth; member

Completed in 58 milliseconds

12