Home
last modified time | relevance | path

Searched refs:apply_rotation (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc142 bool apply_rotation = apply_rotation_; in IncomingFrame() local
144 if (apply_rotation) { in IncomingFrame()
162 if (apply_rotation) { in IncomingFrame()
197 .set_rotation(!apply_rotation ? _rotateFrame : kVideoRotation_0) in IncomingFrame()
/external/webrtc/media/base/
Dadapted_video_track_source.cc51 if (apply_rotation() && frame.rotation() != webrtc::kVideoRotation_0 && in OnFrame()
77 bool AdaptedVideoTrackSource::apply_rotation() { in apply_rotation() function in rtc::AdaptedVideoTrackSource
Dadapted_video_track_source.h67 bool apply_rotation();
/external/webrtc/sdk/android/src/jni/
Dandroid_video_track_source.cc145 if (apply_rotation() && rotation != kVideoRotation_0) in OnFrameCaptured()
/external/webrtc/sdk/objc/native/src/
Dobjc_video_track_source.mm116 if (apply_rotation() && rotation != kVideoRotation_0) {
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h519 apply_rotation(int rotation, in apply_rotation() function
652 apply_rotation(rotation, result); in fetch_rgba_unorm_from_block()
787 apply_rotation(rotation, result); in decompress_rgba_unorm_block()