Home
last modified time | relevance | path

Searched refs:packetizer (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8_unittest.cc106 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 …]
Drtp_format_h264_unittest.cc85 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 …]
Drtp_sender_video.cc238 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()
Drtp_format_vp8_test_helper.cc67 RtpPacketizerVp8* packetizer, in GetAllPacketsAndCheck() argument
79 EXPECT_TRUE(packetizer->NextPacket(buffer_, &send_bytes, &last)); in GetAllPacketsAndCheck()
Drtp_format_vp8_test_helper.h35 void GetAllPacketsAndCheck(RtpPacketizerVp8* packetizer,
/external/llvm/test/CodeGen/Hexagon/
Dcext-valid-packet2.ll2 ; Check that the packetizer generates valid packets with constant
Dcext-valid-packet1.ll3 ; Check that the packetizer generates valid packets with constant
/external/llvm/lib/Target/Hexagon/
DCMakeLists.txt7 tablegen(LLVM HexagonGenDFAPacketizer.inc -gen-dfa-packetizer)
/external/llvm/lib/Target/AMDGPU/
DCMakeLists.txt10 tablegen(LLVM AMDGPUGenDFAPacketizer.inc -gen-dfa-packetizer)
DR600Instructions.td60 // Once we start using the packetizer in this backend we should have this
/external/llvm/docs/CommandGuide/
Dtblgen.rst100 .. option:: -gen-dfa-packetizer
/external/llvm/
DCREDITS.TXT239 D: Implemented DFA-based target independent VLIW packetizer
/external/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT238 D: Implemented DFA-based target independent VLIW packetizer
/external/llvm/docs/
DCodeGenerator.rst1587 *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