Searched refs:apply_rotation (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframefactory_unittest.cc | 64 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()
|
D | webrtcvideoframe.cc | 78 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()
|
D | webrtcvideoframe_unittest.cc | 60 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()
|
D | webrtcvideoframe.h | 67 bool Init(const CapturedFrame* frame, int dw, int dh, bool apply_rotation); 87 bool apply_rotation) override;
|
D | webrtcvideoengine2.h | 265 void SetApplyRotation(bool apply_rotation);
|
D | webrtcvideoengine2.cc | 1801 bool apply_rotation) { in SetApplyRotation() argument 1806 capturer_->SetApplyRotation(apply_rotation); in SetApplyRotation()
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 267 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/ |
D | videoframe.h | 63 bool apply_rotation) = 0;
|
D | videoframe_unittest.h | 1411 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/ |
D | texcompress_bptc.c | 522 apply_rotation(int rotation, in apply_rotation() function 656 apply_rotation(rotation, result); in fetch_rgba_unorm_from_block()
|