OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apply_rotation
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc
64
bool
apply_rotation
) {
65
if (!
apply_rotation
) {
82
void TestCreateAliasedFrame(bool
apply_rotation
) {
84
factory.SetApplyRotation(
apply_rotation
);
94
apply_rotation
);
99
new_height / 2,
apply_rotation
);
107
new_height / 2,
apply_rotation
);
webrtcvideoframe.cc
74
true /*
apply_rotation
*/);
78
bool
apply_rotation
) {
82
frame->rotation,
apply_rotation
);
203
bool
apply_rotation
) {
215
if (
apply_rotation
&& (rotation == 90 || rotation == 270)) {
222
rotation_ =
apply_rotation
? webrtc::kVideoRotation_0 : rotation;
239
apply_rotation
? rotation : webrtc::kVideoRotation_0),
webrtcvideoframe_unittest.cc
60
bool
apply_rotation
) {
85
apply_rotation
));
91
if (
apply_rotation
)
95
// If |
apply_rotation
| and the frame rotation is 90 or 270, width and
97
if (
apply_rotation
&& (frame_rotation == webrtc::kVideoRotation_90
webrtcvideoframe.h
67
bool Init(const CapturedFrame* frame, int dw, int dh, bool
apply_rotation
);
87
bool
apply_rotation
) override;
webrtcvideoengine2.h
265
void SetApplyRotation(bool
apply_rotation
);
webrtcvideoengine2.cc
[
all
...]
/external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc
267
bool
apply_rotation
= apply_rotation_;
local
269
if (
apply_rotation
) {
296
apply_rotation
? _rotateFrame : kVideoRotation_0, &_captureFrame);
304
if (!
apply_rotation
) {
/external/webrtc/talk/media/base/
videoframe.h
63
bool
apply_rotation
) = 0;
videoframe_unittest.h
[
all
...]
Completed in 187 milliseconds