Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc83 apply_rotation_(false) { in VideoCaptureImpl()
142 bool apply_rotation = apply_rotation_; in IncomingFrame()
235 apply_rotation_ = enable; in SetApplyRotation()
240 return apply_rotation_; in GetApplyRotation()
Dvideo_capture_impl.h104 bool apply_rotation_; variable