Searched refs:LeastCommonMultiple (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/media/base/ |
D | video_common_unittest.cc | 102 TEST(VideoCommonTest, LeastCommonMultiple) { in TEST() argument 103 EXPECT_EQ(LeastCommonMultiple(1, 1), 1); in TEST() 104 EXPECT_EQ(LeastCommonMultiple(2, 3), 6); in TEST() 105 EXPECT_EQ(LeastCommonMultiple(16, 32), 32); in TEST()
|
D | video_common.cc | 91 int LeastCommonMultiple(int a, int b) { in LeastCommonMultiple() function
|
D | video_broadcaster.cc | 128 wants.resolution_alignment = cricket::LeastCommonMultiple( in UpdateWants()
|
D | video_common.h | 220 int LeastCommonMultiple(int a, int b);
|
D | video_adapter.cc | 348 resolution_alignment_ = cricket::LeastCommonMultiple( in OnSinkWants()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | arena.cc | 117 static uint32 LeastCommonMultiple(uint32 a, uint32 b) { in LeastCommonMultiple() function 158 (alignment > 1 ? LeastCommonMultiple(alignment, kDefaultAlignment) : 1); in AllocNewBlock()
|
/external/libtextclassifier/native/utils/base/ |
D | arena.cc | 255 static uint32 LeastCommonMultiple(uint32 a, uint32 b) { in LeastCommonMultiple() function 297 page_aligned_ ? LeastCommonMultiple(kPageSize, alignment) in AllocNewBlock() 298 : (alignment > 1 ? LeastCommonMultiple(alignment, kDefaultAlignment) : 1); in AllocNewBlock()
|
/external/webrtc/modules/video_coding/codecs/multiplex/ |
D | multiplex_encoder_adapter.cc | 138 encoder_info_.requested_resolution_alignment = cricket::LeastCommonMultiple( in InitEncode()
|
/external/webrtc/media/engine/ |
D | simulcast_encoder_adapter.cc | 691 encoder_info.requested_resolution_alignment = cricket::LeastCommonMultiple( in GetEncoderInfo()
|