/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp8_unittest.cc | 80 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/ |
D | callback.h | 76 : 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 …]
|
D | maccocoasocketserver.mm | 63 helper_ = [[MacCocoaSocketServerHelperRtc alloc] initWithSocketServer:this]; 74 [helper_ release]; 101 target:helper_ 134 [helper_ performSelectorOnMainThread:@selector(breakMainloop)
|
D | callback.h.pump | 77 : 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_;
|
D | maccocoasocketserver.h | 38 MacCocoaSocketServerHelperRtc* helper_;
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | simulcast_encoder_adapter_unittest.cc | 211 : 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/webrtc/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_gdi.cc | 114 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()
|
D | screen_capturer_win_magnifier.cc | 150 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()
|
D | screen_capturer_win_gdi.h | 60 ScreenCapturerHelper helper_; variable
|
D | screen_capturer_win_magnifier.h | 113 ScreenCapturerHelper helper_; variable
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_x11.cc | 105 ScreenCapturerHelper helper_; member in webrtc::__anon20459e380111::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()
|
D | screen_capturer_mac.mm | 259 ScreenCapturerHelper helper_; 407 helper_.TakeInvalidRegion(®ion); 445 helper_.set_size_most_recent(new_frame->size()); 791 helper_.ClearInvalidRegion(); 794 helper_.InvalidateScreen(screen_pixel_bounds_.size()); 923 helper_.InvalidateRegion(region);
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper_unittest.cc | 182 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/ |
D | gmock-spec-builders_test.cc | 2097 LogTestHelper helper_; member in __anon433088bf0111::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/gmock/test/ |
D | gmock-spec-builders_test.cc | 2175 LogTestHelper helper_; member in __anonda9b82080111::GMockLogTest 2180 EXPECT_CALL(helper_, Foo(_)) in TEST_F() 2182 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F() 2187 EXPECT_CALL(helper_, Foo(_)) in TEST_F() 2189 helper_.Foo(PrintMeNot()); // This is an expected call. in TEST_F() 2194 ON_CALL(helper_, Foo(_)) in TEST_F() 2196 helper_.Foo(PrintMeNot()); // This should generate a warning. in TEST_F()
|