/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp8_unittest.cc | 106 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kStrict); in TEST_F() local 107 packetizer.SetPayloadData(helper_->payload_data(), in TEST_F() 120 helper_->GetAllPacketsAndCheck(&packetizer, in TEST_F() 137 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kStrict); in TEST_F() local 138 packetizer.SetPayloadData(helper_->payload_data(), helper_->payload_size(), in TEST_F() 149 helper_->GetAllPacketsAndCheck(&packetizer, kExpectedSizes, kExpectedPart, in TEST_F() 160 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate); in TEST_F() local 161 packetizer.SetPayloadData(helper_->payload_data(), in TEST_F() 173 helper_->GetAllPacketsAndCheck(&packetizer, in TEST_F() 187 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate); in TEST_F() local [all …]
|
D | rtp_format_h264_unittest.cc | 85 rtc::scoped_ptr<RtpPacketizer> packetizer(RtpPacketizer::Create( in TestFua() local 87 packetizer->SetPayloadData(frame.get(), frame_size, &fragmentation); in TestFua() 94 ASSERT_TRUE(packetizer->NextPacket(packet.get(), &length, &last)); in TestFua() 100 EXPECT_FALSE(packetizer->NextPacket(packet.get(), &length, &last)); in TestFua() 159 rtc::scoped_ptr<RtpPacketizer> packetizer( in TEST() local 161 packetizer->SetPayloadData(frame, sizeof(frame), &fragmentation); in TEST() 165 ASSERT_TRUE(packetizer->NextPacket(packet, &length, &last)); in TEST() 170 EXPECT_FALSE(packetizer->NextPacket(packet, &length, &last)); in TEST() 188 rtc::scoped_ptr<RtpPacketizer> packetizer( in TEST() local 190 packetizer->SetPayloadData(frame, kFrameSize, &fragmentation); in TEST() [all …]
|
D | rtp_sender_video.cc | 238 rtc::scoped_ptr<RtpPacketizer> packetizer( in SendVideo() local 249 storage = packetizer->GetStorageType(_retransmissionSettings); in SendVideo() 270 packetizer->SetPayloadData(data, payload_bytes_to_send, frag); in SendVideo() 276 if (!packetizer->NextPacket(&dataBuffer[rtp_header_length], in SendVideo() 315 packetizer->GetProtectionType() == kProtectedPacket); in SendVideo()
|
D | rtp_format_vp8_test_helper.cc | 67 RtpPacketizerVp8* packetizer, in GetAllPacketsAndCheck() argument 79 EXPECT_TRUE(packetizer->NextPacket(buffer_, &send_bytes, &last)); in GetAllPacketsAndCheck()
|
D | rtp_format_vp8_test_helper.h | 35 void GetAllPacketsAndCheck(RtpPacketizerVp8* packetizer,
|
/external/llvm/test/CodeGen/Hexagon/ |
D | cext-valid-packet2.ll | 2 ; Check that the packetizer generates valid packets with constant
|
D | cext-valid-packet1.ll | 3 ; Check that the packetizer generates valid packets with constant
|
/external/llvm/lib/Target/Hexagon/ |
D | CMakeLists.txt | 7 tablegen(LLVM HexagonGenDFAPacketizer.inc -gen-dfa-packetizer)
|
/external/llvm/lib/Target/AMDGPU/ |
D | CMakeLists.txt | 10 tablegen(LLVM AMDGPUGenDFAPacketizer.inc -gen-dfa-packetizer)
|
D | R600Instructions.td | 60 // Once we start using the packetizer in this backend we should have this
|
/external/llvm/docs/CommandGuide/ |
D | tblgen.rst | 100 .. option:: -gen-dfa-packetizer
|
/external/llvm/ |
D | CREDITS.TXT | 239 D: Implemented DFA-based target independent VLIW packetizer
|
/external/swiftshader/third_party/llvm-subzero/ |
D | CREDITS.TXT | 238 D: Implemented DFA-based target independent VLIW packetizer
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1587 *bundles*. The VLIW packetizer in LLVM is a target-independent mechanism to 1598 VLIW packetizer parses the instruction classes of a target and generates tables 1606 The packetizer reads instruction classes from a target's itineraries and creates 1622 a target packetizer to add an instruction to an existing packet and to check
|