/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/ |
base_primitives.cc | 44 webrtc::ViEBase* base_interface, 60 EXPECT_EQ(0, base_interface->StartReceive(video_channel)); 61 EXPECT_EQ(0, base_interface->StartSend(video_channel)); 69 EXPECT_EQ(0, base_interface->StopSend(video_channel)); 74 EXPECT_EQ(0, base_interface->StopReceive(video_channel));
|
base_primitives.h | 28 webrtc::ViEBase* base_interface,
|
framedrop_primitives.cc | 166 webrtc::ViEBase *base_interface = interfaces.base; local 199 EXPECT_EQ(0, base_interface->StartReceive(video_channel)); 226 EXPECT_EQ(0, base_interface->StartSend(video_channel)); 241 EXPECT_EQ(0, base_interface->StopSend(video_channel)); 245 EXPECT_EQ(0, base_interface->StopReceive(video_channel)); 259 EXPECT_EQ(0, base_interface->DeleteChannel(video_channel));
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftchapters.h | 34 /* base_interface */
|
freetype.h | 75 /* base_interface */ [all...] |
/external/freetype/include/ |
ftchapters.h | 35 /* base_interface */
|
freetype.h | 107 /* base_interface */ [all...] |
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftchapters.h | 34 /* base_interface */
|
freetype.h | 75 /* base_interface */
[all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftchapters.h | 34 /* base_interface */
|
freetype.h | 75 /* base_interface */ [all...] |
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
vie_autotest_base.cc | 38 webrtc::ViEBase* base_interface = interfaces.base; local 70 base_interface, interfaces.network, interfaces.rtp_rtcp, 77 EXPECT_EQ(0, base_interface->StopReceive(video_channel)); 91 EXPECT_EQ(0, base_interface->DeleteChannel(video_channel));
|