Home
last modified time | relevance | path

Searched refs:packet_reader_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dpacket_manipulator_unittest.cc30 PacketReader packet_reader_; member in webrtc::test::PacketManipulatorTest
70 PacketManipulatorImpl manipulator(&packet_reader_, no_drop_config_, false); in TEST_F()
74 PacketManipulatorImpl manipulator(&packet_reader_, no_drop_config_, false); in TEST_F()
83 PacketManipulatorImpl manipulator(&packet_reader_, no_drop_config_, false); in TEST_F()
90 PacketManipulatorImpl manipulator(&packet_reader_, drop_config_, false); in TEST_F()
99 PredictivePacketManipulator manipulator(&packet_reader_, drop_config_); in TEST_F()
133 PredictivePacketManipulator manipulator(&packet_reader_, drop_config_); in TEST_F()
Dpacket_manipulator.cc24 : packet_reader_(packet_reader), in PacketManipulatorImpl()
46 packet_reader_->InitializeReading(encoded_image->_buffer, in ManipulatePackets()
54 while ((nbr_bytes_to_read = packet_reader_->NextPacket(&packet)) > 0) { in ManipulatePackets()
Dpacket_manipulator.h103 PacketReader* packet_reader_;
Dvideoprocessor_integrationtest.cc108 webrtc::test::PacketReader packet_reader_; member in webrtc::VideoProcessorIntegrationTest
223 &packet_reader_, config_.networking_config, config_.verbose); in SetUpCodecConfig()