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

  /external/chromium_org/ppapi/tests/
test_image_data.cc 70 pp::ImageData zero_height(instance_, format, pp::Size(16, 0), true);
71 if (!zero_height.is_null())
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec_unittest.cc 369 VideoCodec zero_height = codec; local
370 zero_height.height = 0;
371 EXPECT_FALSE(zero_height.ValidateCodecFormat());

Completed in 719 milliseconds