Searched refs:argb_expected_pointer (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/session/media/ |
D | planarfunctions_unittest.cc | 730 uint8_t* argb_expected_pointer = NULL; \ 741 argb_expected_pointer, FOURCC_##DST_NAME)); \ 751 EXPECT_TRUE(IsMemoryEqual(argb_expected_pointer, argb_pointer, \ 796 uint8_t* argb_expected_pointer = ALIGNP(argb_expected.get(), kAlignment); in TEST_F() local 802 argb_expected_pointer, kWidth * 4, in TEST_F() 811 EXPECT_TRUE(IsMemoryEqual(argb_expected_pointer, argb_pointer, in TEST_F() 847 uint8_t* argb_expected_pointer = ALIGNP(argb_expected.get(), kAlignment); in TEST_P() local 853 argb_expected_pointer, kWidth * 4, in TEST_P() 863 EXPECT_TRUE(IsMemoryEqual(argb_expected_pointer, argb_pointer, in TEST_P() 904 uint8_t* argb_expected_pointer = NULL, * src_pointer = NULL; \ [all …]
|