Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframefactory_unittest.cc64 bool apply_rotation) { in VerifyFrame() argument
65 if (!apply_rotation) { in VerifyFrame()
82 void TestCreateAliasedFrame(bool apply_rotation) { in TestCreateAliasedFrame() argument
84 factory.SetApplyRotation(apply_rotation); in TestCreateAliasedFrame()
94 apply_rotation); in TestCreateAliasedFrame()
99 new_height / 2, apply_rotation); in TestCreateAliasedFrame()
107 new_height / 2, apply_rotation); in TestCreateAliasedFrame()
Dwebrtcvideoframe.cc78 bool apply_rotation) { in Init() argument
82 frame->rotation, apply_rotation); in Init()
203 bool apply_rotation) { in Reset() argument
215 if (apply_rotation && (rotation == 90 || rotation == 270)) { in Reset()
222 rotation_ = apply_rotation ? webrtc::kVideoRotation_0 : rotation; in Reset()
239 apply_rotation ? rotation : webrtc::kVideoRotation_0), in Reset()
Dwebrtcvideoframe_unittest.cc60 bool apply_rotation) { in TestInit() argument
85 apply_rotation)); in TestInit()
91 if (apply_rotation) in TestInit()
97 if (apply_rotation && (frame_rotation == webrtc::kVideoRotation_90 in TestInit()
Dwebrtcvideoframe.h67 bool Init(const CapturedFrame* frame, int dw, int dh, bool apply_rotation);
87 bool apply_rotation) override;
Dwebrtcvideoengine2.h265 void SetApplyRotation(bool apply_rotation);
Dwebrtcvideoengine2.cc1801 bool apply_rotation) { in SetApplyRotation() argument
1806 capturer_->SetApplyRotation(apply_rotation); in SetApplyRotation()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc267 bool apply_rotation = apply_rotation_; in IncomingFrame() local
269 if (apply_rotation) { in IncomingFrame()
296 apply_rotation ? _rotateFrame : kVideoRotation_0, &_captureFrame); in IncomingFrame()
304 if (!apply_rotation) { in IncomingFrame()
/external/webrtc/talk/media/base/
Dvideoframe.h63 bool apply_rotation) = 0;
Dvideoframe_unittest.h1411 void Reset(webrtc::VideoRotation rotation, bool apply_rotation) { in Reset() argument
1425 data_size, 1, 1, 0, rotation, apply_rotation)); in Reset()
1426 if (apply_rotation) in Reset()
1432 if (apply_rotation && (rotation == webrtc::kVideoRotation_90 in Reset()
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc.c522 apply_rotation(int rotation, in apply_rotation() function
656 apply_rotation(rotation, result); in fetch_rgba_unorm_from_block()