OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCopyWithRotationApplied
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/talk/app/webrtc/objc/
RTCVideoRendererAdapter.mm
45
const cricket::VideoFrame* frame = videoFrame->
GetCopyWithRotationApplied
();
/external/webrtc/talk/media/base/
videoframe.h
148
virtual const VideoFrame*
GetCopyWithRotationApplied
() const = 0;
/external/webrtc/talk/media/devices/
gtkvideorenderer.cc
105
const VideoFrame* frame = video_frame->
GetCopyWithRotationApplied
();
carbonvideorenderer.cc
129
const VideoFrame* frame = video_frame->
GetCopyWithRotationApplied
();
gdivideorenderer.cc
154
const VideoFrame* frame = video_frame->
GetCopyWithRotationApplied
();
/external/webrtc/talk/media/webrtc/
webrtcvideoframe.h
123
const VideoFrame*
GetCopyWithRotationApplied
() const override;
webrtcvideoframe_unittest.cc
339
applied0.
GetCopyWithRotationApplied
()));
348
applied90->
GetCopyWithRotationApplied
();
webrtcvideoframe.cc
267
const VideoFrame* WebRtcVideoFrame::
GetCopyWithRotationApplied
() const {
/external/webrtc/talk/app/webrtc/
androidvideocapturer.cc
94
return apply_rotation_ ? frame->
GetCopyWithRotationApplied
()->Copy()
/external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.cc
487
const cricket::VideoFrame* frame = video_frame->
GetCopyWithRotationApplied
();
/external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc
610
video_frame->
GetCopyWithRotationApplied
();
/external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc
731
video_frame->
GetCopyWithRotationApplied
();
[
all
...]
Completed in 238 milliseconds