Home
last modified time | relevance | path

Searched refs:data_ref (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/test/
Dcfl_test.cc113 I data_ref[CFL_BUF_SQUARE]; member in __anon582103f90111::CFLTestWithData
119 data_ref[j * CFL_BUF_LINE + i] = d; in randData()
191 sub_avg_ref((uint16_t *)data_ref, data_ref); in TEST_P()
192 assert_eq<int16_t>(data, data_ref, width, height); in TEST_P()
202 sub_avg_ref((uint16_t *)data_ref, data_ref); in TEST_P()
243 fun_ref(this->data_ref, CFL_BUF_LINE, sub_luma_pels_ref); in subsampleTest()
258 fun_ref(this->data_ref, CFL_BUF_LINE, sub_luma_pels); in subsampleSpeedTest()
/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc701 Reference data_ref = shalloc3.Allocate(sizeof(int) * 4, 911); in TEST() local
702 int* data = shalloc3.GetAsArray<int>(data_ref, 911, 4); in TEST()
708 ASSERT_TRUE(shalloc3.ChangeType(data_ref, 119, 911, false)); in TEST()
713 ASSERT_TRUE(shalloc3.ChangeType(data_ref, 191, 119, true)); in TEST()
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm171 CFDataRef* data_ref) {
184 *data_ref = CGDataProviderCopyData(provider);
185 assert(*data_ref);
/external/libxml2/
DxmlIO.c1655 xmlZMemBuffGetContent( xmlZMemBuffPtr buff, char ** data_ref ) { in xmlZMemBuffGetContent() argument
1660 if ( ( buff == NULL ) || ( data_ref == NULL ) ) in xmlZMemBuffGetContent()
1697 *data_ref = (char *)buff->zbuff; in xmlZMemBuffGetContent()
/external/crosvm/kvm/src/
Dlib.rs1652 let data_ref = &data as *const u64; in set_one_reg() localVariable
1655 addr: data_ref as u64, in set_one_reg()