HomeSort by relevance Sort by last modified time
    Searched refs:IsSize0x0 (Results 1 - 5 of 5) sorted by null

  /external/webrtc/talk/media/base/
videocommon_unittest.cc 63 // Test IsSize0x0
66 EXPECT_TRUE(format.IsSize0x0());
68 EXPECT_FALSE(format.IsSize0x0());
videoadapter.cc 607 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()) {
videoadapter_unittest.cc 101 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());
    [all...]
videocommon.h 255 bool IsSize0x0() const { return 0 == width && 0 == height; }
videocapturer.cc 505 if (adapted_format.IsSize0x0()) {

Completed in 50 milliseconds