/external/webrtc/modules/video_coding/codecs/test/ |
D | encoded_video_frame_producer.h | 46 EncodedVideoFrameProducer& SetResolution(RenderResolution value); 80 inline EncodedVideoFrameProducer& EncodedVideoFrameProducer::SetResolution( in SetResolution() function
|
/external/webrtc/modules/desktop_capture/ |
D | resolution_tracker.h | 22 bool SetResolution(DesktopSize size);
|
D | resolution_tracker.cc | 15 bool ResolutionTracker::SetResolution(DesktopSize size) { in SetResolution() function in webrtc::ResolutionTracker
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_descriptor_authentication.cc | 49 frame_descriptor.SetResolution(rtp_video_header.width, in RtpDescriptorAuthentication()
|
D | rtp_generic_frame_descriptor.h | 54 void SetResolution(int width, int height);
|
D | rtp_generic_frame_descriptor.cc | 61 void RtpGenericFrameDescriptor::SetResolution(int width, int height) { in SetResolution() function in webrtc::RtpGenericFrameDescriptor
|
D | rtp_generic_frame_descriptor_extension.cc | 90 descriptor->SetResolution(width, height); in Parse()
|
D | rtp_generic_frame_descriptor_extension_unittest.cc | 257 descriptor.SetResolution(kWidth, kHeight); in TEST()
|
D | rtp_sender_video.cc | 443 generic_descriptor.SetResolution(video_header.width, in AddRtpHeaderExtensions()
|
/external/webrtc/modules/desktop_capture/win/ |
D | dxgi_frame.cc | 35 if (resolution_tracker_.SetResolution(size)) { in Prepare()
|
/external/webrtc/modules/video_coding/codecs/av1/ |
D | libaom_av1_unittest.cc | 227 .SetResolution({kWidth, kHeight}) in TEST_P() 301 .SetResolution({codec_settings.width, codec_settings.height}) in TEST_P()
|
D | libaom_av1_encoder_unittest.cc | 181 evfp.SetResolution(RenderResolution{623, 405}); in TEST()
|
/external/webrtc/modules/video_coding/codecs/vp9/test/ |
D | vp9_impl_unittest.cc | 250 .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/ |
D | dng_xmp.h | 282 void SetResolution (const dng_resolution &res);
|
D | dng_xmp.cpp | 4316 void dng_xmp::SetResolution (const dng_resolution &res) in SetResolution() function in dng_xmp
|
/external/webrtc/video/ |
D | rtp_video_stream_receiver2_unittest.cc | 846 first_packet_descriptor.SetResolution(480, 360); in TEST_F()
|