Home
last modified time | relevance | path

Searched defs:input_state (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/call/adaptation/
Dvideo_stream_adapter.cc65 const VideoStreamInputState& input_state, in CanDecreaseResolutionTo()
98 bool MinPixelLimitReached(const VideoStreamInputState& input_state) { in MinPixelLimitReached()
176 VideoStreamInputState input_state) in Adaptation()
192 const VideoStreamInputState& Adaptation::input_state() const { in input_state() function in webrtc::Adaptation
314 const VideoStreamInputState& input_state; member
348 VideoStreamInputState input_state = input_state_provider_->InputState(); in GetAdaptationUp() local
397 VideoStreamInputState input_state = input_state_provider_->InputState(); in GetAdaptationDown() local
417 const VideoStreamInputState& input_state, in AdaptIfFpsDiffInsufficient()
438 const VideoStreamInputState& input_state, in GetAdaptationDownStep()
478 const VideoStreamInputState& input_state, in DecreaseResolution()
[all …]
Dvideo_stream_input_state_provider_unittest.cc25 VideoStreamInputState input_state = input_state_provider.InputState(); in TEST() local
53 VideoStreamInputState input_state = input_state_provider.InputState(); in TEST() local
/external/webrtc/call/adaptation/test/
Dfake_adaptation_constraint.cc34 const VideoStreamInputState& input_state, in IsAdaptationUpAllowed()
/external/webrtc/video/adaptation/
Dbalanced_constraint.cc37 const VideoStreamInputState& input_state, in IsAdaptationUpAllowed()
Dbitrate_constraint.cc45 const VideoStreamInputState& input_state, in IsAdaptationUpAllowed()
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_gru.cc32 void GruImpl(const TfLiteTensor* input, const TfLiteTensor* input_state, in GruImpl()
146 const TfLiteTensor* input_state; in Prepare() local
236 const TfLiteTensor* input_state; in Eval() local
Dgru_cell.cc33 const RuntimeShape& state_shape, const float* input_state, in GruCell()
/external/tensorflow/tensorflow/compiler/xla/service/
Drng_bit_generator_expander.cc35 XlaOp GetPhiloxStateOp(XlaOp input_state, const Shape& state_shape) { in GetPhiloxStateOp()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_driver.cc1017 auto input_state = GetOperandQuantState(op, input_index); in ShouldCheckBiasScale() local
1040 quant::QuantState input_state = GetOperandQuantState(op, input_index); in SetBiasParamsWithAdjustments() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc1024 auto& input_state = node_map_[input]; in MarkNodeExecuted() local