Home
last modified time | relevance | path

Searched refs:GetCopyWithRotationApplied (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/talk/media/devices/
Dgtkvideorenderer.cc105 const VideoFrame* frame = video_frame->GetCopyWithRotationApplied(); in RenderFrame()
Dcarbonvideorenderer.cc129 const VideoFrame* frame = video_frame->GetCopyWithRotationApplied(); in RenderFrame()
Dgdivideorenderer.cc154 const VideoFrame* frame = video_frame->GetCopyWithRotationApplied(); in RenderFrame()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe_unittest.cc339 applied0.GetCopyWithRotationApplied())); in TEST_F()
348 applied90->GetCopyWithRotationApplied(); in TEST_F()
Dwebrtcvideoframe.h123 const VideoFrame* GetCopyWithRotationApplied() const override;
Dwebrtcvideoframe.cc267 const VideoFrame* WebRtcVideoFrame::GetCopyWithRotationApplied() const { in GetCopyWithRotationApplied() function in cricket::WebRtcVideoFrame
/external/webrtc/talk/media/base/
Dvideoframe.h148 virtual const VideoFrame* GetCopyWithRotationApplied() const = 0;
/external/webrtc/talk/app/webrtc/objc/
DRTCVideoRendererAdapter.mm45 const cricket::VideoFrame* frame = videoFrame->GetCopyWithRotationApplied();
/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.cc94 return apply_rotation_ ? frame->GetCopyWithRotationApplied()->Copy() in CreateAliasedFrame()
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc487 const cricket::VideoFrame* frame = video_frame->GetCopyWithRotationApplied(); in RenderFrame()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc610 video_frame->GetCopyWithRotationApplied(); in RenderFrame()
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc731 video_frame->GetCopyWithRotationApplied(); in RenderFrame()