/external/pdfium/core/fxcodec/gif/ |
D | lzw_decompressor_unittest.cpp | 99 decompressor->SetSource(nullptr, image_size); in TEST() 103 decompressor->SetSource(image_data, 0); in TEST() 107 decompressor->SetSource(image_data, image_size); in TEST() 132 decompressor->SetSource(image_data, image_size); in TEST() 164 decompressor->SetSource(kImageData, image_size); in TEST() 198 decompressor->SetSource(kImageData, image_size); in TEST() 211 decompressor->SetSource(kImageData, std::size(kImageData)); in TEST() 248 decompressor->SetSource(kImageData, image_size); in TEST()
|
D | lzw_decompressor.h | 38 void SetSource(const uint8_t* src_buf, uint32_t src_size);
|
D | lzw_decompressor.cpp | 42 void LZWDecompressor::SetSource(const uint8_t* src_buf, uint32_t src_size) { in SetSource() function in fxcodec::LZWDecompressor
|
D | cfx_gifcontext.cpp | 241 lzw_decompressor_->SetSource(img_data.data(), img_data_size); in LoadFrame() 273 lzw_decompressor_->SetSource(img_data.data(), img_data_size); in LoadFrame()
|
/external/webrtc/video/ |
D | video_stream_encoder_unittest.cc | 413 SetSource(source, degradation_preference); in SetSourceAndWaitForRestrictionsUpdated() 422 SetSource(source, degradation_preference); in SetSourceAndWaitForFramerateUpdated() 884 video_stream_encoder_->SetSource( in ConfigureEncoder() 1713 video_stream_encoder_->SetSource(&source, in TEST_F() 2450 video_stream_encoder_->SetSource( in TEST_F() 2563 video_stream_encoder_->SetSource(&video_source_, in TEST_F() 2665 video_stream_encoder_->SetSource( in TEST_F() 2961 video_stream_encoder_->SetSource( in TEST_F() 2972 video_stream_encoder_->SetSource(&new_video_source, in TEST_F() 2983 video_stream_encoder_->SetSource( in TEST_F() [all …]
|
D | video_stream_encoder_interface.h | 81 virtual void SetSource(
|
D | video_source_sink_controller.h | 38 void SetSource(rtc::VideoSourceInterface<VideoFrame>* source);
|
D | video_send_stream.cc | 281 void VideoSendStream::SetSource( in SetSource() function in webrtc::internal::VideoSendStream 285 video_stream_encoder_->SetSource(source, degradation_preference); in SetSource()
|
D | video_send_stream.h | 89 void SetSource(rtc::VideoSourceInterface<webrtc::VideoFrame>* source,
|
D | video_analyzer.h | 60 void SetSource(rtc::VideoSourceInterface<VideoFrame>* video_source, 154 void SetSource(rtc::VideoSourceInterface<VideoFrame>* video_source);
|
D | video_source_sink_controller.cc | 34 void VideoSourceSinkController::SetSource( in SetSource() function in webrtc::VideoSourceSinkController
|
D | video_analyzer.cc | 179 void VideoAnalyzer::SetSource( in SetSource() function in webrtc::VideoAnalyzer 183 captured_frame_forwarder_.SetSource(video_source); in SetSource() 1008 void VideoAnalyzer::CapturedFrameForwarder::SetSource( in SetSource() function in webrtc::VideoAnalyzer::CapturedFrameForwarder
|
/external/webrtc/video/end_to_end_tests/ |
D | call_operation_tests.cc | 133 GetVideoSendStream()->SetSource( in TEST_F() 202 GetVideoSendStream()->SetSource( in TEST_F()
|
D | multi_stream_tester.cc | 123 send_streams[i]->SetSource(frame_generator, in RunTest()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | ir_loader.h | 47 void SetSource(const std::string& src) { source_ = src; } in SetSource() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | ir_loader.h | 47 void SetSource(const std::string& src) { source_ = src; } in SetSource() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_loader.h | 47 void SetSource(const std::string& src) { source_ = src; } in SetSource() function
|
/external/webrtc/video/test/ |
D | mock_video_stream_encoder.h | 31 SetSource,
|
/external/pdfium/testing/fuzzers/ |
D | pdf_lzw_fuzzer.cc | 35 decompressor->SetSource(src_buf, src_size); in LZWFuzz()
|
/external/openthread/src/core/radio/ |
D | trel_packet.hpp | 197 void SetSource(const Mac::ExtAddress &aSource) { mSource = aSource; } in SetSource() function in ot::Trel::Header
|
D | trel_link.cpp | 216 txPacket.GetHeader().SetSource(Get<Mac::Mac>().GetExtAddress()); in BeginTransmit() 450 ackPacket.GetHeader().SetSource(Get<Mac::Mac>().GetExtAddress()); in SendAck()
|
/external/openthread/tests/unit/ |
D | test_ip4_header.cpp | 83 header.SetSource(source); in TestIp4Header()
|
D | test_ip6_header.cpp | 87 header.SetSource(source); in TestIp6Header()
|
/external/webrtc/call/ |
D | video_send_stream.h | 250 virtual void SetSource(
|
/external/go-cmp/cmp/internal/teststructs/ |
D | project4.go | 74 func (p *Cartel) SetSource(x string) { p.source = x } func
|