HomeSort by relevance Sort by last modified time
    Searched defs:PredictivePacketManipulator (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/test/
predictive_packet_manipulator.cc 21 PredictivePacketManipulator::PredictivePacketManipulator(
26 PredictivePacketManipulator::~PredictivePacketManipulator() {}
28 void PredictivePacketManipulator::AddRandomResult(double result) {
33 double PredictivePacketManipulator::RandomUniform() {
predictive_packet_manipulator.h 24 class PredictivePacketManipulator : public PacketManipulatorImpl {
26 PredictivePacketManipulator(PacketReader* packet_reader,
28 virtual ~PredictivePacketManipulator();

Completed in 787 milliseconds