/external/webrtc/media/base/ |
D | video_adapter_unittest.cc | 122 void OnOutputFormatRequest(int width, in OnOutputFormatRequest() function in cricket::VideoAdapterTest 130 adapter_.OnOutputFormatRequest(target_aspect_ratio, max_pixel_count, in OnOutputFormatRequest() 134 adapter_.OnOutputFormatRequest( in OnOutputFormatRequest() 180 OnOutputFormatRequest(kWidth, kHeight, absl::nullopt); in TEST_P() 194 OnOutputFormatRequest(kWidth, kHeight, kDefaultFps / 2); in TEST_P() 243 OnOutputFormatRequest(kWidth, kHeight, kDefaultFps * 2 / 3); in TEST_P() 291 OnOutputFormatRequest(kWidth, kHeight, kDefaultFps * 2); in TEST_P() 304 adapter_.OnOutputFormatRequest(absl::nullopt, absl::nullopt, kDefaultFps / 2); in TEST_P() 326 OnOutputFormatRequest(640, 480, kDefaultFps); in TEST_P() 351 OnOutputFormatRequest(640, 480, kDefaultFps); in TEST_P() [all …]
|
D | video_adapter.h | 60 void OnOutputFormatRequest(const absl::optional<VideoFormat>& format) 71 void OnOutputFormatRequest( 80 void OnOutputFormatRequest(
|
D | video_adapter.cc | 292 void VideoAdapter::OnOutputFormatRequest( in OnOutputFormatRequest() function in cricket::VideoAdapter 303 OnOutputFormatRequest(target_aspect_ratio, max_pixel_count, max_fps); in OnOutputFormatRequest() 306 void VideoAdapter::OnOutputFormatRequest( in OnOutputFormatRequest() function in cricket::VideoAdapter 322 OnOutputFormatRequest(target_landscape_aspect_ratio, max_pixel_count, in OnOutputFormatRequest() 326 void VideoAdapter::OnOutputFormatRequest( in OnOutputFormatRequest() function in cricket::VideoAdapter
|
/external/webrtc/sdk/objc/unittests/ |
D | ObjCVideoTrackSource_xctest.mm | 79 _video_source->OnOutputFormatRequest(640, 360, 30); 111 _video_source->OnOutputFormatRequest(912, 514, 30); 141 _video_source->OnOutputFormatRequest(640, 360, 30); 148 _video_source->OnOutputFormatRequest(480, 270, 30); 155 _video_source->OnOutputFormatRequest(320, 180, 30); 194 _video_source->OnOutputFormatRequest(640, 360, 30); 230 _video_source->OnOutputFormatRequest(640, 360, 30); 266 _video_source->OnOutputFormatRequest(640, 360, 30); 311 _video_source->OnOutputFormatRequest(480, 270, 30); 355 _video_source->OnOutputFormatRequest(640, 360, 30); [all …]
|
/external/webrtc/sdk/objc/native/src/ |
D | objc_video_track_source.h | 48 void OnOutputFormatRequest(int width, int height, int fps);
|
D | objc_video_track_source.mm | 60 void ObjCVideoTrackSource::OnOutputFormatRequest(int width, int height, int fps) { 62 video_adapter()->OnOutputFormatRequest(format);
|
/external/webrtc/sdk/objc/api/peerconnection/ |
D | RTCVideoSource.mm | 73 getObjCVideoSource(_nativeVideoSource)->OnOutputFormatRequest(width, height, fps);
|
/external/webrtc/sdk/android/src/jni/ |
D | android_video_track_source.cc | 164 video_adapter()->OnOutputFormatRequest( in AdaptOutputFormat()
|