Searched refs:cropped_height (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/talk/media/base/ |
D | videocommon_unittest.cc | 181 int cropped_width, cropped_height; in TEST() local 188 &cropped_width, &cropped_height); in TEST() 190 EXPECT_EQ(360, cropped_height); in TEST() 197 &cropped_width, &cropped_height); in TEST() 199 EXPECT_EQ(360, cropped_height); in TEST() 206 &cropped_width, &cropped_height); in TEST() 208 EXPECT_EQ(360, cropped_height); in TEST() 216 &cropped_width, &cropped_height); in TEST() 218 EXPECT_EQ(480, cropped_height); in TEST() 226 &cropped_width, &cropped_height); in TEST() [all …]
|
D | videocommon.cc | 160 int* cropped_width, int* cropped_height) { in ComputeCrop() argument 173 ASSERT(cropped_height != NULL); in ComputeCrop() 207 *cropped_height = frame_height; in ComputeCrop()
|
D | videocapturer.cc | 477 int cropped_height = captured_frame->height; in OnFrameCaptured() local 497 &cropped_width, &cropped_height); in OnFrameCaptured() 501 int adapted_height = cropped_height; in OnFrameCaptured() 504 video_adapter_.AdaptFrameResolution(cropped_width, cropped_height); in OnFrameCaptured() 521 cropped_width, cropped_height, in OnFrameCaptured() 528 << cropped_width << " x " << cropped_height; in OnFrameCaptured()
|
D | videoframefactory.h | 54 int cropped_height) const = 0;
|
D | videocommon.h | 173 int* cropped_width, int* cropped_height);
|
/external/webrtc/webrtc/common_video/ |
D | video_frame_buffer.cc | 210 int cropped_height) { in ShallowCenterCrop() argument 213 RTC_CHECK_LE(cropped_height, buffer->height()); in ShallowCenterCrop() 214 if (buffer->width() == cropped_width && buffer->height() == cropped_height) in ShallowCenterCrop() 220 const int uv_offset_y = (buffer->height() - cropped_height) / 4; in ShallowCenterCrop() 231 cropped_width, cropped_height, in ShallowCenterCrop()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframe_unittest.cc | 58 void TestInit(int cropped_width, int cropped_height, in TestInit() argument 84 frame.Init(&captured_frame, cropped_width, cropped_height, in TestInit() 100 EXPECT_EQ(static_cast<size_t>(cropped_height), frame.GetWidth()); in TestInit() 103 EXPECT_EQ(static_cast<size_t>(cropped_height), frame.GetHeight()); in TestInit()
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 41 int cropped_height, 338 int cropped_height, argument 340 cropped_frame->CreateEmptyFrame(cropped_width, cropped_height, cropped_width,
|
/external/webrtc/webrtc/common_video/include/ |
D | video_frame_buffer.h | 153 int cropped_height);
|