Searched refs:packet_reader_ (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
D | packet_manipulator_unittest.cc | 30 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()
|
D | packet_manipulator.cc | 24 : 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()
|
D | packet_manipulator.h | 103 PacketReader* packet_reader_;
|
D | videoprocessor_integrationtest.cc | 108 webrtc::test::PacketReader packet_reader_; member in webrtc::VideoProcessorIntegrationTest 223 &packet_reader_, config_.networking_config, config_.verbose); in SetUpCodecConfig()
|