Home
last modified time | relevance | path

Searched refs:dest_channels (Results 1 – 25 of 45) sorted by relevance

12

/dports/audio/musicpd/mpd-0.23.6/src/pcm/
H A DPcmChannels.cxx104 unsigned dest_channels, in StereoToN() argument
108 assert(dest_channels > 2); in StereoToN()
131 unsigned dest_channels, in NToM() argument
156 unsigned dest_channels, in ConvertChannels() argument
169 else if (dest_channels == 2) in ConvertChannels()
172 StereoToN<F, Traits>(dest, dest_channels, in ConvertChannels()
175 NToM<F>(dest, dest_channels, in ConvertChannels()
183 unsigned dest_channels, in pcm_convert_channels_16() argument
193 unsigned dest_channels, in pcm_convert_channels_24() argument
203 unsigned dest_channels, in pcm_convert_channels_32() argument
[all …]
H A DChannelsConverter.cxx47 dest_channels = _dest_channels; in Open()
69 return pcm_convert_channels_16(buffer, dest_channels, in Convert()
74 return pcm_convert_channels_24(buffer, dest_channels, in Convert()
79 return pcm_convert_channels_32(buffer, dest_channels, in Convert()
84 return pcm_convert_channels_float(buffer, dest_channels, in Convert()
H A DPcmChannels.hxx39 unsigned dest_channels,
55 unsigned dest_channels,
70 unsigned dest_channels,
85 unsigned dest_channels,
H A DChannelsConverter.hxx37 unsigned src_channels, dest_channels; member in PcmChannelsConverter
61 unsigned src_channels, unsigned dest_channels);
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/pixops/
H A Dpixops.c314 if (dest_channels == 3) in pixops_scale_nearest()
325 if (dest_channels == 3) in pixops_scale_nearest()
652 if (dest_channels == 4) in pixops_composite_color_nearest()
764 dest += dest_channels; in composite_line()
867 else if (dest_channels == 4) in composite_pixel_color()
944 dest += dest_channels; in composite_line_color()
1068 dest += dest_channels; in scale_line()
1255 int dest_channels, in pixops_process() argument
1375 outbuf += dest_channels; in pixops_process()
1401 outbuf += dest_channels; in pixops_process()
[all …]
H A Dtimescale.c153 int dest_channels = (dest_index == 0) ? 3 : 4; in main() local
157 int dest_rowstride = (dest_channels *dest_width + 3) & ~3; in main()
171 dest_channels, dest_has_alpha ? "alpha" : "no alpha"); in main()
197 dest_rowstride, dest_channels, in main()
213 dest_rowstride, dest_channels, in main()
229 dest_rowstride, dest_channels, in main()
H A Dpixops.h39 int dest_channels,
68 int dest_channels,
101 int dest_channels,
H A DDETAILS41 int dest_channels,
67 guchar *dest_buf, int dest_rowstride, int dest_channels, gboolean dest_has_alpha,
181 typedef void (*PixopsPixelFunc) (guchar *dest, int dest_x, int dest_channels, int dest_has_alpha,
190 dest_has_alpha, dest_channels: Information about the destination pixbuf
211 guchar *dest, int dest_x, guchar *dest_end, int dest_channels, int dest_has_alpha,
222 dest, dest_x, dest_end, dest_channels, dest_has_alpha
225 increment by dest_channels, until dest == dest_end. Reading from
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dsound.cpp147 for(unsigned dest_channels = 1; dest_channels <= 2; dest_channels++)
155 …st Format: %s, Dest Channels: %d\n", sampformat_to_string(dest_sampformat).c_str(), dest_channels);
160 format.channels = dest_channels;
177 if(format.channels != dest_channels)
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/gdk/
H A Dpixops.c244 guchar *dest, int dest_x, int dest_channels, in process_pixel() argument
352 int dest_channels, in pixops_process() argument
409 guchar *outbuf_end = outbuf + dest_channels * ( render_x1 - render_x0 ); in pixops_process()
431 outbuf, dest_x, dest_channels, in pixops_process()
438 outbuf += dest_channels; in pixops_process()
443 dest_buf + dest_rowstride * i + run_end_index * dest_channels, in pixops_process()
447 dest_x += ( new_outbuf - outbuf ) / dest_channels; in pixops_process()
456 outbuf, dest_x, dest_channels, in pixops_process()
462 outbuf += dest_channels; in pixops_process()
691 int dest_channels, in yuv422_scale() argument
[all …]
H A Dpixops.h50 int dest_channels,
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/gdk/
H A Dpixops.c244 guchar *dest, int dest_x, int dest_channels, in process_pixel() argument
352 int dest_channels, in pixops_process() argument
409 guchar *outbuf_end = outbuf + dest_channels * ( render_x1 - render_x0 ); in pixops_process()
431 outbuf, dest_x, dest_channels, in pixops_process()
438 outbuf += dest_channels; in pixops_process()
443 dest_buf + dest_rowstride * i + run_end_index * dest_channels, in pixops_process()
447 dest_x += ( new_outbuf - outbuf ) / dest_channels; in pixops_process()
456 outbuf, dest_x, dest_channels, in pixops_process()
462 outbuf += dest_channels; in pixops_process()
691 int dest_channels, in yuv422_scale() argument
[all …]
H A Dpixops.h50 int dest_channels,
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/gdk/
H A Dpixops.c244 guchar *dest, int dest_x, int dest_channels, in process_pixel() argument
352 int dest_channels, in pixops_process() argument
409 guchar *outbuf_end = outbuf + dest_channels * ( render_x1 - render_x0 ); in pixops_process()
431 outbuf, dest_x, dest_channels, in pixops_process()
438 outbuf += dest_channels; in pixops_process()
443 dest_buf + dest_rowstride * i + run_end_index * dest_channels, in pixops_process()
447 dest_x += ( new_outbuf - outbuf ) / dest_channels; in pixops_process()
456 outbuf, dest_x, dest_channels, in pixops_process()
462 outbuf += dest_channels; in pixops_process()
691 int dest_channels, in yuv422_scale() argument
[all …]
H A Dpixops.h50 int dest_channels,
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/gdk/
H A Dpixops.c244 guchar *dest, int dest_x, int dest_channels, in process_pixel() argument
352 int dest_channels, in pixops_process() argument
409 guchar *outbuf_end = outbuf + dest_channels * ( render_x1 - render_x0 ); in pixops_process()
431 outbuf, dest_x, dest_channels, in pixops_process()
438 outbuf += dest_channels; in pixops_process()
443 dest_buf + dest_rowstride * i + run_end_index * dest_channels, in pixops_process()
447 dest_x += ( new_outbuf - outbuf ) / dest_channels; in pixops_process()
456 outbuf, dest_x, dest_channels, in pixops_process()
462 outbuf += dest_channels; in pixops_process()
691 int dest_channels, in yuv422_scale() argument
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/gdk/
H A Dpixops.c244 guchar *dest, int dest_x, int dest_channels, in process_pixel() argument
352 int dest_channels, in pixops_process() argument
409 guchar *outbuf_end = outbuf + dest_channels * ( render_x1 - render_x0 ); in pixops_process()
431 outbuf, dest_x, dest_channels, in pixops_process()
438 outbuf += dest_channels; in pixops_process()
443 dest_buf + dest_rowstride * i + run_end_index * dest_channels, in pixops_process()
447 dest_x += ( new_outbuf - outbuf ) / dest_channels; in pixops_process()
456 outbuf, dest_x, dest_channels, in pixops_process()
462 outbuf += dest_channels; in pixops_process()
691 int dest_channels, in yuv422_scale() argument
[all …]
H A Dpixops.h50 int dest_channels,
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/image/
H A Dpixel.cpp59 const size_t dest_channels, in convert_and_shuffle() argument
95 dest_channels); in convert_and_shuffle()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/sdl/
H A Dconsumer_sdl_audio.c310 int dest_channels = channels; in consumer_play_audio() local
340 request.channels = dest_channels; in consumer_play_audio()
360 int dst_stride = dest_channels * sizeof( *pcm ); in consumer_play_audio()
383 if ( channels == dest_channels ) in consumer_play_audio()
396 dest += dest_channels; in consumer_play_audio()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/sdl/
H A Dconsumer_sdl_audio.c309 int dest_channels = channels; in consumer_play_audio() local
339 request.channels = dest_channels; in consumer_play_audio()
359 int dst_stride = dest_channels * sizeof( *pcm ); in consumer_play_audio()
382 if ( channels == dest_channels ) in consumer_play_audio()
395 dest += dest_channels; in consumer_play_audio()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/sdl/
H A Dconsumer_sdl_audio.c310 int dest_channels = channels; in consumer_play_audio() local
340 request.channels = dest_channels; in consumer_play_audio()
360 int dst_stride = dest_channels * sizeof( *pcm ); in consumer_play_audio()
383 if ( channels == dest_channels ) in consumer_play_audio()
396 dest += dest_channels; in consumer_play_audio()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/sdl/
H A Dconsumer_sdl_audio.c309 int dest_channels = channels; in consumer_play_audio() local
339 request.channels = dest_channels; in consumer_play_audio()
359 int dst_stride = dest_channels * sizeof( *pcm ); in consumer_play_audio()
382 if ( channels == dest_channels ) in consumer_play_audio()
395 dest += dest_channels; in consumer_play_audio()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/sdl/
H A Dconsumer_sdl_audio.c309 int dest_channels = channels; in consumer_play_audio() local
339 request.channels = dest_channels; in consumer_play_audio()
359 int dst_stride = dest_channels * sizeof( *pcm ); in consumer_play_audio()
382 if ( channels == dest_channels ) in consumer_play_audio()
395 dest += dest_channels; in consumer_play_audio()
/dports/audio/sweep/sweep-0.9.3/src/
H A Dplay.c585 sw_audio_t * dest, int dest_channels, in channel_convert_adding() argument
594 for (j = 0; j < dest_channels; j++) { in channel_convert_adding()
599 } else if (dest_channels == 1) { /* mix down to mono */ in channel_convert_adding()
609 } else if (src_channels < dest_channels) { /* copy to first channels */ in channel_convert_adding()
612 dest[i * dest_channels + j] += src[b]; in channel_convert_adding()
616 } else if (dest_channels < src_channels) { /* copy first channels only */ in channel_convert_adding()
618 for (j = 0; j < dest_channels; j++) { in channel_convert_adding()
623 } else if (src_channels == dest_channels) { /* just add */ in channel_convert_adding()

12