Home
last modified time | relevance | path

Searched refs:SetSource (Results 1 – 25 of 41) sorted by relevance

12

/external/pdfium/core/fxcodec/gif/
Dlzw_decompressor_unittest.cpp99 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()
Dlzw_decompressor.h38 void SetSource(const uint8_t* src_buf, uint32_t src_size);
Dlzw_decompressor.cpp42 void LZWDecompressor::SetSource(const uint8_t* src_buf, uint32_t src_size) { in SetSource() function in fxcodec::LZWDecompressor
Dcfx_gifcontext.cpp241 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/
Dvideo_stream_encoder_unittest.cc413 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 …]
Dvideo_stream_encoder_interface.h81 virtual void SetSource(
Dvideo_source_sink_controller.h38 void SetSource(rtc::VideoSourceInterface<VideoFrame>* source);
Dvideo_send_stream.cc281 void VideoSendStream::SetSource( in SetSource() function in webrtc::internal::VideoSendStream
285 video_stream_encoder_->SetSource(source, degradation_preference); in SetSource()
Dvideo_send_stream.h89 void SetSource(rtc::VideoSourceInterface<webrtc::VideoFrame>* source,
Dvideo_analyzer.h60 void SetSource(rtc::VideoSourceInterface<VideoFrame>* video_source,
154 void SetSource(rtc::VideoSourceInterface<VideoFrame>* video_source);
Dvideo_source_sink_controller.cc34 void VideoSourceSinkController::SetSource( in SetSource() function in webrtc::VideoSourceSinkController
Dvideo_analyzer.cc179 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/
Dcall_operation_tests.cc133 GetVideoSendStream()->SetSource( in TEST_F()
202 GetVideoSendStream()->SetSource( in TEST_F()
Dmulti_stream_tester.cc123 send_streams[i]->SetSource(frame_generator, in RunTest()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource() function
/external/webrtc/video/test/
Dmock_video_stream_encoder.h31 SetSource,
/external/pdfium/testing/fuzzers/
Dpdf_lzw_fuzzer.cc35 decompressor->SetSource(src_buf, src_size); in LZWFuzz()
/external/openthread/src/core/radio/
Dtrel_packet.hpp197 void SetSource(const Mac::ExtAddress &aSource) { mSource = aSource; } in SetSource() function in ot::Trel::Header
Dtrel_link.cpp216 txPacket.GetHeader().SetSource(Get<Mac::Mac>().GetExtAddress()); in BeginTransmit()
450 ackPacket.GetHeader().SetSource(Get<Mac::Mac>().GetExtAddress()); in SendAck()
/external/openthread/tests/unit/
Dtest_ip4_header.cpp83 header.SetSource(source); in TestIp4Header()
Dtest_ip6_header.cpp87 header.SetSource(source); in TestIp6Header()
/external/webrtc/call/
Dvideo_send_stream.h250 virtual void SetSource(
/external/go-cmp/cmp/internal/teststructs/
Dproject4.go74 func (p *Cartel) SetSource(x string) { p.source = x } func

12