Home
last modified time | relevance | path

Searched refs:stream_config (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Daudio_buffer.cc26 int KeyboardChannelIndex(const StreamConfig& stream_config) { in KeyboardChannelIndex() argument
27 if (!stream_config.has_keyboard()) { in KeyboardChannelIndex()
32 return stream_config.num_channels(); in KeyboardChannelIndex()
106 const StreamConfig& stream_config) { in CopyFrom() argument
107 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() argument
152 assert(stream_config.num_frames() == output_num_frames_); in CopyTo()
[all …]
Daudio_buffer.h115 void CopyFrom(const float* const* data, const StreamConfig& stream_config);
116 void CopyTo(const StreamConfig& stream_config, float* const* data);
/external/libvpx/libvpx/
Dwarnings.c90 const struct vpx_codec_enc_cfg *stream_config) { in check_encoder_config() argument
95 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()
Dwarnings.h27 const struct vpx_codec_enc_cfg *stream_config);
Dvpxenc.c790 struct stream_config { struct
812 struct stream_config config; argument
1086 struct stream_config *config = &stream->config; in parse_stream_params()