Home
last modified time | relevance | path

Searched refs:cropped_height (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/talk/media/base/
Dvideocommon_unittest.cc181 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 …]
Dvideocommon.cc160 int* cropped_width, int* cropped_height) { in ComputeCrop() argument
173 ASSERT(cropped_height != NULL); in ComputeCrop()
207 *cropped_height = frame_height; in ComputeCrop()
Dvideocapturer.cc477 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()
Dvideoframefactory.h54 int cropped_height) const = 0;
Dvideocommon.h173 int* cropped_width, int* cropped_height);
/external/webrtc/webrtc/common_video/
Dvideo_frame_buffer.cc210 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/
Dwebrtcvideoframe_unittest.cc58 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/
Dvideo_processing_unittest.cc41 int cropped_height,
338 int cropped_height, argument
340 cropped_frame->CreateEmptyFrame(cropped_width, cropped_height, cropped_width,
/external/webrtc/webrtc/common_video/include/
Dvideo_frame_buffer.h153 int cropped_height);