Home
last modified time | relevance | path

Searched refs:IsSize (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/media/base/
Dvideoframe_unittest.h430 static bool IsSize(const cricket::VideoFrame& frame, in IsSize() function
478 return IsSize(frame, static_cast<uint32_t>(width), in IsEqual()
1354 EXPECT_TRUE(IsSize(frame, kWidth, kHeight)); in ConstructBlack()
1933 EXPECT_TRUE(IsSize(source, kWidth * 2, kHeight * 2)); in StretchToFrame()
/external/vixl/src/aarch32/
Ddisasm-aarch32.cc31504 (dt.IsSize(64) ? 64 in DecodeT32()
31534 (dt.IsSize(64) ? 64 in DecodeT32()
31564 (dt.IsSize(64) ? 64 in DecodeT32()
31594 (dt.IsSize(64) ? 64 in DecodeT32()
31783 (dt.IsSize(64) ? 64 in DecodeT32()
31820 (dt.IsSize(64) ? 0 : dt.GetSize()); in DecodeT32()
31849 (dt.IsSize(64) ? 0 : dt.GetSize()); in DecodeT32()
31880 imm6 - (dt.IsSize(64) ? 0 : dt.GetSize()); in DecodeT32()
31908 imm6 - (dt.IsSize(64) ? 0 : dt.GetSize()); in DecodeT32()
36638 (dt.IsSize(64) ? 64 in DecodeT32()
[all …]
Dinstructions-aarch32.h300 bool IsSize(uint32_t size) const { in IsSize() function