Searched refs:pitch (Results 1 – 5 of 5) sorted by relevance
/system/core/deprecated-adf/libadf/tests/ |
D | adf_test.cpp | 129 uint32_t &pitch) { in drawCheckerboard() argument 134 &pitch); in drawCheckerboard() 137 EXPECT_GE(pitch, w * 4); in drawCheckerboard() 139 void *mapped = mmap(NULL, pitch * h, PROT_WRITE, MAP_SHARED, buf_fd, in drawCheckerboard() 146 uint32_t *scanline = reinterpret_cast<uint32_t *>(buf8 + y * pitch); in drawCheckerboard() 153 uint32_t *scanline = reinterpret_cast<uint32_t *>(buf8 + y * pitch); in drawCheckerboard() 160 munmap(mapped, pitch * h); in drawCheckerboard() 315 uint32_t pitch; in TEST_F() local 317 &pitch); in TEST_F() 320 EXPECT_GE(pitch, w * 4); in TEST_F() [all …]
|
/system/core/deprecated-adf/libadf/include/adf/ |
D | adf.h | 178 __u32 format, __u32 *offset, __u32 *pitch); 188 __u32 pitch, int acquire_fence); 208 __u32 pitch, int acquire_fence,
|
/system/core/deprecated-adf/libadf/ |
D | adf.cpp | 363 __u32 format, __u32 *offset, __u32 *pitch) in adf_interface_simple_buffer_alloc() argument 378 *pitch = data.pitch; in adf_interface_simple_buffer_alloc() 384 __u32 offset, __u32 pitch, int acquire_fence) in adf_interface_simple_post_config_buf() argument 392 buf->pitch[0] = pitch; in adf_interface_simple_post_config_buf() 399 __u32 pitch, int acquire_fence) in adf_interface_simple_post() argument 406 buf_fd, offset, pitch, acquire_fence); in adf_interface_simple_post() 416 __u32 pitch, int acquire_fence, in adf_interface_simple_post_v2() argument 425 buf_fd, offset, pitch, acquire_fence); in adf_interface_simple_post_v2()
|
/system/core/deprecated-adf/libadf/original-kernel-headers/video/ |
D | adf.h | 133 __u32 pitch[ADF_MAX_PLANES]; member 225 __u32 pitch; member
|
/system/core/deprecated-adf/libadf/include/video/ |
D | adf.h | 89 __u32 pitch[ADF_MAX_PLANES]; member 127 __u32 pitch; member
|