Home
last modified time | relevance | path

Searched refs:frameRotation (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DSurfaceViewRenderer.java101 private int frameRotation; field in SurfaceViewRenderer
255 frameRotation = 0; in release()
540 return (frameRotation % 180 == 0) ? (float) frameWidth / frameHeight in frameAspectRatio()
549 || frameRotation != frame.rotationDegree) { in updateFrameDimensionsAndReportEvents()
557 frameRotation = frame.rotationDegree; in updateFrameDimensionsAndReportEvents()
/external/webrtc/webrtc/modules/video_capture/ios/
Drtc_video_capture_ios_objc.h26 @property webrtc::VideoRotation frameRotation;
Drtc_video_capture_ios_objc.mm40 @synthesize frameRotation = _framRotation;