Searched defs:has_input (Results 1 – 7 of 7) sorted by relevance
24 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
21 void VideoStreamInputStateProvider::OnHasInputChanged(bool has_input) { in OnHasInputChanged()
110 void SetInputStates(bool has_input, int fps, int frame_size) { in SetInputStates()
1026 int has_input = 0; in readline_until_enter_or_signal() local
1186 int has_input = 0, err = 0; in readline_until_enter_or_signal() local
481 bool has_input = false; in BuildArgumentNodes() local
1609 inline bool OpKernelContext::has_input(int index) const { in has_input() function