Home
last modified time | relevance | path

Searched refs:out_ch (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/multimedia/handbrake/ffmpeg-4.4/libavresample/x86/
H A Daudio_mix_init.c27 int out_ch, int in_ch);
29 int out_ch, int in_ch);
32 int out_ch, int in_ch);
34 int out_ch, int in_ch);
37 int len, int out_ch, int in_ch);
40 int out_ch, int in_ch);
42 int out_ch, int in_ch);
45 int out_ch, int in_ch);
47 int out_ch, int in_ch);
49 int out_ch, int in_ch);
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavresample/x86/
H A Daudio_mix_init.c27 int out_ch, int in_ch);
29 int out_ch, int in_ch);
32 int out_ch, int in_ch);
34 int out_ch, int in_ch);
37 int len, int out_ch, int in_ch);
40 int out_ch, int in_ch);
42 int out_ch, int in_ch);
45 int out_ch, int in_ch);
47 int out_ch, int in_ch);
49 int out_ch, int in_ch);
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavresample/x86/
H A Daudio_mix_init.c27 int out_ch, int in_ch);
29 int out_ch, int in_ch);
32 int out_ch, int in_ch);
34 int out_ch, int in_ch);
37 int len, int out_ch, int in_ch);
40 int out_ch, int in_ch);
42 int out_ch, int in_ch);
45 int out_ch, int in_ch);
47 int out_ch, int in_ch);
49 int out_ch, int in_ch);
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavresample/x86/
H A Daudio_mix_init.c27 int out_ch, int in_ch);
29 int out_ch, int in_ch);
32 int out_ch, int in_ch);
34 int out_ch, int in_ch);
37 int len, int out_ch, int in_ch);
40 int out_ch, int in_ch);
42 int out_ch, int in_ch);
45 int out_ch, int in_ch);
47 int out_ch, int in_ch);
49 int out_ch, int in_ch);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavresample/x86/
H A Daudio_mix_init.c27 int out_ch, int in_ch);
29 int out_ch, int in_ch);
32 int out_ch, int in_ch);
34 int out_ch, int in_ch);
37 int len, int out_ch, int in_ch);
40 int out_ch, int in_ch);
42 int out_ch, int in_ch);
45 int out_ch, int in_ch);
47 int out_ch, int in_ch);
49 int out_ch, int in_ch);
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavresample/x86/
H A Daudio_mix_init.c27 int out_ch, int in_ch);
29 int out_ch, int in_ch);
32 int out_ch, int in_ch);
34 int out_ch, int in_ch);
37 int len, int out_ch, int in_ch);
40 int out_ch, int in_ch);
42 int out_ch, int in_ch);
45 int out_ch, int in_ch);
47 int out_ch, int in_ch);
49 int out_ch, int in_ch);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavresample/x86/
H A Daudio_mix_init.c27 int out_ch, int in_ch);
29 int out_ch, int in_ch);
32 int out_ch, int in_ch);
34 int out_ch, int in_ch);
37 int len, int out_ch, int in_ch);
40 int out_ch, int in_ch);
42 int out_ch, int in_ch);
45 int out_ch, int in_ch);
47 int out_ch, int in_ch);
49 int out_ch, int in_ch);
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dac3dsp.c221 if (out_ch == 2) { in ac3_downmix_c()
231 } else if (out_ch == 1) { in ac3_downmix_c()
289 if (out_ch == 2) { in ac3_downmix_c_fixed()
299 } else if (out_ch == 1) { in ac3_downmix_c_fixed()
314 c->out_channels = out_ch; in ff_ac3dsp_downmix_fixed()
317 if (in_ch == 5 && out_ch == 2 && in ff_ac3dsp_downmix_fixed()
323 } else if (in_ch == 5 && out_ch == 1 && in ff_ac3dsp_downmix_fixed()
337 int out_ch, int in_ch, int len) in ff_ac3dsp_downmix() argument
343 c->out_channels = out_ch; in ff_ac3dsp_downmix()
346 if (in_ch == 5 && out_ch == 2 && in ff_ac3dsp_downmix()
[all …]
H A Dmlpdsp.c109 unsigned int i, out_ch = 0; in ff_mlp_pack_output() local
114 for (out_ch = 0; out_ch <= max_matrix_channel; out_ch++) { in ff_mlp_pack_output()
115 int mat_ch = ch_assign[out_ch]; in ff_mlp_pack_output()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dac3dsp.c221 if (out_ch == 2) { in ac3_downmix_c()
231 } else if (out_ch == 1) { in ac3_downmix_c()
289 if (out_ch == 2) { in ac3_downmix_c_fixed()
299 } else if (out_ch == 1) { in ac3_downmix_c_fixed()
314 c->out_channels = out_ch; in ff_ac3dsp_downmix_fixed()
317 if (in_ch == 5 && out_ch == 2 && in ff_ac3dsp_downmix_fixed()
323 } else if (in_ch == 5 && out_ch == 1 && in ff_ac3dsp_downmix_fixed()
337 int out_ch, int in_ch, int len) in ff_ac3dsp_downmix() argument
343 c->out_channels = out_ch; in ff_ac3dsp_downmix()
346 if (in_ch == 5 && out_ch == 2 && in ff_ac3dsp_downmix()
[all …]
H A Dmlpdsp.c109 unsigned int i, out_ch = 0; in ff_mlp_pack_output() local
114 for (out_ch = 0; out_ch <= max_matrix_channel; out_ch++) { in ff_mlp_pack_output()
115 int mat_ch = ch_assign[out_ch]; in ff_mlp_pack_output()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dac3dsp.c262 if (out_ch == 2) { in ac3_downmix_c()
272 } else if (out_ch == 1) { in ac3_downmix_c()
330 if (out_ch == 2) { in ac3_downmix_c_fixed()
340 } else if (out_ch == 1) { in ac3_downmix_c_fixed()
355 c->out_channels = out_ch; in ff_ac3dsp_downmix_fixed()
358 if (in_ch == 5 && out_ch == 2 && in ff_ac3dsp_downmix_fixed()
364 } else if (in_ch == 5 && out_ch == 1 && in ff_ac3dsp_downmix_fixed()
391 int out_ch, int in_ch, int len) in ff_ac3dsp_downmix() argument
397 c->out_channels = out_ch; in ff_ac3dsp_downmix()
400 if (in_ch == 5 && out_ch == 2 && in ff_ac3dsp_downmix()
[all …]
H A Dmlpdsp.c109 unsigned int i, out_ch = 0; in ff_mlp_pack_output() local
114 for (out_ch = 0; out_ch <= max_matrix_channel; out_ch++) { in ff_mlp_pack_output()
115 int mat_ch = ch_assign[out_ch]; in ff_mlp_pack_output()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dac3dsp.c262 if (out_ch == 2) { in ac3_downmix_c()
272 } else if (out_ch == 1) { in ac3_downmix_c()
330 if (out_ch == 2) { in ac3_downmix_c_fixed()
340 } else if (out_ch == 1) { in ac3_downmix_c_fixed()
355 c->out_channels = out_ch; in ff_ac3dsp_downmix_fixed()
358 if (in_ch == 5 && out_ch == 2 && in ff_ac3dsp_downmix_fixed()
364 } else if (in_ch == 5 && out_ch == 1 && in ff_ac3dsp_downmix_fixed()
391 int out_ch, int in_ch, int len) in ff_ac3dsp_downmix() argument
397 c->out_channels = out_ch; in ff_ac3dsp_downmix()
400 if (in_ch == 5 && out_ch == 2 && in ff_ac3dsp_downmix()
[all …]
H A Dmlpdsp.c109 unsigned int i, out_ch = 0; in ff_mlp_pack_output() local
114 for (out_ch = 0; out_ch <= max_matrix_channel; out_ch++) { in ff_mlp_pack_output()
115 int mat_ch = ch_assign[out_ch]; in ff_mlp_pack_output()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dac3dsp.c262 if (out_ch == 2) { in ac3_downmix_c()
272 } else if (out_ch == 1) { in ac3_downmix_c()
330 if (out_ch == 2) { in ac3_downmix_c_fixed()
340 } else if (out_ch == 1) { in ac3_downmix_c_fixed()
355 c->out_channels = out_ch; in ff_ac3dsp_downmix_fixed()
358 if (in_ch == 5 && out_ch == 2 && in ff_ac3dsp_downmix_fixed()
364 } else if (in_ch == 5 && out_ch == 1 && in ff_ac3dsp_downmix_fixed()
391 int out_ch, int in_ch, int len) in ff_ac3dsp_downmix() argument
397 c->out_channels = out_ch; in ff_ac3dsp_downmix()
400 if (in_ch == 5 && out_ch == 2 && in ff_ac3dsp_downmix()
[all …]
H A Dmlpdsp.c109 unsigned int i, out_ch = 0; in ff_mlp_pack_output() local
114 for (out_ch = 0; out_ch <= max_matrix_channel; out_ch++) { in ff_mlp_pack_output()
115 int mat_ch = ch_assign[out_ch]; in ff_mlp_pack_output()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/imx/
H A Dimx-ic-prpencvf.c63 struct ipuv3_channel *out_ch; member
108 u32 out_ch; member
137 if (priv->out_ch) in prp_put_ipu_resources()
138 ipu_idmac_put(priv->out_ch); in prp_put_ipu_resources()
139 priv->out_ch = NULL; in prp_put_ipu_resources()
165 out_ch = ipu_idmac_get(ic_priv->ipu, prp_channel[task].out_ch); in prp_get_ipu_resources()
166 if (IS_ERR(out_ch)) { in prp_get_ipu_resources()
168 prp_channel[task].out_ch); in prp_get_ipu_resources()
169 ret = PTR_ERR(out_ch); in prp_get_ipu_resources()
172 priv->out_ch = out_ch; in prp_get_ipu_resources()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/imx/
H A Dimx-ic-prpencvf.c63 struct ipuv3_channel *out_ch; member
108 u32 out_ch; member
137 if (priv->out_ch) in prp_put_ipu_resources()
138 ipu_idmac_put(priv->out_ch); in prp_put_ipu_resources()
139 priv->out_ch = NULL; in prp_put_ipu_resources()
165 out_ch = ipu_idmac_get(ic_priv->ipu, prp_channel[task].out_ch); in prp_get_ipu_resources()
166 if (IS_ERR(out_ch)) { in prp_get_ipu_resources()
168 prp_channel[task].out_ch); in prp_get_ipu_resources()
169 ret = PTR_ERR(out_ch); in prp_get_ipu_resources()
172 priv->out_ch = out_ch; in prp_get_ipu_resources()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/imx/
H A Dimx-ic-prpencvf.c63 struct ipuv3_channel *out_ch; member
108 u32 out_ch; member
137 if (priv->out_ch) in prp_put_ipu_resources()
138 ipu_idmac_put(priv->out_ch); in prp_put_ipu_resources()
139 priv->out_ch = NULL; in prp_put_ipu_resources()
165 out_ch = ipu_idmac_get(ic_priv->ipu, prp_channel[task].out_ch); in prp_get_ipu_resources()
166 if (IS_ERR(out_ch)) { in prp_get_ipu_resources()
168 prp_channel[task].out_ch); in prp_get_ipu_resources()
169 ret = PTR_ERR(out_ch); in prp_get_ipu_resources()
172 priv->out_ch = out_ch; in prp_get_ipu_resources()
[all …]
/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dusb-acl-helper.c33 GIOChannel *out_ch; member
56 g_clear_pointer(&priv->out_ch, g_io_channel_unref); in spice_usb_acl_helper_cleanup()
100 g_return_val_if_fail(channel == priv->out_ch, FALSE); in cb_out_watch()
102 status = g_io_channel_read_line(priv->out_ch, &string, &size, NULL, &err); in cb_out_watch()
194 if (priv->out_ch) { in spice_usb_acl_helper_open_acl_async()
217 priv->out_ch = g_io_channel_unix_new(out); in spice_usb_acl_helper_open_acl_async()
218 g_io_channel_set_close_on_unref(priv->out_ch, TRUE); in spice_usb_acl_helper_open_acl_async()
219 status = g_io_channel_set_flags(priv->out_ch, G_IO_FLAG_NONBLOCK, &err); in spice_usb_acl_helper_open_acl_async()
245 g_io_add_watch(priv->out_ch, G_IO_IN|G_IO_HUP, in spice_usb_acl_helper_open_acl_async()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmlpdsp.c110 unsigned int i, out_ch = 0; in ff_mlp_pack_output() local
115 for (out_ch = 0; out_ch <= max_matrix_channel; out_ch++) { in ff_mlp_pack_output()
116 int mat_ch = ch_assign[out_ch]; in ff_mlp_pack_output()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmlpdsp.c110 unsigned int i, out_ch = 0; in ff_mlp_pack_output() local
115 for (out_ch = 0; out_ch <= max_matrix_channel; out_ch++) { in ff_mlp_pack_output()
116 int mat_ch = ch_assign[out_ch]; in ff_mlp_pack_output()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Daf_channelmap.c170 uint64_t in_ch = 0, out_ch = 0; in channelmap_init() local
200 get_channel(&mapping, &out_ch, separator) < 0 || in channelmap_init()
201 out_ch & out_ch_mask) { in channelmap_init()
206 s->map[i].out_channel = out_ch; in channelmap_init()
207 out_ch_mask |= out_ch; in channelmap_init()
220 get_channel(&mapping, &out_ch, separator) < 0 || in channelmap_init()
221 out_ch & out_ch_mask) { in channelmap_init()
226 s->map[i].out_channel = out_ch; in channelmap_init()
227 out_ch_mask |= out_ch; in channelmap_init()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Daf_channelmap.c175 uint64_t in_ch = 0, out_ch = 0; in channelmap_init() local
205 get_channel(&mapping, &out_ch, separator) < 0 || in channelmap_init()
206 out_ch & out_ch_mask) { in channelmap_init()
211 s->map[i].out_channel = out_ch; in channelmap_init()
212 out_ch_mask |= out_ch; in channelmap_init()
225 get_channel(&mapping, &out_ch, separator) < 0 || in channelmap_init()
226 out_ch & out_ch_mask) { in channelmap_init()
231 s->map[i].out_channel = out_ch; in channelmap_init()
232 out_ch_mask |= out_ch; in channelmap_init()

123456789