Home
last modified time | relevance | path

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

/external/webrtc/api/neteq/
Dneteq_controller.h88 struct NetEqStatus { struct
89 uint32_t target_timestamp;
90 int16_t expand_mutefactor;
91 size_t last_packet_samples;
92 absl::optional<PacketInfo> next_packet;
93 NetEq::Mode last_mode;
117 virtual NetEq::Operation GetDecision(const NetEqStatus& status, argument