| /linux/sound/core/oss/ |
| H A D | linear.c | 55 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format); in convert() 102 snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in init_data() argument 107 dst_bytes = snd_pcm_format_width(dst_format) / 8; in init_data() 109 dst_le = snd_pcm_format_little_endian(dst_format) > 0; in init_data() 123 data->dst_ofs = snd_pcm_format_physical_width(dst_format) / 8 - in init_data() 126 snd_pcm_format_signed(dst_format)) { in init_data() 136 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_linear() argument 147 if (snd_BUG_ON(src_format->rate != dst_format->rate)) in snd_pcm_plugin_build_linear() 149 if (snd_BUG_ON(src_format->channels != dst_format->channels)) in snd_pcm_plugin_build_linear() 152 !snd_pcm_format_linear(dst_format->format))) in snd_pcm_plugin_build_linear() [all …]
|
| H A D | copy.c | 34 snd_pcm_area_silence(&dst_channels->area, 0, frames, plugin->dst_format.format); in copy_transfer() 48 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_copy() argument 59 if (snd_BUG_ON(src_format->format != dst_format->format)) in snd_pcm_plugin_build_copy() 61 if (snd_BUG_ON(src_format->rate != dst_format->rate)) in snd_pcm_plugin_build_copy() 63 if (snd_BUG_ON(src_format->channels != dst_format->channels)) in snd_pcm_plugin_build_copy() 70 err = snd_pcm_plugin_build(plug, "copy", src_format, dst_format, in snd_pcm_plugin_build_copy()
|
| H A D | rate.c | 70 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format); in resample_expand() 129 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format); in resample_shrink() 178 if (plugin->src_format.rate < plugin->dst_format.rate) { in rate_src_frames() 211 if (plugin->src_format.rate < plugin->dst_format.rate) { in rate_dst_frames() 287 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_rate() argument 298 if (snd_BUG_ON(src_format->channels != dst_format->channels)) in snd_pcm_plugin_build_rate() 304 if (snd_BUG_ON(dst_format->format != SNDRV_PCM_FORMAT_S16)) in snd_pcm_plugin_build_rate() 306 if (snd_BUG_ON(src_format->rate == dst_format->rate)) in snd_pcm_plugin_build_rate() 310 src_format, dst_format, in snd_pcm_plugin_build_rate() 317 if (src_format->rate < dst_format->rate) { in snd_pcm_plugin_build_rate() [all …]
|
| H A D | route.c | 49 ndsts = plugin->dst_format.channels; in route_transfer() 51 format = plugin->dst_format.format; in route_transfer() 74 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_route() argument 83 if (snd_BUG_ON(src_format->rate != dst_format->rate)) in snd_pcm_plugin_build_route() 85 if (snd_BUG_ON(src_format->format != dst_format->format)) in snd_pcm_plugin_build_route() 89 src_format, dst_format, 0, &plugin); in snd_pcm_plugin_build_route()
|
| H A D | pcm_plugin.h | 43 struct snd_pcm_plugin_format dst_format; /* destination format */ member 73 struct snd_pcm_plugin_format *dst_format, 89 struct snd_pcm_plugin_format *dst_format, 93 struct snd_pcm_plugin_format *dst_format, 97 struct snd_pcm_plugin_format *dst_format, 101 struct snd_pcm_plugin_format *dst_format, 105 struct snd_pcm_plugin_format *dst_format,
|
| H A D | mulaw.c | 169 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format); in mulaw_decode() 215 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format); in mulaw_encode() 288 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_mulaw() argument 301 if (snd_BUG_ON(src_format->rate != dst_format->rate)) in snd_pcm_plugin_build_mulaw() 303 if (snd_BUG_ON(src_format->channels != dst_format->channels)) in snd_pcm_plugin_build_mulaw() 306 if (dst_format->format == SNDRV_PCM_FORMAT_MU_LAW) { in snd_pcm_plugin_build_mulaw() 311 format = dst_format; in snd_pcm_plugin_build_mulaw() 322 src_format, dst_format, in snd_pcm_plugin_build_mulaw()
|
| H A D | pcm_plugin.c | 45 format = &plugin->dst_format; in snd_pcm_plugin_alloc() 138 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build() argument 147 if (snd_BUG_ON(!src_format || !dst_format)) in snd_pcm_plugin_build() 159 plugin->dst_format = *dst_format; in snd_pcm_plugin_build() 160 plugin->dst_width = snd_pcm_format_physical_width(dst_format->format); in snd_pcm_plugin_build() 165 channels = dst_format->channels; in snd_pcm_plugin_build() 560 format = &plugin->dst_format; in snd_pcm_plug_client_channels_buf()
|
| H A D | io.c | 34 int channel, channels = plugin->dst_format.channels; in io_playback_transfer() 60 int channel, channels = plugin->dst_format.channels; in io_capture_transfer()
|
| H A D | pcm_oss.c | 1478 …_bytes = (runtime->oss.plugin_last->dst_width * runtime->oss.plugin_last->dst_format.channels) / 8; in snd_pcm_oss_read2()
|
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | drm_sysfb_modeset.c | 201 static drm_sysfb_blit_func drm_sysfb_get_blit_func(u32 dst_format, u32 src_format) in drm_sysfb_get_blit_func() argument 203 if (src_format == dst_format) { in drm_sysfb_get_blit_func() 206 switch (dst_format) { in drm_sysfb_get_blit_func() 341 const struct drm_format_info *dst_format = sysfb_crtc_state->format; in drm_sysfb_plane_helper_atomic_update() local 362 iosys_map_incr(&dst, drm_fb_clip_offset(dst_pitch, dst_format, &dst_clip)); in drm_sysfb_plane_helper_atomic_update() 382 const struct drm_format_info *dst_format = sysfb->fb_format; in drm_sysfb_plane_helper_atomic_disable() local 398 dst_vmap += drm_fb_clip_offset(dst_pitch, dst_format, &dst_clip); in drm_sysfb_plane_helper_atomic_disable() 400 memset_io(dst_vmap, 0, linepixels * dst_format->cpp[0]); in drm_sysfb_plane_helper_atomic_disable()
|
| /linux/drivers/media/platform/cadence/ |
| H A D | cdns-csi2tx.c | 208 struct v4l2_mbus_framefmt *dst_format; in csi2tx_set_pad_format() local 217 dst_format = __csi2tx_get_pad_format(subdev, sd_state, fmt); in csi2tx_set_pad_format() 218 if (!dst_format) in csi2tx_set_pad_format() 221 *dst_format = *src_format; in csi2tx_set_pad_format()
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_format_helper_test.c | 574 static size_t conversion_buf_size(u32 dst_format, unsigned int dst_pitch, in conversion_buf_size() argument 577 const struct drm_format_info *dst_fi = drm_format_info(dst_format); in conversion_buf_size()
|