Searched refs:BlockSize (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | MemoryXzTest.cpp | 58 EXPECT_EQ(xz.BlockSize(), 16 * 1024u); in TEST_F() 70 EXPECT_GT(xz.BlockSize(), xz.Size()); in TEST_F() 82 EXPECT_GT(xz.BlockSize(), xz.Size()); in TEST_F() 93 EXPECT_GT(xz.BlockSize(), xz.Size()); in TEST_F() 104 EXPECT_EQ(xz.BlockSize(), 16 * 1024u); in TEST_F() 106 VerifyContent(xz, i * xz.BlockSize(), 1); in TEST_F() 117 EXPECT_EQ(xz.BlockSize(), 16 * 1024u); in TEST_F() 119 VerifyContent(xz, i * xz.BlockSize() - 1, 1); in TEST_F() 130 EXPECT_EQ(xz.BlockSize(), 16 * 1024u); in TEST_F() 132 VerifyContent(xz, i * xz.BlockSize() - 1, 2); in TEST_F()
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
H A D | LVM_Timer.cpp | 29 void LVM_Timer(LVM_Timer_Instance_t* pInstance, LVM_INT16 BlockSize) { in LVM_Timer() argument 34 pInstancePr->RemainingTimeInSamples -= BlockSize; in LVM_Timer()
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
H A D | LVM_Timer.h | 69 void LVM_Timer(LVM_Timer_Instance_t* pInstance, LVM_INT16 BlockSize);
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | MemoryXz.h | 40 size_t BlockSize() { return 1 << block_size_log2_; } in BlockSize() function
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 53 using BlockSize = int16_t; typedef 107 BlockSize blockSize = -1; 970 static_cast<BlockSize>(be16toh(*reinterpret_cast<const uint16_t*>(&data[8]))); in readHeader()
|
/aosp12/packages/modules/adb/client/ |
H A D | incremental_server.cpp | 57 using BlockSize = int16_t; typedef 135 BlockSize block_size; // 2 bytes
|