/external/webrtc/webrtc/common_video/ |
rotation.h | 21 kVideoRotation_270 = 270
|
i420_video_frame_unittest.cc | 90 const VideoRotation kRotation = kVideoRotation_270; 130 const VideoRotation kRotation = kVideoRotation_270;
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
rtp_cvo.h | 29 case kVideoRotation_270: 46 return kVideoRotation_270;
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideoframefactory_unittest.cc | 72 src_rotation == webrtc::kVideoRotation_270) { 85 InitFrame(webrtc::kVideoRotation_270); 93 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width, new_height, 98 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width / 2, 106 VerifyFrame(frame.get(), webrtc::kVideoRotation_270, new_width / 2,
|
webrtcvideoframe_unittest.cc | 98 || frame_rotation == webrtc::kVideoRotation_270)) { 346 applied90->SetRotation(webrtc::kVideoRotation_270);
|
webrtcvideoframe.cc | 289 GetVideoRotation() == webrtc::kVideoRotation_270) {
|
/external/webrtc/talk/media/base/ |
videoframefactory.cc | 55 input_frame->rotation == webrtc::kVideoRotation_270)) {
|
videocapturer_unittest.cc | 255 capturer_.SetRotation(webrtc::kVideoRotation_270); 309 capturer_.SetRotation(webrtc::kVideoRotation_270); [all...] |
videoframe_unittest.h | [all...] |
/external/webrtc/webrtc/modules/video_capture/ |
video_capture_impl.cc | 59 *rotation = kVideoRotation_270; 79 case kVideoRotation_270: 272 _rotateFrame == kVideoRotation_270) {
|
/external/webrtc/talk/app/webrtc/java/jni/ |
native_handle_impl.cc | 67 case webrtc::kVideoRotation_270: {
|
/external/webrtc/webrtc/common_video/libyuv/ |
webrtc_libyuv.cc | 186 case kVideoRotation_270: 244 if (rotation == kVideoRotation_90 || rotation == kVideoRotation_270) {
|
libyuv_unittest.cc | 317 0, kVideoRotation_270, &rotated_res_i420_frame));
|
/external/webrtc/webrtc/modules/video_capture/test/ |
video_capture_unittest.cc | 117 rotate_frame_ == webrtc::kVideoRotation_270) { 554 EXPECT_EQ(0, capture_module_->SetCaptureRotation(webrtc::kVideoRotation_270)); 555 capture_callback_.SetExpectedCaptureRotation(webrtc::kVideoRotation_270);
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_sender_unittest.cc | 54 const VideoRotation kRotation = kVideoRotation_270; [all...] |