Home
last modified time | relevance | path

Searched refs:SetResolution (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/modules/video_coding/codecs/test/
Dencoded_video_frame_producer.h46 EncodedVideoFrameProducer& SetResolution(RenderResolution value);
80 inline EncodedVideoFrameProducer& EncodedVideoFrameProducer::SetResolution( in SetResolution() function
/external/webrtc/modules/desktop_capture/
Dresolution_tracker.h22 bool SetResolution(DesktopSize size);
Dresolution_tracker.cc15 bool ResolutionTracker::SetResolution(DesktopSize size) { in SetResolution() function in webrtc::ResolutionTracker
/external/webrtc/modules/rtp_rtcp/source/
Drtp_descriptor_authentication.cc49 frame_descriptor.SetResolution(rtp_video_header.width, in RtpDescriptorAuthentication()
Drtp_generic_frame_descriptor.h54 void SetResolution(int width, int height);
Drtp_generic_frame_descriptor.cc61 void RtpGenericFrameDescriptor::SetResolution(int width, int height) { in SetResolution() function in webrtc::RtpGenericFrameDescriptor
Drtp_generic_frame_descriptor_extension.cc90 descriptor->SetResolution(width, height); in Parse()
Drtp_generic_frame_descriptor_extension_unittest.cc257 descriptor.SetResolution(kWidth, kHeight); in TEST()
Drtp_sender_video.cc443 generic_descriptor.SetResolution(video_header.width, in AddRtpHeaderExtensions()
/external/webrtc/modules/desktop_capture/win/
Ddxgi_frame.cc35 if (resolution_tracker_.SetResolution(size)) { in Prepare()
/external/webrtc/modules/video_coding/codecs/av1/
Dlibaom_av1_unittest.cc227 .SetResolution({kWidth, kHeight}) in TEST_P()
301 .SetResolution({codec_settings.width, codec_settings.height}) in TEST_P()
Dlibaom_av1_encoder_unittest.cc181 evfp.SetResolution(RenderResolution{623, 405}); in TEST()
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc250 .SetResolution({kWidth, kHeight}) in TEST_P()
268 .SetResolution({kWidth, kHeight}) in TEST_P()
291 .SetResolution({kWidth, kHeight}) in TEST_P()
311 .SetResolution({kWidth, kHeight}) in TEST_P()
340 .SetResolution({kWidth, kHeight}) in TEST_P()
358 .SetResolution({kWidth, kHeight}) in TEST_P()
499 producer.SetResolution({kWidth, kHeight}); in TEST_P()
567 producer.SetResolution({kWidth, kHeight}); in TEST_P()
786 producer.SetResolution({kWidth, kHeight}); in TEST_P()
1863 .SetResolution({kWidth, kHeight}) in TEST_P()
/external/dng_sdk/source/
Ddng_xmp.h282 void SetResolution (const dng_resolution &res);
Ddng_xmp.cpp4316 void dng_xmp::SetResolution (const dng_resolution &res) in SetResolution() function in dng_xmp
/external/webrtc/video/
Drtp_video_stream_receiver2_unittest.cc846 first_packet_descriptor.SetResolution(480, 360); in TEST_F()