Searched refs:bit_depth (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vid-common.c | 50 .bit_depth = { 16 }, 59 .bit_depth = { 16 }, 67 .bit_depth = { 16 }, 75 .bit_depth = { 16 }, 83 .bit_depth = { 8, 4, 4 }, 91 .bit_depth = { 8, 4, 4 }, 99 .bit_depth = { 8, 4, 4 }, 107 .bit_depth = { 8, 8 }, 115 .bit_depth = { 8, 8 }, 123 .bit_depth = { 8, 8 }, [all …]
|
D | vivid-vid-out.c | 276 (dev->sink_rect.width * dev->fmt_out->bit_depth[p]) / 8; in vivid_update_format_out() 401 bytesperline = (mp->width * fmt->bit_depth[0]) >> 3; in vivid_try_fmt_vid_out() 403 max_bpl = (MAX_ZOOM * MAX_WIDTH * fmt->bit_depth[0]) >> 3; in vivid_try_fmt_vid_out() 414 pfmt[0].sizeimage += (pfmt[0].bytesperline * fmt->bit_depth[p]) / in vivid_try_fmt_vid_out() 415 (fmt->bit_depth[0] * fmt->vdownsampling[p]); in vivid_try_fmt_vid_out() 548 (dev->bytesperline_out[0] * dev->fmt_out->bit_depth[p]) / in vivid_s_fmt_vid_out() 549 dev->fmt_out->bit_depth[0]; in vivid_s_fmt_vid_out()
|
D | vivid-vid-cap.c | 45 .bit_depth = { 16 }, 52 .bit_depth = { 16 }, 59 .bit_depth = { 16 }, 617 bytesperline = (mp->width * fmt->bit_depth[p]) >> 3; in vivid_try_fmt_vid_cap() 619 max_bpl = (MAX_ZOOM * MAX_WIDTH * fmt->bit_depth[p]) >> 3; in vivid_try_fmt_vid_cap() 1243 if (a->fmt.bytesperline < (a->fmt.width * fmt->bit_depth[0]) / 8) in vivid_vid_cap_s_fbuf()
|
D | vivid-core.h | 88 u32 bit_depth[TPG_MAX_PLANES]; member
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-topology.c | 218 (mcfg->in_fmt.bit_depth >> 3) * in skl_tplg_update_buffer_size() 223 (mcfg->out_fmt.bit_depth >> 3) * in skl_tplg_update_buffer_size() 808 format->bit_depth = format->valid_bit_depth; in skl_tplg_update_pipe_params() 812 format->bit_depth = SKL_DEPTH_32BIT; in skl_tplg_update_pipe_params() 824 (format->bit_depth >> 3); in skl_tplg_update_pipe_params() 828 (format->bit_depth >> 3); in skl_tplg_update_pipe_params() 1135 mconfig->in_fmt.bit_depth = dfw_config->in_fmt.bit_depth; in skl_tplg_widget_load() 1141 mconfig->out_fmt.bit_depth = dfw_config->out_fmt.bit_depth; in skl_tplg_widget_load()
|
D | skl-messages.c | 288 base_cfg->audio_fmt.bit_depth = format->bit_depth; in skl_set_base_module_format() 293 format->bit_depth, format->valid_bit_depth, in skl_set_base_module_format() 406 out_fmt->bit_depth = format->bit_depth; in skl_setup_out_format() 414 out_fmt->number_of_channels, format->s_freq, format->bit_depth); in skl_setup_out_format()
|
D | skl-topology.h | 93 enum skl_bitdepth bit_depth; member 178 u32 bit_depth; member
|
D | skl-tplg-interface.h | 121 u32 bit_depth; member
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_surfacedefs.h | 210 struct svga3d_channel_def bit_depth; member
|