HomeSort by relevance Sort by last modified time
    Searched refs:kVideoRotation_0 (Results 1 - 25 of 45) sorted by null

1 2

  /external/webrtc/webrtc/common_video/
rotation.h 18 kVideoRotation_0 = 0,
video_frame.cc 75 rotation_ = kVideoRotation_0;
101 stride_u, stride_v, kVideoRotation_0);
171 rotation_ = kVideoRotation_0;
i420_video_frame_unittest.cc 32 EXPECT_EQ(kVideoRotation_0, frame.rotation());
236 VideoFrame frame2(frame1.video_frame_buffer(), 0, 0, kVideoRotation_0);
246 handle, 640, 480, 100, 10, webrtc::kVideoRotation_0);
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_cvo.h 23 case kVideoRotation_0:
39 return kVideoRotation_0;
49 return kVideoRotation_0;
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe_unittest.cc 92 EXPECT_EQ(webrtc::kVideoRotation_0, frame.GetRotation());
273 TestInit(640, 360, webrtc::kVideoRotation_0, true);
277 TestInit(601, 480, webrtc::kVideoRotation_0, true);
281 TestInit(360, 765, webrtc::kVideoRotation_0, true);
285 TestInit(355, 1021, webrtc::kVideoRotation_0, true);
302 cricket::WebRtcVideoFrame frame(buffer, 200, webrtc::kVideoRotation_0);
317 cricket::WebRtcVideoFrame frame1(buffer, 200, webrtc::kVideoRotation_0);
341 EXPECT_EQ(applied90->GetVideoRotation(), webrtc::kVideoRotation_0);
350 EXPECT_EQ(applied360->GetVideoRotation(), webrtc::kVideoRotation_0);
webrtcvideoframe.cc 46 rotation_(webrtc::kVideoRotation_0) {}
222 rotation_ = apply_rotation ? webrtc::kVideoRotation_0 : rotation;
239 apply_rotation ? rotation : webrtc::kVideoRotation_0),
264 rotation_ = webrtc::kVideoRotation_0;
270 if (GetVideoRotation() == webrtc::kVideoRotation_0) {
webrtcvideoframefactory_unittest.cc 70 EXPECT_EQ(dest_frame->GetRotation(), webrtc::kVideoRotation_0);
  /external/webrtc/webrtc/modules/video_processing/test/
brightness_detection_test.cc 30 0, kVideoRotation_0, &video_frame_));
56 0, kVideoRotation_0, &video_frame_));
93 0, kVideoRotation_0, &video_frame_));
content_metrics_test.cc 36 0, kVideoRotation_0, &video_frame_));
video_processing_unittest.cc 123 0, kVideoRotation_0, &video_frame_));
142 0, kVideoRotation_0, &video_frame_));
157 0, kVideoRotation_0, &video_frame_));
178 0, kVideoRotation_0, &video_frame_));
243 0, kVideoRotation_0, &video_frame_));
345 source_height, 0, kVideoRotation_0, cropped_frame));
deflickering_test.cc 61 height_, 0, kVideoRotation_0, &video_frame_));
  /external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc 50 *rotation = kVideoRotation_0;
70 case kVideoRotation_0:
159 _rotateFrame(kVideoRotation_0),
296 apply_rotation ? _rotateFrame : kVideoRotation_0, &_captureFrame);
307 _captureFrame.set_rotation(kVideoRotation_0);
  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 153 height_, 0, kVideoRotation_0, &res_i420_frame));
173 height_, 0, kVideoRotation_0, &res_i420_frame));
188 height_, 0, kVideoRotation_0, &res_i420_frame));
213 kVideoRotation_0, &res_i420_frame);
223 height_, 0, kVideoRotation_0, &res_i420_frame));
238 height_, 0, kVideoRotation_0, &res_i420_frame));
258 height_, 0, kVideoRotation_0, &res_i420_frame));
290 height_, 0, kVideoRotation_0, &res_i420_frame));
scaler_unittest.cc 326 required_size, kVideoRotation_0, &in_frame));
328 required_size, kVideoRotation_0, &out_frame));
  /external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.cc 47 case webrtc::kVideoRotation_0:
169 rotation == webrtc::kVideoRotation_0) {
  /external/webrtc/webrtc/video/
video_capture_input_unittest.cc 128 kVideoRotation_0);
195 dummy_handle, i + 1, i + 1, i + 1, i + 1, webrtc::kVideoRotation_0)));
224 dummy_handle, 1, 1, 1, 1, webrtc::kVideoRotation_0)));
243 dummy_handle, 1, 1, 2, 2, webrtc::kVideoRotation_0)));
  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.cc 25 _rotation(kVideoRotation_0),
37 _rotation(kVideoRotation_0),
94 _rotation = kVideoRotation_0;
generic_encoder.cc 106 rotation_(kVideoRotation_0),
235 _rotation(kVideoRotation_0),
  /external/webrtc/talk/media/base/
videoframe.h 108 return webrtc::kVideoRotation_0;
fakevideocapturer.h 53 rotation_(webrtc::kVideoRotation_0) {
videoframe_unittest.h 91 webrtc::kVideoRotation_0, frame);
111 webrtc::kVideoRotation_0, frame);
141 abs(height), webrtc::kVideoRotation_0, frame);
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_video.cc 88 rtp_header->type.Video.rotation = kVideoRotation_0;
  /external/webrtc/talk/app/webrtc/
androidvideocapturer.cc 112 webrtc::kVideoRotation_0));
115 apply_rotation_ ? webrtc::kVideoRotation_0 : input_frame->rotation);
  /external/webrtc/webrtc/test/testsupport/metrics/
video_metrics.cc 127 kVideoRotation_0, &ref_frame);
129 kVideoRotation_0, &test_frame);
  /external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios.mm 160 orientation = kVideoRotation_0;

Completed in 1573 milliseconds

1 2