/external/webrtc/modules/video_coding/codecs/test/ |
D | encoded_video_frame_producer.h | 44 EncodedVideoFrameProducer& SetResolution(RenderResolution value); 69 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_generic_frame_descriptor.h | 54 void SetResolution(int width, int height);
|
D | rtp_descriptor_authentication.cc | 49 frame_descriptor.SetResolution(rtp_video_header.width, in RtpDescriptorAuthentication()
|
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 | 91 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 | 379 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 | 195 .SetResolution({kWidth, kHeight}) in TEST_P() 269 .SetResolution({codec_settings.width, codec_settings.height}) 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/modules/video_coding/codecs/vp9/test/ |
D | vp9_impl_unittest.cc | 165 .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/ |
D | rtp_video_stream_receiver2_unittest.cc | 832 first_packet_descriptor.SetResolution(480, 360); in TEST_F()
|
D | rtp_video_stream_receiver_unittest.cc | 825 first_packet_descriptor.SetResolution(480, 360); in TEST_F()
|