Home
last modified time | relevance | path

Searched refs:output_channels (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopusdec.c106 for (i = 0; i < s->output_channels; i++) { in opus_flush_resample()
114 for (i = 0; i < s->output_channels; i++) in opus_flush_resample()
253 for (i = 0; i < s->output_channels; i++) { in opus_decode_frame()
283 for (i = 0; i < s->output_channels; i++) { in opus_decode_frame()
297 for (i = 0; i < s->output_channels; i++) in opus_decode_frame()
310 for (i = 0; i < s->output_channels; i++) { in opus_decode_frame()
319 for (i = 0; i < s->output_channels; i++) { in opus_decode_frame()
360 (s->output_channels == 2 && !s->cur_out[1])) { in opus_decode_subpacket()
396 for (j = 0; j < s->output_channels; j++) in opus_decode_subpacket()
402 for (j = 0; j < s->output_channels; j++) in opus_decode_subpacket()
[all …]
Dopus_celt.c356 if (!f->output_channels) in ff_celt_decode_frame()
357 f->output_channels = channels; in ff_celt_decode_frame()
418 if (f->output_channels < f->channels) { in ff_celt_decode_frame()
421 } else if (f->output_channels > f->channels) in ff_celt_decode_frame()
436 for (i = 0; i < f->output_channels; i++) { in ff_celt_decode_frame()
538 int ff_celt_init(AVCodecContext *avctx, CeltFrame **f, int output_channels, in ff_celt_init() argument
544 if (output_channels != 1 && output_channels != 2) { in ff_celt_init()
546 output_channels); in ff_celt_init()
555 frm->output_channels = output_channels; in ff_celt_init()
Dopus_silk.c47 int output_channels; member
671 if (s->output_channels == channel || redundant) in silk_decode_frame()
845 if (coded_channels == 1 || s->output_channels == 1) { in ff_silk_decode_superframe()
846 for (j = 0; j < s->output_channels; j++) { in ff_silk_decode_superframe()
874 int ff_silk_init(AVCodecContext *avctx, SilkContext **ps, int output_channels) in ff_silk_init() argument
878 if (output_channels != 1 && output_channels != 2) { in ff_silk_init()
880 output_channels); in ff_silk_init()
889 s->output_channels = output_channels; in ff_silk_init()
Dopus.h103 int output_channels; member
182 int ff_silk_init(AVCodecContext *avctx, SilkContext **ps, int output_channels);
Dopus_celt.h102 int output_channels; member
162 int ff_celt_init(AVCodecContext *avctx, CeltFrame **f, int output_channels,
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasiosink.cpp57 gchar *output_channels; member
141 g_free (self->output_channels); in gst_asio_sink_finalize()
158 g_free (self->output_channels); in gst_asio_sink_set_property()
159 self->output_channels = g_value_dup_string (value); in gst_asio_sink_set_property()
184 g_value_set_string (value, self->output_channels); in gst_asio_sink_get_property()
295 if (self->output_channels) { in gst_asio_sink_create_ringbuffer()
298 ch = g_strsplit (self->output_channels, ",", 0); in gst_asio_sink_create_ringbuffer()
/third_party/skia/third_party/skcms/
Dskcms.cc583 uint8_t output_channels [ 1]; member
610 a2b->output_channels = mftTag->output_channels[0]; in read_mft_common()
613 if (a2b->output_channels != ARRAY_COUNT(a2b->output_curves)) { in read_mft_common()
636 b2a->output_channels = mftTag->output_channels[0]; in read_mft_common()
643 if (b2a->output_channels < 3 || b2a->output_channels > ARRAY_COUNT(b2a->output_curves)) { in read_mft_common()
667 uint32_t byte_len_all_output_tables = out->output_channels * byte_len_per_output_table; in init_tables()
669 uint64_t grid_size = out->output_channels * byte_width; in init_tables()
698 for (uint32_t i = 0; i < out->output_channels; ++i) { in init_tables()
786 uint8_t output_channels [ 1]; member
810 a2b->output_channels = mABTag->output_channels[0]; in read_tag_mab()
[all …]
/third_party/skia/include/third_party/skcms/
Dskcms.h129 uint32_t output_channels; member
148 uint32_t output_channels; member
/third_party/gstreamer/gstplugins_good/gst/spectrum/
Dgstspectrum.c800 guint output_channels = spectrum->multi_channel ? channels : 1; in gst_spectrum_transform_ip() local
875 for (c = 0; c < output_channels; c++) { in gst_spectrum_transform_ip()
897 for (c = 0; c < output_channels; c++) { in gst_spectrum_transform_ip()
921 for (c = 0; c < output_channels; c++) { in gst_spectrum_transform_ip()
936 for (c = 0; c < output_channels; c++) { in gst_spectrum_transform_ip()
/third_party/skia/third_party/skcms/src/
DTransform_inl.h712 static void clut(uint32_t input_channels, uint32_t output_channels, in clut() argument
718 assert (output_channels == 3 || in clut()
719 output_channels == 4); in clut()
746 if (output_channels == 4) { in clut()
779 if (output_channels == 3) { in clut()
794 clut(a2b->input_channels, a2b->output_channels, in clut()
799 clut(b2a->input_channels, b2a->output_channels, in clut()