OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSize0x0
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.cc
586
if (input_format().
IsSize0x0
()) {
590
if (!input.
IsSize0x0
()) {
607
if (input_format().
IsSize0x0
()) {
631
if (!input.
IsSize0x0
() && min_num_pixels != INT_MAX) {
647
if (!input.
IsSize0x0
()) {
videocommon_unittest.cc
62
// Test
IsSize0x0
65
EXPECT_TRUE(format.
IsSize0x0
());
67
EXPECT_FALSE(format.
IsSize0x0
());
videocommon.h
241
bool
IsSize0x0
() const { return 0 == width && 0 == height; }
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc
630
if (video_adapter_->output_format().
IsSize0x0
()) {
[
all
...]
Completed in 268 milliseconds