Searched refs:IsSize0x0 (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/talk/media/base/
H A Dvideoadapter.cc607 if (input_format().IsSize0x0()) {
611 if (!input.IsSize0x0()) {
628 if (input_format().IsSize0x0()) {
652 if (!input.IsSize0x0() && min_num_pixels != INT_MAX) {
668 if (!input.IsSize0x0()) {
H A Dvideocommon_unittest.cc63 // Test IsSize0x0
66 EXPECT_TRUE(format.IsSize0x0());
68 EXPECT_FALSE(format.IsSize0x0());
H A Dvideoadapter_unittest.cc101 if (!adapted_format.IsSize0x0()) {
117 if (!adapted_format_.IsSize0x0()) {
317 capture_format_.height).IsSize0x0());
417 EXPECT_TRUE(adapter.output_format().IsSize0x0());
479 EXPECT_TRUE(adapter.output_format().IsSize0x0());
783 EXPECT_TRUE(adapter.output_format().IsSize0x0());
818 EXPECT_TRUE(adapter.output_format().IsSize0x0());
865 EXPECT_TRUE(adapter.output_format().IsSize0x0());
H A Dvideocommon.h255 bool IsSize0x0() const { return 0 == width && 0 == height; } function in struct:cricket::VideoFormat
H A Dvideocapturer.cc505 if (adapted_format.IsSize0x0()) {

Completed in 129 milliseconds