OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestWidth
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc
61
static const int
kTestWidth
= 352;
296
capability.width =
kTestWidth
;
405
capability1.width =
kTestWidth
;
422
capability2.width =
kTestWidth
;
448
capability.width =
kTestWidth
;
454
test_frame_.CreateEmptyFrame(
kTestWidth
, kTestHeight,
kTestWidth
,
455
((
kTestWidth
+ 1) / 2), (
kTestWidth
+ 1) / 2);
457
memset(test_frame_.buffer(webrtc::kYPlane), 127,
kTestWidth
* kTestHeight)
[
all
...]
/external/webrtc/talk/media/base/
videoengine_unittest.h
624
const int
kTestWidth
= 160;
626
cricket::VideoFormat format(
kTestWidth
, kTestHeight,
637
kTestWidth
, kTestHeight, cricket::FOURCC_I420));
639
renderer2, 1,
kTestWidth
, kTestHeight, kTimeout);
665
EXPECT_EQ(
kTestWidth
, info.senders[1].send_frame_width);
[
all
...]
Completed in 540 milliseconds