Home
last modified time | relevance | path

Searched refs:CreateLocalVideoTrackWithRotation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_integrationtest.cc656 caller()->CreateLocalVideoTrackWithRotation(webrtc::kVideoRotation_90)); in TEST_P()
658 callee()->CreateLocalVideoTrackWithRotation(webrtc::kVideoRotation_270)); in TEST_P()
686 caller()->CreateLocalVideoTrackWithRotation(webrtc::kVideoRotation_90)); in TEST_P()
688 callee()->CreateLocalVideoTrackWithRotation(webrtc::kVideoRotation_270)); in TEST_P()
/aosp_15_r20/external/webrtc/pc/test/
H A Dintegration_test_helpers.h366 CreateLocalVideoTrackWithRotation(webrtc::VideoRotation rotation) { in CreateLocalVideoTrackWithRotation() function