Home
last modified time | relevance | path

Searched refs:kVideoRotation_0 (Results 1 – 25 of 45) sorted by relevance

12

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe_unittest.cc92 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()
Dwebrtcvideoframe.cc46 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()
Dwebrtcvideoframefactory_unittest.cc70 EXPECT_EQ(dest_frame->GetRotation(), webrtc::kVideoRotation_0); in VerifyFrame()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_cvo.h23 case kVideoRotation_0: in ConvertVideoRotationToCVOByte()
39 return kVideoRotation_0; in ConvertCVOByteToVideoRotation()
49 return kVideoRotation_0; in ConvertCVOByteToVideoRotation()
/external/webrtc/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc153 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()
Dscaler_unittest.cc326 required_size, kVideoRotation_0, &in_frame)); in ComputeAvgSequencePSNR()
328 required_size, kVideoRotation_0, &out_frame)); in ComputeAvgSequencePSNR()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc50 *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/
Dbrightness_detection_test.cc30 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()
Dvideo_processing_unittest.cc123 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));
Dcontent_metrics_test.cc36 0, kVideoRotation_0, &video_frame_)); in TEST_F()
Ddeflickering_test.cc61 height_, 0, kVideoRotation_0, &video_frame_)); in TEST_F()
/external/webrtc/webrtc/video/
Dvideo_capture_input_unittest.cc128 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/
Dvideo_frame.cc75 rotation_ = kVideoRotation_0; in CreateEmptyFrame()
101 stride_u, stride_v, kVideoRotation_0); in CreateFrame()
171 rotation_ = kVideoRotation_0; in Reset()
Drotation.h18 kVideoRotation_0 = 0, enumerator
Di420_video_frame_unittest.cc32 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/
Dencoded_frame.cc25 _rotation(kVideoRotation_0), in VCMEncodedFrame()
37 _rotation(kVideoRotation_0), in VCMEncodedFrame()
94 _rotation = kVideoRotation_0; in Reset()
Dgeneric_encoder.cc106 rotation_(kVideoRotation_0),
235 _rotation(kVideoRotation_0), in VCMEncodedFrameCallback()
/external/webrtc/talk/app/webrtc/java/jni/
Dnative_handle_impl.cc47 case webrtc::kVideoRotation_0: in RotateMatrix()
169 rotation == webrtc::kVideoRotation_0) { in ScaleAndRotate()
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h91 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 …]
Dvideoframe.h108 return webrtc::kVideoRotation_0; in GetVideoRotation()
Dfakevideocapturer.h53 rotation_(webrtc::kVideoRotation_0) { in FakeVideoCapturer()
/external/webrtc/webrtc/test/testsupport/metrics/
Dvideo_metrics.cc127 kVideoRotation_0, &ref_frame); in CalculateMetrics()
129 kVideoRotation_0, &test_frame); in CalculateMetrics()
/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.cc112 webrtc::kVideoRotation_0)); in CreateAliasedFrame()
115 apply_rotation_ ? webrtc::kVideoRotation_0 : input_frame->rotation); in CreateAliasedFrame()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_video.cc88 rtp_header->type.Video.rotation = kVideoRotation_0; in ParseRtpPacket()
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
Di420.cc210 kVideoRotation_0, &_decodedImage); in Decode()

12