Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/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()
Dvideocommon.h168 int* cropped_width, int* cropped_height);
/external/chromium_org/content/renderer/media/webrtc/
Dwebrtc_video_capturer_adapter_unittest.cc29 int cropped_height, in TestSourceCropFrame() argument
33 const int vert_crop = ((capture_height - cropped_height) / 2); in TestSourceCropFrame()
37 gfx::Rect view_rect(horiz_crop, vert_crop, cropped_width, cropped_height); in TestSourceCropFrame()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoframe_unittest.cc36 void TestInit(int cropped_width, int cropped_height) { in TestInit() argument
58 EXPECT_TRUE(frame.Init(&captured_frame, cropped_width, cropped_height)); in TestInit()
68 EXPECT_EQ(static_cast<size_t>(cropped_height & ~3), frame.GetHeight()); in TestInit()