Searched refs:stream_config (Results 1 – 5 of 5) sorted by relevance
26 int KeyboardChannelIndex(const StreamConfig& stream_config) { in KeyboardChannelIndex() argument27 if (!stream_config.has_keyboard()) { in KeyboardChannelIndex()32 return stream_config.num_channels(); in KeyboardChannelIndex()106 const StreamConfig& stream_config) { in CopyFrom() argument107 assert(stream_config.num_frames() == input_num_frames_); in CopyFrom()108 assert(stream_config.num_channels() == num_input_channels_); in CopyFrom()119 if (stream_config.has_keyboard()) { in CopyFrom()120 keyboard_data_ = data[KeyboardChannelIndex(stream_config)]; in CopyFrom()150 void AudioBuffer::CopyTo(const StreamConfig& stream_config, in CopyTo() argument152 assert(stream_config.num_frames() == output_num_frames_); in CopyTo()[all …]
115 void CopyFrom(const float* const* data, const StreamConfig& stream_config);116 void CopyTo(const StreamConfig& stream_config, float* const* data);
90 const struct vpx_codec_enc_cfg *stream_config) { in check_encoder_config() argument95 check_quantizer(stream_config->rc_min_quantizer, in check_encoder_config()96 stream_config->rc_max_quantizer, in check_encoder_config()98 check_lag_in_frames_realtime_deadline(stream_config->g_lag_in_frames, in check_encoder_config()
27 const struct vpx_codec_enc_cfg *stream_config);
790 struct stream_config { struct812 struct stream_config config; argument1086 struct stream_config *config = &stream->config; in parse_stream_params()