Home
last modified time | relevance | path

Searched defs:has_input (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/call/adaptation/
Dvideo_stream_input_state.cc24 void VideoStreamInputState::set_has_input(bool has_input) { in set_has_input()
46 bool VideoStreamInputState::has_input() const { in has_input() function in webrtc::VideoStreamInputState
Dvideo_stream_input_state_provider.cc21 void VideoStreamInputStateProvider::OnHasInputChanged(bool has_input) { in OnHasInputChanged()
Dresource_adaptation_processor_unittest.cc110 void SetInputStates(bool has_input, int fps, int frame_size) { in SetInputStates()
/external/python/cpython2/Modules/
Dreadline.c1026 int has_input = 0; in readline_until_enter_or_signal() local
/external/python/cpython3/Modules/
Dreadline.c1186 int has_input = 0, err = 0; in readline_until_enter_or_signal() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc481 bool has_input = false; in BuildArgumentNodes() local
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h1609 inline bool OpKernelContext::has_input(int index) const { in has_input() function