Home
last modified time | relevance | path

Searched defs:input_config (Results 1 – 5 of 5) 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
60 StreamConfig input_config(frame->sample_rate_hz_, frame->num_channels_, in ProcessReverseAudioFrame() local
/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/webrtc/modules/audio_processing/
Daudio_processing_impl.cc746 const StreamConfig& input_config, in MaybeInitializeCapture()
778 const StreamConfig& input_config, in ProcessStream()
1020 const StreamConfig& input_config, in ProcessStream()
1328 const StreamConfig& input_config, in ProcessReverseStream()
1352 const StreamConfig& input_config, in AnalyzeReverseStreamLocked()
1384 const StreamConfig& input_config, in ProcessReverseStream()
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_nearest_neighbor_op_gpu.cu.cc228 GpuLaunchConfig input_config = GetGpuLaunchConfig(input_size, d); in operator ()() local