Searched refs:bit_depth (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-vid-common.c50 .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 },
131 .bit_depth = { 8, 8 },
139 .bit_depth = { 8, 16 },
147 .bit_depth = { 8, 16 },
155 .bit_depth = { 16 },
163 .bit_depth = { 16 },
170 .bit_depth = { 16 },
178 .bit_depth = { 32 },
186 .bit_depth = { 8 },
194 .bit_depth = { 16 },
202 .bit_depth = { 16 },
210 .bit_depth = { 8 },
217 .bit_depth = { 16 },
225 .bit_depth = { 16 },
233 .bit_depth = { 16 },
240 .bit_depth = { 16 },
247 .bit_depth = { 16 },
255 .bit_depth = { 16 },
263 .bit_depth = { 16 },
271 .bit_depth = { 16 },
280 .bit_depth = { 16 },
287 .bit_depth = { 16 },
294 .bit_depth = { 16 },
302 .bit_depth = { 24 },
309 .bit_depth = { 24 },
316 .bit_depth = { 32 },
323 .bit_depth = { 32 },
330 .bit_depth = { 32 },
337 .bit_depth = { 32 },
344 .bit_depth = { 32 },
351 .bit_depth = { 32 },
359 .bit_depth = { 32 },
367 .bit_depth = { 8 },
374 .bit_depth = { 8 },
381 .bit_depth = { 8 },
388 .bit_depth = { 8 },
395 .bit_depth = { 16 },
402 .bit_depth = { 16 },
409 .bit_depth = { 16 },
416 .bit_depth = { 16 },
423 .bit_depth = { 16 },
430 .bit_depth = { 16 },
437 .bit_depth = { 16 },
444 .bit_depth = { 16 },
451 .bit_depth = { 8, 8 },
460 .bit_depth = { 8, 8 },
469 .bit_depth = { 8, 4, 4 },
477 .bit_depth = { 8, 4, 4 },
485 .bit_depth = { 8, 8 },
493 .bit_depth = { 8, 8 },
H A Dvivid-vid-out.c276 (dev->sink_rect.width * dev->fmt_out->bit_depth[p]) / 8; vivid_update_format_out()
401 bytesperline = (mp->width * fmt->bit_depth[0]) >> 3; vivid_try_fmt_vid_out()
403 max_bpl = (MAX_ZOOM * MAX_WIDTH * fmt->bit_depth[0]) >> 3; vivid_try_fmt_vid_out()
414 pfmt[0].sizeimage += (pfmt[0].bytesperline * fmt->bit_depth[p]) / vivid_try_fmt_vid_out()
415 (fmt->bit_depth[0] * fmt->vdownsampling[p]); vivid_try_fmt_vid_out()
548 (dev->bytesperline_out[0] * dev->fmt_out->bit_depth[p]) / vivid_s_fmt_vid_out()
549 dev->fmt_out->bit_depth[0]; vivid_s_fmt_vid_out()
H A Dvivid-vid-cap.c45 .bit_depth = { 16 },
52 .bit_depth = { 16 },
59 .bit_depth = { 16 },
617 bytesperline = (mp->width * fmt->bit_depth[p]) >> 3; vivid_try_fmt_vid_cap()
619 max_bpl = (MAX_ZOOM * MAX_WIDTH * fmt->bit_depth[p]) >> 3; vivid_try_fmt_vid_cap()
1243 if (a->fmt.bytesperline < (a->fmt.width * fmt->bit_depth[0]) / 8) vivid_vid_cap_s_fbuf()
H A Dvivid-core.h88 u32 bit_depth[TPG_MAX_PLANES]; member in struct:vivid_fmt
/linux-4.4.14/sound/soc/intel/skylake/
H A Dskl-topology.h93 enum skl_bitdepth bit_depth; member in struct:skl_audio_data_format
178 u32 bit_depth; member in struct:skl_module_fmt
H A Dskl-messages.c288 base_cfg->audio_fmt.bit_depth = format->bit_depth; skl_set_base_module_format()
292 dev_dbg(ctx->dev, "bit_depth=%x valid_bd=%x ch_config=%x\n", skl_set_base_module_format()
293 format->bit_depth, format->valid_bit_depth, skl_set_base_module_format()
406 out_fmt->bit_depth = format->bit_depth; skl_setup_out_format()
414 out_fmt->number_of_channels, format->s_freq, format->bit_depth); skl_setup_out_format()
H A Dskl-topology.c218 (mcfg->in_fmt.bit_depth >> 3) * skl_tplg_update_buffer_size()
223 (mcfg->out_fmt.bit_depth >> 3) * skl_tplg_update_buffer_size()
808 format->bit_depth = format->valid_bit_depth; skl_tplg_update_pipe_params()
812 format->bit_depth = SKL_DEPTH_32BIT; skl_tplg_update_pipe_params()
824 (format->bit_depth >> 3); skl_tplg_update_pipe_params()
828 (format->bit_depth >> 3); skl_tplg_update_pipe_params()
1135 mconfig->in_fmt.bit_depth = dfw_config->in_fmt.bit_depth; skl_tplg_widget_load()
1141 mconfig->out_fmt.bit_depth = dfw_config->out_fmt.bit_depth; skl_tplg_widget_load()
H A Dskl-tplg-interface.h121 u32 bit_depth; member in struct:skl_dfw_module_fmt
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_surfacedefs.h210 struct svga3d_channel_def bit_depth; member in struct:svga3d_surface_desc

Completed in 245 milliseconds