HomeSort by relevance Sort by last modified time
    Searched refs:kVideoRotation_90 (Results 1 - 16 of 16) sorted by null

  /external/webrtc/webrtc/common_video/
rotation.h 19 kVideoRotation_90 = 90,
i420_video_frame_unittest.cc 165 frame2.set_rotation(kVideoRotation_90);
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_cvo.h 25 case kVideoRotation_90:
41 return kVideoRotation_90;
  /external/webrtc/talk/media/base/
videoframefactory.cc 54 (input_frame->rotation == webrtc::kVideoRotation_90 ||
videocapturer_unittest.cc 251 capturer_.SetRotation(webrtc::kVideoRotation_90);
301 capturer_.SetRotation(webrtc::kVideoRotation_90);
    [all...]
videoframe_unittest.h     [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe_unittest.cc 97 if (apply_rotation && (frame_rotation == webrtc::kVideoRotation_90
289 TestInit(640, 360, webrtc::kVideoRotation_90, true);
293 TestInit(640, 360, webrtc::kVideoRotation_90, false);
334 applied0.SetRotation(webrtc::kVideoRotation_90);
webrtcvideoframefactory_unittest.cc 71 if (src_rotation == webrtc::kVideoRotation_90 ||
webrtcvideoframe.cc 288 if (GetVideoRotation() == webrtc::kVideoRotation_90 ||
  /external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc 53 *rotation = kVideoRotation_90;
73 case kVideoRotation_90:
271 if (_rotateFrame == kVideoRotation_90 ||
  /external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.cc 49 case webrtc::kVideoRotation_90: {
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 182 case kVideoRotation_90:
244 if (rotation == kVideoRotation_90 || rotation == kVideoRotation_270) {
libyuv_unittest.cc 315 0, kVideoRotation_90, &rotated_res_i420_frame));
  /external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios.mm 162 orientation = kVideoRotation_90;
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 116 if (rotate_frame_ == webrtc::kVideoRotation_90 ||
546 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kVideoRotation_90));
547 capture_callback_.SetExpectedCaptureRotation(webrtc::kVideoRotation_90);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc     [all...]

Completed in 1954 milliseconds