Searched refs:kNumBlocks (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecConfig_test.cpp | 670 const int kNumBlocks = ((kWidth + 15) / 16) * ((kHeight + 15) / 16); in TEST_F() local 671 int8_t mapInfo[kNumBlocks] = {-1, 0, 1, 1}; in TEST_F() 672 int top[kNumBlocks] = {0, 0, 16, 16}; in TEST_F() 673 int left[kNumBlocks] = {0, 16, 0, 16}; in TEST_F() 674 int bottom[kNumBlocks] = {16, 16, 32, 32}; in TEST_F() 675 int right[kNumBlocks] = {16, 32, 16, 32}; in TEST_F() 680 for (int i = 0; i < kNumBlocks; i++) { in TEST_F() 695 ASSERT_EQ(kNumBlocks, qpRectParam->flexCount()); in TEST_F() 696 for (auto i = 0; i < kNumBlocks; i++) { in TEST_F()
|