Home
last modified time | relevance | path

Searched refs:IsInput (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.cc240 return (IsInput() && in IsDefaultDeviceId()
252 return (IsInput() && in IsDefaultCommunicationsDeviceId()
259 bool CoreAudioBase::IsInput() const { in IsInput() function in webrtc::webrtc_win::CoreAudioBase
275 device_id = IsInput() ? core_audio_utility::GetDefaultInputDeviceID() in GetDeviceID()
278 device_id = IsInput() in GetDeviceID()
283 bool ok = IsInput() in GetDeviceID()
320 bool ok = IsInput() ? core_audio_utility::GetInputDeviceNames(&device_names) in DeviceName()
561 Run, this, IsInput() ? "wasapi_capture_thread" : "wasapi_render_thread", in Start()
740 if (core_audio_utility::NumberOfActiveDevices(IsInput() ? eCapture in SwitchDeviceIfNeeded()
Dcore_audio_base_win.h116 bool IsInput() const;
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.cc170 if (IsInput(producer, value)) { in SetProducer()
209 if (IsInput(consumer, value)) { in AddConsumer()
233 if (!IsInput(node, old_value)) { in ReplaceInput()
238 if (IsInput(node, new_value)) { in ReplaceInput()
265 if (!IsInput(consumer, value)) { in RemoveConsumer()
341 bool GraphFloat32::IsInput(NodeId node, ValueId value) { in IsInput() function in tflite::gpu::GraphFloat32
Dmodel.h180 bool IsInput(NodeId node, ValueId value);
/external/adhd/cras/
DREADME.dbus-api69 boolean IsInput
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2309 std::string getReplacementName(Instruction *I, bool IsInput, unsigned o, in getReplacementName() argument
2314 return (I->getName() + (IsInput ? ".v.i" : ".v.r") + utostr(o) + in getReplacementName()