Home | History | Annotate | Download | only in base

Lines Matching full:isnull

426   static bool IsNull(const cricket::VideoFrame& frame) {
433 return !IsNull(frame) && frame.GetYPitch() >= static_cast<int32_t>(width) &&
530 return !IsNull(frame) &&
543 EXPECT_TRUE(IsNull(frame));