Home
last modified time | relevance | path

Searched defs:input_config (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_processing/include/
Daudio_frame_proxies.cc23 StreamConfig input_config(frame->sample_rate_hz_, frame->num_channels_); in ProcessAudioFrame() local
58 StreamConfig input_config(frame->sample_rate_hz_, frame->num_channels_); in ProcessReverseAudioFrame() local
/external/webrtc/modules/audio_processing/
Daudio_processing_impl.cc198 const StreamConfig& input_config, in ChooseErrorOutputOption()
252 const StreamConfig& input_config, in HandleUnsupportedAudioFormats()
288 const StreamConfig& input_config, in HandleUnsupportedAudioFormats()
654 const StreamConfig& input_config, in MaybeInitializeRender()
1045 const StreamConfig& input_config, in MaybeInitializeCapture()
1078 const StreamConfig& input_config, in ProcessStream()
1377 const StreamConfig& input_config, in ProcessStream()
1766 const StreamConfig& input_config, in ProcessReverseStream()
1797 const StreamConfig& input_config, in AnalyzeReverseStreamLocked()
1813 const StreamConfig& input_config, in ProcessReverseStream()
Daudio_processing_unittest.cc3164 StreamConfig input_config; member
/external/python/python-api-core/tests/unit/
Dtest_protobuf_helpers.py489 input_config = proto.Field(proto.STRING, number=2) variable in test_field_mask_ignore_trailing_underscore.Foo
509 input_config = proto.Field(proto.STRING, number=1) variable in test_field_mask_ignore_trailing_underscore_with_nesting.Bar.Baz
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dbatch_seq_builder.cc34 auto* input_config = graph_builder_->AddConstNodeWithData( in PopulateSubGraph() local
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_nearest_neighbor_op_gpu.cu.cc228 GpuLaunchConfig input_config = GetGpuLaunchConfig(input_size, d); in operator ()() local