Home
last modified time | relevance | path

Searched refs:kActive (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/modules/pacing/
Dbitrate_prober.cc88 probing_state_ = ProbingState::kActive; in OnIncomingPacket()
121 if (probing_state_ != ProbingState::kActive) in CreateProbeCluster()
127 if (probing_state_ != ProbingState::kActive || clusters_.empty()) { in NextProbeTime()
145 if (clusters_.empty() || probing_state_ != ProbingState::kActive) { in CurrentCluster()
180 RTC_DCHECK(probing_state_ == ProbingState::kActive); in ProbeSent()
Dbitrate_prober.h57 bool is_probing() const { return probing_state_ == ProbingState::kActive; } in is_probing()
94 kActive, enumerator
/external/webrtc/pc/
Dmedia_session_unittest.cc280 static constexpr bool kActive = false; variable
340 AddMediaDescriptionOptions(MEDIA_TYPE_AUDIO, "audio", direction, kActive, in AddAudioVideoSections()
342 AddMediaDescriptionOptions(MEDIA_TYPE_VIDEO, "video", direction, kActive, in AddAudioVideoSections()
350 AddMediaDescriptionOptions(MEDIA_TYPE_DATA, "data", direction, kActive, opts); in AddDataSection()
411 RtpTransceiverDirection::kRecvOnly, kActive, in CreatePlanBMediaSessionOptions()
898 RtpTransceiverDirection::kRecvOnly, kActive, in TEST_F()
1028 RtpTransceiverDirection::kSendRecv, kActive, in TEST_F()
1046 RtpTransceiverDirection::kSendRecv, kActive, in TEST_F()
1068 RtpTransceiverDirection::kSendRecv, kActive, in TEST_F()
1075 RtpTransceiverDirection::kSendRecv, kActive, in TEST_F()
[all …]
/external/webrtc/modules/audio_coding/codecs/cng/
Daudio_encoder_cng_unittest.cc120 .WillRepeatedly(Return(active_speech ? Vad::kActive : Vad::kPassive)); in CheckBlockGrouping()
324 EXPECT_TRUE(CheckMixedActivePassive(Vad::kActive, Vad::kActive)); in TEST_F()
329 EXPECT_TRUE(CheckMixedActivePassive(Vad::kActive, Vad::kPassive)); in TEST_F()
334 EXPECT_TRUE(CheckMixedActivePassive(Vad::kPassive, Vad::kActive)); in TEST_F()
408 .WillOnce(Return(Vad::kActive)); in TEST_F()
Daudio_encoder_cng.cc169 case Vad::kActive: { in EncodeImpl()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_state.h413 : context_(context), call_(std::move(call)), call_state_(State::kActive) { in StreamingRPCState()
445 if (call_state_ != State::kActive) { in SendNextRequest()
478 if (call_state_ != State::kActive) { in RequestWriteCompleted()
500 if (call_state_ != State::kActive) { in ResponseReadCompleted()
532 DCHECK(call_state_ != State::kActive); in CallFinished()
556 kActive, enumerator
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.h174 kActive, enumerator
250 ExecutorState::kActive;
Deager_executor.cc91 case ExecutorState::kActive: in StateStringLocked()
148 if (state_ != ExecutorState::kActive) { in AddOrExecute()
/external/perfetto/src/profiling/perf/
Dperf_producer.h123 enum class Status { kActive, kShuttingDown }; enumerator
132 Status status = Status::kActive;
Dunwinding.h141 enum class Status { kActive, kShuttingDown }; enumerator
143 Status status = Status::kActive;
Dunwinding.cc166 if (ds.status == DataSourceState::Status::kActive) in ProcessQueue()
465 PERFETTO_CHECK(ds.status == DataSourceState::Status::kActive); in InitiateDataSourceStop()
537 if (ds.status != DataSourceState::Status::kActive) in ClearCachedStatePeriodic()
/external/webrtc/common_audio/vad/include/
Dvad.h30 enum Activity { kPassive = 0, kActive = 1, kError = -1 }; enumerator
/external/webrtc/common_audio/vad/
Dvad.cc39 return kActive; in VoiceActivity()
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer.h343 enum State { kNew, kActive, kStopped }; enumerator
Ddefault_video_quality_analyzer.cc158 state_ = State::kActive; in Start()
/external/tensorflow/tensorflow/lite/examples/ios/camera/
DCameraExampleViewController.mm421 options.wait_type = GpuDelegateOptions::WaitType::kActive;