/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframe_unittest.cc | 92 EXPECT_EQ(webrtc::kVideoRotation_0, frame.GetRotation()); in TestInit() 273 TestInit(640, 360, webrtc::kVideoRotation_0, true); in TEST_WEBRTCVIDEOFRAME() 277 TestInit(601, 480, webrtc::kVideoRotation_0, true); in TEST_F() 281 TestInit(360, 765, webrtc::kVideoRotation_0, true); in TEST_F() 285 TestInit(355, 1021, webrtc::kVideoRotation_0, true); in TEST_F() 302 cricket::WebRtcVideoFrame frame(buffer, 200, webrtc::kVideoRotation_0); in TEST_F() 317 cricket::WebRtcVideoFrame frame1(buffer, 200, webrtc::kVideoRotation_0); in TEST_F() 341 EXPECT_EQ(applied90->GetVideoRotation(), webrtc::kVideoRotation_0); in TEST_F() 350 EXPECT_EQ(applied360->GetVideoRotation(), webrtc::kVideoRotation_0); in TEST_F()
|
D | webrtcvideoframe.cc | 46 rotation_(webrtc::kVideoRotation_0) {} in WebRtcVideoFrame() 222 rotation_ = apply_rotation ? webrtc::kVideoRotation_0 : rotation; in Reset() 239 apply_rotation ? rotation : webrtc::kVideoRotation_0), in Reset() 264 rotation_ = webrtc::kVideoRotation_0; in InitToEmptyBuffer() 270 if (GetVideoRotation() == webrtc::kVideoRotation_0) { in GetCopyWithRotationApplied()
|
D | webrtcvideoframefactory_unittest.cc | 70 EXPECT_EQ(dest_frame->GetRotation(), webrtc::kVideoRotation_0); in VerifyFrame()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_cvo.h | 23 case kVideoRotation_0: in ConvertVideoRotationToCVOByte() 39 return kVideoRotation_0; in ConvertCVOByteToVideoRotation() 49 return kVideoRotation_0; in ConvertCVOByteToVideoRotation()
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | libyuv_unittest.cc | 153 height_, 0, kVideoRotation_0, &res_i420_frame)); in TEST_F() 173 height_, 0, kVideoRotation_0, &res_i420_frame)); in TEST_F() 188 height_, 0, kVideoRotation_0, &res_i420_frame)); in TEST_F() 213 kVideoRotation_0, &res_i420_frame); in TEST_F() 223 height_, 0, kVideoRotation_0, &res_i420_frame)); in TEST_F() 238 height_, 0, kVideoRotation_0, &res_i420_frame)); in TEST_F() 258 height_, 0, kVideoRotation_0, &res_i420_frame)); in TEST_F() 290 height_, 0, kVideoRotation_0, &res_i420_frame)); in TEST_F()
|
D | scaler_unittest.cc | 326 required_size, kVideoRotation_0, &in_frame)); in ComputeAvgSequencePSNR() 328 required_size, kVideoRotation_0, &out_frame)); in ComputeAvgSequencePSNR()
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 50 *rotation = kVideoRotation_0; in RotationFromDegrees() 70 case kVideoRotation_0: in RotationInDegrees() 159 _rotateFrame(kVideoRotation_0), in VideoCaptureImpl() 296 apply_rotation ? _rotateFrame : kVideoRotation_0, &_captureFrame); in IncomingFrame() 307 _captureFrame.set_rotation(kVideoRotation_0); in IncomingFrame()
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | brightness_detection_test.cc | 30 0, kVideoRotation_0, &video_frame_)); in TEST_F() 56 0, kVideoRotation_0, &video_frame_)); in TEST_F() 93 0, kVideoRotation_0, &video_frame_)); in TEST_F()
|
D | 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));
|
D | content_metrics_test.cc | 36 0, kVideoRotation_0, &video_frame_)); in TEST_F()
|
D | deflickering_test.cc | 61 height_, 0, kVideoRotation_0, &video_frame_)); in TEST_F()
|
/external/webrtc/webrtc/video/ |
D | video_capture_input_unittest.cc | 128 kVideoRotation_0); in TEST_F() 195 dummy_handle, i + 1, i + 1, i + 1, i + 1, webrtc::kVideoRotation_0))); in TEST_F() 224 dummy_handle, 1, 1, 1, 1, webrtc::kVideoRotation_0))); in TEST_F() 243 dummy_handle, 1, 1, 2, 2, webrtc::kVideoRotation_0))); in TEST_F()
|
/external/webrtc/webrtc/common_video/ |
D | video_frame.cc | 75 rotation_ = kVideoRotation_0; in CreateEmptyFrame() 101 stride_u, stride_v, kVideoRotation_0); in CreateFrame() 171 rotation_ = kVideoRotation_0; in Reset()
|
D | rotation.h | 18 kVideoRotation_0 = 0, enumerator
|
D | i420_video_frame_unittest.cc | 32 EXPECT_EQ(kVideoRotation_0, frame.rotation()); in TEST() 236 VideoFrame frame2(frame1.video_frame_buffer(), 0, 0, kVideoRotation_0); in TEST() 246 handle, 640, 480, 100, 10, webrtc::kVideoRotation_0); in TEST()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | encoded_frame.cc | 25 _rotation(kVideoRotation_0), in VCMEncodedFrame() 37 _rotation(kVideoRotation_0), in VCMEncodedFrame() 94 _rotation = kVideoRotation_0; in Reset()
|
D | generic_encoder.cc | 106 rotation_(kVideoRotation_0), 235 _rotation(kVideoRotation_0), in VCMEncodedFrameCallback()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | native_handle_impl.cc | 47 case webrtc::kVideoRotation_0: in RotateMatrix() 169 rotation == webrtc::kVideoRotation_0) { in ScaleAndRotate()
|
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 91 webrtc::kVideoRotation_0, frame); in LoadFrame() 111 webrtc::kVideoRotation_0, frame); in LoadFrame() 141 abs(height), webrtc::kVideoRotation_0, frame); in LoadFrame() 831 data_size, 1, 1, 0, webrtc::kVideoRotation_0)); \ 862 data_size, 1, 1, 0, webrtc::kVideoRotation_0)); \ 971 sizeof(pixel), 1, 1, 0, webrtc::kVideoRotation_0)); in ConstructI4201Pixel() 987 webrtc::kVideoRotation_0)); in ConstructI4205Pixel() 1003 webrtc::kVideoRotation_0)); in ConstructARGB1Pixel() 1040 webrtc::kVideoRotation_0)); in ConstructARGBBlackWhitePixel() 1061 kWidth * 3 / 4, kHeight, webrtc::kVideoRotation_0, in ConstructI420CropHorizontal() [all …]
|
D | videoframe.h | 108 return webrtc::kVideoRotation_0; in GetVideoRotation()
|
D | fakevideocapturer.h | 53 rotation_(webrtc::kVideoRotation_0) { in FakeVideoCapturer()
|
/external/webrtc/webrtc/test/testsupport/metrics/ |
D | video_metrics.cc | 127 kVideoRotation_0, &ref_frame); in CalculateMetrics() 129 kVideoRotation_0, &test_frame); in CalculateMetrics()
|
/external/webrtc/talk/app/webrtc/ |
D | androidvideocapturer.cc | 112 webrtc::kVideoRotation_0)); in CreateAliasedFrame() 115 apply_rotation_ ? webrtc::kVideoRotation_0 : input_frame->rotation); in CreateAliasedFrame()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_receiver_video.cc | 88 rtp_header->type.Video.rotation = kVideoRotation_0; in ParseRtpPacket()
|
/external/webrtc/webrtc/modules/video_coding/codecs/i420/ |
D | i420.cc | 210 kVideoRotation_0, &_decodedImage); in Decode()
|