Home
last modified time | relevance | path

Searched refs:helper_ (Results 1 – 23 of 23) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8_unittest.cc80 RtpPacketizerVp8Test() : helper_(NULL) {} in RtpPacketizerVp8Test()
81 virtual void TearDown() { delete helper_; } in TearDown()
89 if (helper_ != NULL) in Init()
91 helper_ = new test::RtpFormatVp8TestHelper(&hdr_info_); in Init()
92 return helper_->Init(partition_sizes, num_partitions); in Init()
96 test::RtpFormatVp8TestHelper* helper_; member in webrtc::RtpPacketizerVp8Test
107 packetizer.SetPayloadData(helper_->payload_data(), in TEST_F()
108 helper_->payload_size(), in TEST_F()
109 helper_->fragmentation()); in TEST_F()
120 helper_->GetAllPacketsAndCheck(&packetizer, in TEST_F()
[all …]
/external/webrtc/webrtc/base/
Dcallback.h76 : helper_(new RefCountedObject< HelperImpl<T> >(functor)) {} in Callback0()
80 return helper_->Run(); in operator()
82 bool empty() const { return !helper_; } in empty()
96 scoped_refptr<Helper> helper_; variable
106 : helper_(new RefCountedObject< HelperImpl<T> >(functor)) {} in Callback1()
110 return helper_->Run(p1); in operator()
112 bool empty() const { return !helper_; } in empty()
126 scoped_refptr<Helper> helper_; variable
137 : helper_(new RefCountedObject< HelperImpl<T> >(functor)) {} in Callback2()
141 return helper_->Run(p1, p2); in operator()
[all …]
Dmaccocoasocketserver.mm63 helper_ = [[MacCocoaSocketServerHelperRtc alloc] initWithSocketServer:this];
74 [helper_ release];
101 target:helper_
134 [helper_ performSelectorOnMainThread:@selector(breakMainloop)
Dcallback.h.pump77 : helper_(new RefCountedObject< HelperImpl<T> >(functor)) {}
81 return helper_->Run($for j , [[p$j]]);
83 bool empty() const { return !helper_; }
97 scoped_refptr<Helper> helper_;
Dmaccocoasocketserver.h38 MacCocoaSocketServerHelperRtc* helper_;
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_encoder_adapter_unittest.cc211 : helper_(new TestSimulcastEncoderAdapterFakeHelper()), in TestSimulcastEncoderAdapterFake()
212 adapter_(helper_->CreateMockEncoderAdapter()), in TestSimulcastEncoderAdapterFake()
251 helper_->factory()->encoders()[stream_index]->codec(); in VerifyCodec()
302 EXPECT_EQ(3u, helper_->factory()->encoders().size()); in VerifyCodecSettings()
331 rtc::scoped_ptr<TestSimulcastEncoderAdapterFakeHelper> helper_; member in webrtc::testing::TestSimulcastEncoderAdapterFake
348 helper_->ExpectCallSetChannelParameters(packetLoss, rtt); in TEST_F()
363 EXPECT_EQ(3u, helper_->factory()->encoders().size()); in TEST_F()
364 helper_->factory()->encoders()[0]->SendEncodedImage(1152, 704); in TEST_F()
373 helper_->factory()->encoders()[1]->SendEncodedImage(300, 620); in TEST_F()
379 helper_->factory()->encoders()[2]->SendEncodedImage(120, 240); in TEST_F()
[all …]
/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter_test.cc52 : helper_(GetParam()), mock_(), expects_(&mock_) { in BaseDefaultValueObjectWriterTest()
53 helper_.ResetTypeInfo(descriptor); in BaseDefaultValueObjectWriterTest()
54 testing_.reset(helper_.NewDefaultValueWriter( in BaseDefaultValueObjectWriterTest()
60 TypeInfoTestHelper helper_; member in google::protobuf::util::converter::testing::BaseDefaultValueObjectWriterTest
Dprotostream_objectsource_test.cc100 : helper_(GetParam()), in ProtostreamObjectSourceTest()
104 helper_.ResetTypeInfo(Book::descriptor()); in ProtostreamObjectSourceTest()
122 helper_.NewProtoSource(&in_stream, GetTypeUrl(descriptor))); in ExecuteTest()
271 testing::TypeInfoTestHelper helper_; member in google::protobuf::util::converter::ProtostreamObjectSourceTest
526 helper_.ResetTypeInfo(MapOut::descriptor()); in ProtostreamObjectSourceMapsTest()
667 helper_.ResetTypeInfo(AnyOut::descriptor(), in ProtostreamObjectSourceAnysTest()
841 helper_.ResetTypeInfo(StructType::descriptor(), in ProtostreamObjectSourceStructTest()
887 helper_.ResetTypeInfo(FieldMaskTest::descriptor(), in ProtostreamObjectSourceFieldMaskTest()
951 helper_.ResetTypeInfo(TimestampDuration::descriptor()); in ProtostreamObjectSourceTimestampTest()
Dprotostream_objectwriter_test.cc103 : helper_(GetParam()), in BaseProtoStreamObjectWriterTest()
109 : helper_(GetParam()), in BaseProtoStreamObjectWriterTest()
120 : helper_(GetParam()), in BaseProtoStreamObjectWriterTest()
129 helper_.ResetTypeInfo(descriptors); in ResetTypeInfo()
130 ow_.reset(helper_.NewProtoWriter(GetTypeUrl(descriptors[0]), output_.get(), in ResetTypeInfo()
163 return helper_.GetTypeInfo()->GetTypeByTypeUrl(GetTypeUrl(descriptor)); in GetType()
166 testing::TypeInfoTestHelper helper_; member in google::protobuf::util::converter::BaseProtoStreamObjectWriterTest
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.cc114 helper_.InvalidateRegion(region); in Capture()
118 helper_.InvalidateScreen(current_frame->size()); in Capture()
121 helper_.set_size_most_recent(current_frame->size()); in Capture()
129 helper_.TakeInvalidRegion(frame->mutable_updated_region()); in Capture()
221 helper_.ClearInvalidRegion(); in PrepareCaptureResources()
Dscreen_capturer_win_magnifier.cc150 helper_.InvalidateRegion(region); in Capture()
154 helper_.InvalidateScreen(current_frame->size()); in Capture()
157 helper_.set_size_most_recent(current_frame->size()); in Capture()
164 helper_.TakeInvalidRegion(frame->mutable_updated_region()); in Capture()
Dscreen_capturer_win_gdi.h60 ScreenCapturerHelper helper_; variable
Dscreen_capturer_win_magnifier.h113 ScreenCapturerHelper helper_; variable
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_x11.cc105 ScreenCapturerHelper helper_; member in webrtc::__anon4e8afcbc0111::ScreenCapturerLinux
132 helper_.SetLogGridSize(4); in ScreenCapturerLinux()
315 helper_.set_size_most_recent(frame->size()); in CaptureScreen()
339 helper_.InvalidateRegion(*updated_region); in CaptureScreen()
342 helper_.TakeInvalidRegion(updated_region); in CaptureScreen()
383 helper_.ClearInvalidRegion(); in ScreenConfigurationChanged()
Dscreen_capturer_mac.mm259 ScreenCapturerHelper helper_;
407 helper_.TakeInvalidRegion(&region);
445 helper_.set_size_most_recent(new_frame->size());
791 helper_.ClearInvalidRegion();
794 helper_.InvalidateScreen(screen_pixel_bounds_.size());
923 helper_.InvalidateRegion(region);
/external/libchrome/ipc/
Dipc_mojo_bootstrap_unittest.cc106 mojo::core::test::MultiprocessTestHelper helper_; member in __anonc3e02b090111::IPCMojoBootstrapTest
113 helper_.StartChild("IPCMojoBootstrapTestClient"), in TEST_F()
128 EXPECT_TRUE(helper_.WaitForChildTestShutdown()); in TEST_F()
159 helper_.StartChild("IPCMojoBootstrapTestEmptyMessage"), in TEST_F()
176 EXPECT_TRUE(helper_.WaitForChildTestShutdown()); in TEST_F()
Dipc_test_base.cc27 handle_ = helper_.StartChild(test_client_name); in InitWithCustomMessageLoop()
32 return helper_.WaitForChildTestShutdown(); in WaitForClientShutdown()
Dipc_test_base.h48 const base::Process& client_process() const { return helper_.test_child(); } in client_process()
57 mojo::core::test::MultiprocessTestHelper helper_; variable
/external/libchrome/mojo/core/test/
Dmojo_test_base.cc68 pipe_ = helper_.StartChild(client_name, launch_type); in ClientController()
70 g_mach_broker->AddPlaceholderForPid(helper_.test_child().Handle()); in ClientController()
83 int retval = helper_.WaitForChildShutdown(); in WaitForShutdown()
86 g_mach_broker->InvalidatePid(helper_.test_child().Handle()); in WaitForShutdown()
Dmojo_test_base.h51 MultiprocessTestHelper helper_; variable
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper_unittest.cc182 StackHelper helper_; member in LinuxPtraceDumperMappingsTest
209 helper_.Init(fd, mapping, kMappingSize); in SetUp()
236 EXPECT_EQ(reinterpret_cast<uintptr_t>(this->helper_.mapping()), in TEST_F()
238 EXPECT_EQ(this->helper_.size(), mapping.size); in TEST_F()
/external/google-breakpad/src/testing/test/
Dgmock-spec-builders_test.cc2097 LogTestHelper helper_; member in __anon7175e7430111::GMockLogTest
2102 EXPECT_CALL(helper_, Foo(_)) in TEST_F()
2104 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F()
2109 EXPECT_CALL(helper_, Foo(_)) in TEST_F()
2111 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F()
2116 ON_CALL(helper_, Foo(_)) in TEST_F()
2118 helper_.Foo(PrintMeNot()); // This should generate a warning. in TEST_F()
/external/googletest/googlemock/test/
Dgmock-spec-builders_test.cc2267 LogTestHelper helper_; member in __anon79c6950e0111::GMockLogTest
2272 EXPECT_CALL(helper_, Foo(_)) in TEST_F()
2274 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F()
2279 EXPECT_CALL(helper_, Foo(_)) in TEST_F()
2281 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F()
2286 ON_CALL(helper_, Foo(_)) in TEST_F()
2288 helper_.Foo(PrintMeNot()); // This should generate a warning. in TEST_F()