Home
last modified time | relevance | path

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

/external/webrtc/pc/
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()
/external/webrtc/pc/test/
Dintegration_test_helpers.h366 CreateLocalVideoTrackWithRotation(webrtc::VideoRotation rotation) { in CreateLocalVideoTrackWithRotation() function