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.h44 EncodedVideoFrameProducer& SetResolution(RenderResolution value);
69 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_generic_frame_descriptor.h54 void SetResolution(int width, int height);
Drtp_descriptor_authentication.cc49 frame_descriptor.SetResolution(rtp_video_header.width, in RtpDescriptorAuthentication()
Drtp_generic_frame_descriptor.cc61 void RtpGenericFrameDescriptor::SetResolution(int width, int height) { in SetResolution() function in webrtc::RtpGenericFrameDescriptor
Drtp_generic_frame_descriptor_extension.cc91 descriptor->SetResolution(width, height); in Parse()
Drtp_generic_frame_descriptor_extension_unittest.cc257 descriptor.SetResolution(kWidth, kHeight); in TEST()
Drtp_sender_video.cc379 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.cc195 .SetResolution({kWidth, kHeight}) in TEST_P()
269 .SetResolution({codec_settings.width, codec_settings.height}) 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/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc165 .SetResolution({kWidth, kHeight}) in TEST_F()
186 .SetResolution({kWidth, kHeight}) in TEST_F()
206 .SetResolution({kWidth, kHeight}) in TEST_F()
1439 .SetResolution({kWidth, kHeight}) in TEST_F()
/external/webrtc/video/
Drtp_video_stream_receiver2_unittest.cc832 first_packet_descriptor.SetResolution(480, 360); in TEST_F()
Drtp_video_stream_receiver_unittest.cc825 first_packet_descriptor.SetResolution(480, 360); in TEST_F()