OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cropped_height
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon_unittest.cc
180
int cropped_width,
cropped_height
;
local
187
&cropped_width, &
cropped_height
);
189
EXPECT_EQ(360,
cropped_height
);
196
&cropped_width, &
cropped_height
);
198
EXPECT_EQ(360,
cropped_height
);
205
&cropped_width, &
cropped_height
);
207
EXPECT_EQ(360,
cropped_height
);
215
&cropped_width, &
cropped_height
);
217
EXPECT_EQ(480,
cropped_height
);
225
&cropped_width, &
cropped_height
);
[
all
...]
videocommon.cc
160
int* cropped_width, int*
cropped_height
) {
173
ASSERT(
cropped_height
!= NULL);
207
*
cropped_height
= frame_height;
videocommon.h
168
int* cropped_width, int*
cropped_height
);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc
40
void TestInit(int cropped_width, int
cropped_height
) {
62
EXPECT_TRUE(frame.Init(&captured_frame, cropped_width,
cropped_height
));
72
EXPECT_EQ(static_cast<size_t>(
cropped_height
& ~3), frame.GetHeight());
/device/lge/mako/camera/
QualcommCameraHardware.cpp
156
uint32_t cropped_width, uint32_t
cropped_height
, uint8_t *img_buf);
[
all
...]
Completed in 243 milliseconds