OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frameRotation
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.h
26
@property webrtc::VideoRotation
frameRotation
;
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceViewRenderer.java
101
private int
frameRotation
;
255
frameRotation
= 0;
540
return (
frameRotation
% 180 == 0) ? (float) frameWidth / frameHeight
549
||
frameRotation
!= frame.rotationDegree) {
557
frameRotation
= frame.rotationDegree;
Completed in 127 milliseconds