Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dcext-valid-packet2.ll2 ; Check that the packetizer generates valid packets with constant
10 ; Check that the packetizer generates .new store for v60 which has BSB scheduling model.
Dpacketize-dccleana.mir1 # RUN: llc -march=hexagon -run-pass=hexagon-packetizer -o - %s | FileCheck %s
Dinvalid-dotnew-attempt.mir5 # Make sure that the packetizer does not attempt to newify the J2_jumpr
Deh_save_restore.ll1 ; RUN: llc -O3 -march=hexagon -hexagon-small-data-threshold=0 -disable-packetizer < %s | FileCheck …
11 ; Disable the packetizer to avoid complications caused by potentially
Dpostinc-baseoffset.mir1 # RUN: llc -march=hexagon -start-before hexagon-packetizer %s -o - | FileCheck %s
Dcext-valid-packet1.ll3 ; Check that the packetizer generates valid packets with constant
Dtarget-flag-ext.mir1 # RUN: llc -march=hexagon -run-pass hexagon-packetizer -o - %s | FileCheck %s
Dpacketize-nvj-no-prune.mir1 # RUN: llc -march=hexagon -run-pass hexagon-packetizer %s -o - | FileCheck %s
Dpacketize-update-offset.mir1 # RUN: llc -march=hexagon -run-pass hexagon-packetizer %s -o - | FileCheck %s
Dpacketize-load-store-aliasing.mir1 # RUN: llc -march=hexagon -mcpu=hexagonv60 -run-pass hexagon-packetizer %s -o - | FileCheck %s
Dpacketize-l2fetch.ll4 ; Because l2fetch has mayLoad/mayStore flags on it, the packetizer
Dswp-phi-start.ll1 ; RUN: llc -march=hexagon -enable-pipeliner -pipeliner-max-stages=2 -disable-packetizer < %s | File…
Dpacketize-allocframe.ll3 ; The purpose of this test is to make sure that the packetizer is ignoring
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/autohvx/
Disel-expand-unaligned-loads.ll1 ; RUN: llc -march=hexagon -disable-packetizer -hexagon-align-loads < %s | FileCheck %s
/external/llvm/lib/Target/Hexagon/
DCMakeLists.txt7 tablegen(LLVM HexagonGenDFAPacketizer.inc -gen-dfa-packetizer)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DCMakeLists.txt7 tablegen(LLVM HexagonGenDFAPacketizer.inc -gen-dfa-packetizer)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/intrinsics/
Dv65-scatter-gather.ll2 ; RUN: llc -mv65 -mattr=+hvxv65,hvx-length64b -march=hexagon -O2 -disable-packetizer < %s | FileChe…
/external/llvm/lib/Target/AMDGPU/
DCMakeLists.txt10 tablegen(LLVM AMDGPUGenDFAPacketizer.inc -gen-dfa-packetizer)

12